updated for version 7.0219
This commit is contained in:
1
Filelist
1
Filelist
@ -498,6 +498,7 @@ RT_SCRIPTS = \
|
|||||||
runtime/filetype.vim \
|
runtime/filetype.vim \
|
||||||
runtime/scripts.vim \
|
runtime/scripts.vim \
|
||||||
runtime/menu.vim \
|
runtime/menu.vim \
|
||||||
|
runtime/macmap.vim \
|
||||||
runtime/delmenu.vim \
|
runtime/delmenu.vim \
|
||||||
runtime/synmenu.vim \
|
runtime/synmenu.vim \
|
||||||
runtime/makemenu.vim \
|
runtime/makemenu.vim \
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -96,6 +96,7 @@ fun! netrwSettings#NetrwSettings()
|
|||||||
put = 'let g:netrw_browsex_viewer = (not defined)'
|
put = 'let g:netrw_browsex_viewer = (not defined)'
|
||||||
endif
|
endif
|
||||||
put = 'let g:netrw_dirhistmax = '.g:netrw_dirhistmax
|
put = 'let g:netrw_dirhistmax = '.g:netrw_dirhistmax
|
||||||
|
put = 'let g:netrw_fastbrowse = '.g:netrw_fastbrowse
|
||||||
put = 'let g:netrw_ftp_browse_reject = '.g:netrw_ftp_browse_reject
|
put = 'let g:netrw_ftp_browse_reject = '.g:netrw_ftp_browse_reject
|
||||||
put = 'let g:netrw_ftp_list_cmd = '.g:netrw_ftp_list_cmd
|
put = 'let g:netrw_ftp_list_cmd = '.g:netrw_ftp_list_cmd
|
||||||
put = 'let g:netrw_hide = '.g:netrw_hide
|
put = 'let g:netrw_hide = '.g:netrw_hide
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*os_mac.txt* For Vim version 7.0aa. Last change: 2005 Mar 29
|
*os_mac.txt* For Vim version 7.0aa. Last change: 2006 Mar 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
VIM REFERENCE MANUAL by Bram Moolenaar et al.
|
||||||
@ -33,9 +33,10 @@ Indianapolis IN 46220 USA
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
1. Filename Convention *mac-filename*
|
1. Filename Convention *mac-filename*
|
||||||
|
|
||||||
You can use either the unix or mac path separator or a mix of both. In order
|
Starting with Vim version 7 you can just use the unix path separators with
|
||||||
to determine if the specified filename is relative to the current folder or
|
Vim. In order to determine if the specified filename is relative to the
|
||||||
absolute (i.e. relative to the "Desktop"), the following algorithm is used:
|
current folder or absolute (i.e. relative to the "Desktop"), the following
|
||||||
|
algorithm is used:
|
||||||
|
|
||||||
If the path start by a "/", the path is absolute
|
If the path start by a "/", the path is absolute
|
||||||
If the path start by a ":", the path is relative
|
If the path start by a ":", the path is relative
|
||||||
@ -58,10 +59,16 @@ You can use the |$VIM| and |$VIMRUNTIME| variable. >
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
2. .vimrc and .vim files *mac-vimfile*
|
2. .vimrc and .vim files *mac-vimfile*
|
||||||
|
|
||||||
On the Mac files starting with a dot "." are discouraged, thus the rc files
|
It is recommended to use Unix style line separators for Vim scripts, thus a
|
||||||
are named "vimrc" or "_vimrc" and "gvimrc" or "_gvimrc". These files can be in
|
single newline character.
|
||||||
any format (mac, dos or unix). Vim can handle any file format when the
|
|
||||||
|'nocompatible'| option is set, otherwise it will only handle mac format
|
When starting up Vim will load the $VIMRUNTIME/macmap.vim script to define
|
||||||
|
default command-key mappings.
|
||||||
|
|
||||||
|
On older systems files starting with a dot "." are discouraged, thus the rc
|
||||||
|
files are named "vimrc" or "_vimrc" and "gvimrc" or "_gvimrc". These files
|
||||||
|
can be in any format (mac, dos or unix). Vim can handle any file format when
|
||||||
|
the |'nocompatible'| option is set, otherwise it will only handle mac format
|
||||||
files.
|
files.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
@ -80,14 +87,6 @@ A: Assuming that Vim.app is located in /Applications:
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
4. Mac Lack *mac-lack*
|
4. Mac Lack *mac-lack*
|
||||||
|
|
||||||
The filenames containing both ":" and "/" are sometimes misinterpreted. (just
|
|
||||||
re-execute the command)
|
|
||||||
|
|
||||||
Scrollbar are not scrolling live, and when only the arrow or scroll area, a
|
|
||||||
limit of 32 line or page is scrolled.
|
|
||||||
|
|
||||||
Syntax highlighting works on 68k Macs but is _really_ slow.
|
|
||||||
|
|
||||||
In a terminal CTRL-^ needs to be entered as Shift-Control-6. CTRL-@ as
|
In a terminal CTRL-^ needs to be entered as Shift-Control-6. CTRL-@ as
|
||||||
Shift-Control-2.
|
Shift-Control-2.
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*pi_netrw.txt* For Vim version 7.0. Last change: Jan 27, 2006
|
*pi_netrw.txt* For Vim version 7.0. Last change: Mar 09, 2006
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Charles E. Campbell, Jr.
|
VIM REFERENCE MANUAL by Charles E. Campbell, Jr.
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
1. Starting With Netrw.................................|netrw-start|
|
1. Starting With Netrw.................................|netrw-start|
|
||||||
2. Netrw Reference......................................|netrw-ref|
|
2. Netrw Reference......................................|netrw-ref|
|
||||||
CONTROLLING EXTERNAL APPLICTIONS...................|netrw-externapp|
|
CONTROLLING EXTERNAL APPLICATIONS..................|netrw-externapp|
|
||||||
READING............................................|netrw-read|
|
READING............................................|netrw-read|
|
||||||
WRITING............................................|netrw-write|
|
WRITING............................................|netrw-write|
|
||||||
DIRECTORY LISTING..................................|netrw-dirlist|
|
DIRECTORY LISTING..................................|netrw-dirlist|
|
||||||
@ -32,6 +32,7 @@
|
|||||||
Quick Reference Commands Table.....................|netrw-browse-cmds|
|
Quick Reference Commands Table.....................|netrw-browse-cmds|
|
||||||
Netrw Browser Variables............................|netrw-browse-var|
|
Netrw Browser Variables............................|netrw-browse-var|
|
||||||
Introduction To Directory Browsing.................|netrw-browse-intro|
|
Introduction To Directory Browsing.................|netrw-browse-intro|
|
||||||
|
Netrw Browsing And Option Incompatibilities........|netrw-incompatible|
|
||||||
Directory Exploring Commands.......................|netrw-explore|
|
Directory Exploring Commands.......................|netrw-explore|
|
||||||
Refreshing The Listing.............................|netrw-ctrl-l|
|
Refreshing The Listing.............................|netrw-ctrl-l|
|
||||||
Going Up...........................................|netrw--|
|
Going Up...........................................|netrw--|
|
||||||
@ -39,7 +40,7 @@
|
|||||||
Obtaining A File...................................|netrw-O|
|
Obtaining A File...................................|netrw-O|
|
||||||
Thin, Long, and Wide Listings......................|netrw-i|
|
Thin, Long, and Wide Listings......................|netrw-i|
|
||||||
Making A New Directory.............................|netrw-d|
|
Making A New Directory.............................|netrw-d|
|
||||||
Deleting Files Or Directories......................|netrw-delete|
|
Deleting Files Or Directories......................|netrw-D|
|
||||||
Renaming Files Or Directories......................|netrw-move|
|
Renaming Files Or Directories......................|netrw-move|
|
||||||
Hiding Files Or Directories........................|netrw-a|
|
Hiding Files Or Directories........................|netrw-a|
|
||||||
Edit File Or Directory Hiding List.................|netrw-ctrl-h|
|
Edit File Or Directory Hiding List.................|netrw-ctrl-h|
|
||||||
@ -132,7 +133,7 @@ section, |netrw-externapp|.
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
2. Netrw Reference *netrw-ref*
|
2. Netrw Reference *netrw-ref*
|
||||||
|
|
||||||
CONTROLLING EXTERNAL APPLICTIONS *netrw-externapp*
|
CONTROLLING EXTERNAL APPLICATIONS *netrw-externapp*
|
||||||
|
|
||||||
Protocol Variable Default Value
|
Protocol Variable Default Value
|
||||||
-------- ---------------- -------------
|
-------- ---------------- -------------
|
||||||
@ -719,6 +720,7 @@ NETRW BROWSER VARIABLES *netrw-browse-var*
|
|||||||
=0: re-using the same window
|
=0: re-using the same window
|
||||||
=1: horizontally splitting the window first
|
=1: horizontally splitting the window first
|
||||||
=2: vertically splitting the window first
|
=2: vertically splitting the window first
|
||||||
|
|
||||||
*g:netrw_browsex_viewer* specify user's preference for a viewer: >
|
*g:netrw_browsex_viewer* specify user's preference for a viewer: >
|
||||||
"kfmclient exec"
|
"kfmclient exec"
|
||||||
"gnome-open"
|
"gnome-open"
|
||||||
@ -727,7 +729,27 @@ NETRW BROWSER VARIABLES *netrw-browse-var*
|
|||||||
< is used, then netrwFileHandler() will look for
|
< is used, then netrwFileHandler() will look for
|
||||||
a script/function to handle the given
|
a script/function to handle the given
|
||||||
extension. (see |netrw_filehandler|).
|
extension. (see |netrw_filehandler|).
|
||||||
<
|
|
||||||
|
*g:netrw_fastbrowse* =0: slow speed browsing, never re-use
|
||||||
|
directory listings; always obtain
|
||||||
|
directory listings.
|
||||||
|
=1: medium speed browsing, re-use directory
|
||||||
|
listings only when remote browsing.
|
||||||
|
(default value)
|
||||||
|
=2: fast browsing, only obtains directory
|
||||||
|
listings when the directory hasn't been
|
||||||
|
seen before (or |netrw-ctrl-l| is used).
|
||||||
|
Fast browsing retains old directory listing
|
||||||
|
buffers so that they don't need to be
|
||||||
|
re-acquired. This feature is especially
|
||||||
|
important for remote browsing. However, if
|
||||||
|
a file is introduced or deleted into or from
|
||||||
|
such directories, the old directory buffer
|
||||||
|
becomes out-of-date. One may always refresh
|
||||||
|
such a directory listing with |netrw-ctrl-l|.
|
||||||
|
This option gives the choice of the trade-off
|
||||||
|
between accuracy and speed to the user.
|
||||||
|
|
||||||
*g:netrw_ftp_browse_reject* ftp can produce a number of errors and warnings
|
*g:netrw_ftp_browse_reject* ftp can produce a number of errors and warnings
|
||||||
that can show up as "directories" and "files"
|
that can show up as "directories" and "files"
|
||||||
in the listing. This pattern is used to
|
in the listing. This pattern is used to
|
||||||
@ -819,6 +841,12 @@ NETRW BROWSER VARIABLES *netrw-browse-var*
|
|||||||
*g:netrw_winsize* specify initial size of new o/v windows
|
*g:netrw_winsize* specify initial size of new o/v windows
|
||||||
default: ""
|
default: ""
|
||||||
|
|
||||||
|
*g:DrChipTopLvlMenu* This variable specifies the top level
|
||||||
|
submenu name; by default, its "DrChip.".
|
||||||
|
If you wish to change this, do so in your
|
||||||
|
.vimrc. It affects all of my plugins which
|
||||||
|
have menus.
|
||||||
|
|
||||||
INTRODUCTION TO DIRECTORY BROWSING *netrw-browse-intro*
|
INTRODUCTION TO DIRECTORY BROWSING *netrw-browse-intro*
|
||||||
|
|
||||||
Netrw supports the browsing of directories on the local system and on remote
|
Netrw supports the browsing of directories on the local system and on remote
|
||||||
@ -843,6 +871,18 @@ For local directories, the trailing slash is not required.
|
|||||||
If you'd like to avoid entering the password in for remote directory listings
|
If you'd like to avoid entering the password in for remote directory listings
|
||||||
with ssh or scp, see |netrw-listhack|.
|
with ssh or scp, see |netrw-listhack|.
|
||||||
|
|
||||||
|
|
||||||
|
NETRW BROWSING AND OPTION INCOMPATIBILITIES *netrw-incompatible*
|
||||||
|
|
||||||
|
Netrw will not work properly with >
|
||||||
|
|
||||||
|
:set acd
|
||||||
|
:set fo=...ta...
|
||||||
|
<
|
||||||
|
If either of these options are present when browsing is attempted, netrw
|
||||||
|
will change them by using noacd and removing the ta suboptions from the
|
||||||
|
|formatoptions|.
|
||||||
|
|
||||||
*netrw-explore* *netrw-pexplore*
|
*netrw-explore* *netrw-pexplore*
|
||||||
*netrw-hexplore* *netrw-sexplore*
|
*netrw-hexplore* *netrw-sexplore*
|
||||||
DIRECTORY EXPLORING COMMANDS *netrw-nexplore* *netrw-vexplore*
|
DIRECTORY EXPLORING COMMANDS *netrw-nexplore* *netrw-vexplore*
|
||||||
@ -1094,9 +1134,9 @@ One may use a preview window (currently only for local browsing) by using the
|
|||||||
|
|
||||||
PREVIOUS WINDOW *netrw-P* *netrw-prvwin*
|
PREVIOUS WINDOW *netrw-P* *netrw-prvwin*
|
||||||
|
|
||||||
To edit a file or directory in the previously used window (see :he |CTRL-W_P|),
|
To edit a file or directory in the previously used window (see :he |ctrl-w_p|),
|
||||||
press a "P". If there's only one window, then the one window will be
|
press a "P". If there's only one window, then the one window will be
|
||||||
horizontally split (above/below splitting is controlled by |g:netrw_alto|,
|
horizontally split (above/below splitting is controlled by |g:netrw-alto|,
|
||||||
and its initial size is controlled by |g:netrw_winsize|).
|
and its initial size is controlled by |g:netrw_winsize|).
|
||||||
|
|
||||||
If there's more than one window, the previous window will be re-used on
|
If there's more than one window, the previous window will be re-used on
|
||||||
@ -1399,6 +1439,11 @@ which is loaded automatically at startup (assuming :set nocp).
|
|||||||
==============================================================================
|
==============================================================================
|
||||||
11. History *netrw-history* {{{1
|
11. History *netrw-history* {{{1
|
||||||
|
|
||||||
|
v79: * directories are now displayed with nowrap
|
||||||
|
* (bugfix) if the column width was smaller than the largest
|
||||||
|
file's name, then netrw would hang when using wide-listing
|
||||||
|
mode - fixed
|
||||||
|
* g:netrw_fastbrowse introduced
|
||||||
v78: * progress has been made on allowing spaces inside directory
|
v78: * progress has been made on allowing spaces inside directory
|
||||||
names for remote work (reading, writing, browsing). (scp)
|
names for remote work (reading, writing, browsing). (scp)
|
||||||
v77: * Mikolaj Machowski fixed a bug in a substitute command
|
v77: * Mikolaj Machowski fixed a bug in a substitute command
|
||||||
|
|||||||
@ -4117,6 +4117,7 @@ Ruby if_ruby.txt /*Ruby*
|
|||||||
Russian russian.txt /*Russian*
|
Russian russian.txt /*Russian*
|
||||||
S change.txt /*S*
|
S change.txt /*S*
|
||||||
SHELL starting.txt /*SHELL*
|
SHELL starting.txt /*SHELL*
|
||||||
|
SQLSetType sql.txt /*SQLSetType*
|
||||||
Select visual.txt /*Select*
|
Select visual.txt /*Select*
|
||||||
Select-mode visual.txt /*Select-mode*
|
Select-mode visual.txt /*Select-mode*
|
||||||
Select-mode-mapping visual.txt /*Select-mode-mapping*
|
Select-mode-mapping visual.txt /*Select-mode-mapping*
|
||||||
@ -4132,6 +4133,7 @@ Syntax autocmd.txt /*Syntax*
|
|||||||
T motion.txt /*T*
|
T motion.txt /*T*
|
||||||
TCL if_tcl.txt /*TCL*
|
TCL if_tcl.txt /*TCL*
|
||||||
TERM starting.txt /*TERM*
|
TERM starting.txt /*TERM*
|
||||||
|
TSQL sql.txt /*TSQL*
|
||||||
TTpro-telnet syntax.txt /*TTpro-telnet*
|
TTpro-telnet syntax.txt /*TTpro-telnet*
|
||||||
Tab intro.txt /*Tab*
|
Tab intro.txt /*Tab*
|
||||||
TabEnter autocmd.txt /*TabEnter*
|
TabEnter autocmd.txt /*TabEnter*
|
||||||
@ -4139,6 +4141,7 @@ TabLeave autocmd.txt /*TabLeave*
|
|||||||
Tcl if_tcl.txt /*Tcl*
|
Tcl if_tcl.txt /*Tcl*
|
||||||
TermChanged autocmd.txt /*TermChanged*
|
TermChanged autocmd.txt /*TermChanged*
|
||||||
TermResponse autocmd.txt /*TermResponse*
|
TermResponse autocmd.txt /*TermResponse*
|
||||||
|
Transact-SQL sql.txt /*Transact-SQL*
|
||||||
U undo.txt /*U*
|
U undo.txt /*U*
|
||||||
UTF-8 mbyte.txt /*UTF-8*
|
UTF-8 mbyte.txt /*UTF-8*
|
||||||
UTF8-xterm mbyte.txt /*UTF8-xterm*
|
UTF8-xterm mbyte.txt /*UTF8-xterm*
|
||||||
@ -5217,7 +5220,9 @@ ft-sgml-syntax syntax.txt /*ft-sgml-syntax*
|
|||||||
ft-sh-syntax syntax.txt /*ft-sh-syntax*
|
ft-sh-syntax syntax.txt /*ft-sh-syntax*
|
||||||
ft-spec-plugin filetype.txt /*ft-spec-plugin*
|
ft-spec-plugin filetype.txt /*ft-spec-plugin*
|
||||||
ft-spup-syntax syntax.txt /*ft-spup-syntax*
|
ft-spup-syntax syntax.txt /*ft-spup-syntax*
|
||||||
|
ft-sql filetype.txt /*ft-sql*
|
||||||
ft-sql-syntax syntax.txt /*ft-sql-syntax*
|
ft-sql-syntax syntax.txt /*ft-sql-syntax*
|
||||||
|
ft-sqlanywhere-syntax syntax.txt /*ft-sqlanywhere-syntax*
|
||||||
ft-sqlinformix-syntax syntax.txt /*ft-sqlinformix-syntax*
|
ft-sqlinformix-syntax syntax.txt /*ft-sqlinformix-syntax*
|
||||||
ft-syntax-omni insert.txt /*ft-syntax-omni*
|
ft-syntax-omni insert.txt /*ft-syntax-omni*
|
||||||
ft-tcsh-syntax syntax.txt /*ft-tcsh-syntax*
|
ft-tcsh-syntax syntax.txt /*ft-tcsh-syntax*
|
||||||
@ -5260,12 +5265,14 @@ g'a motion.txt /*g'a*
|
|||||||
g, motion.txt /*g,*
|
g, motion.txt /*g,*
|
||||||
g0 motion.txt /*g0*
|
g0 motion.txt /*g0*
|
||||||
g8 various.txt /*g8*
|
g8 various.txt /*g8*
|
||||||
|
g:DrChipTopLvlMenu pi_netrw.txt /*g:DrChipTopLvlMenu*
|
||||||
g:netrw_alto pi_netrw.txt /*g:netrw_alto*
|
g:netrw_alto pi_netrw.txt /*g:netrw_alto*
|
||||||
g:netrw_altv pi_netrw.txt /*g:netrw_altv*
|
g:netrw_altv pi_netrw.txt /*g:netrw_altv*
|
||||||
g:netrw_browse_split pi_netrw.txt /*g:netrw_browse_split*
|
g:netrw_browse_split pi_netrw.txt /*g:netrw_browse_split*
|
||||||
g:netrw_browsex_viewer pi_netrw.txt /*g:netrw_browsex_viewer*
|
g:netrw_browsex_viewer pi_netrw.txt /*g:netrw_browsex_viewer*
|
||||||
g:netrw_cygwin pi_netrw.txt /*g:netrw_cygwin*
|
g:netrw_cygwin pi_netrw.txt /*g:netrw_cygwin*
|
||||||
g:netrw_dav_cmd pi_netrw.txt /*g:netrw_dav_cmd*
|
g:netrw_dav_cmd pi_netrw.txt /*g:netrw_dav_cmd*
|
||||||
|
g:netrw_fastbrowse pi_netrw.txt /*g:netrw_fastbrowse*
|
||||||
g:netrw_fetch_cmd pi_netrw.txt /*g:netrw_fetch_cmd*
|
g:netrw_fetch_cmd pi_netrw.txt /*g:netrw_fetch_cmd*
|
||||||
g:netrw_ftp pi_netrw.txt /*g:netrw_ftp*
|
g:netrw_ftp pi_netrw.txt /*g:netrw_ftp*
|
||||||
g:netrw_ftp_browse_reject pi_netrw.txt /*g:netrw_ftp_browse_reject*
|
g:netrw_ftp_browse_reject pi_netrw.txt /*g:netrw_ftp_browse_reject*
|
||||||
@ -5484,7 +5491,6 @@ hebrew hebrew.txt /*hebrew*
|
|||||||
hebrew.txt hebrew.txt /*hebrew.txt*
|
hebrew.txt hebrew.txt /*hebrew.txt*
|
||||||
help various.txt /*help*
|
help various.txt /*help*
|
||||||
help-context help.txt /*help-context*
|
help-context help.txt /*help-context*
|
||||||
help-tags tags 1
|
|
||||||
help-translated various.txt /*help-translated*
|
help-translated various.txt /*help-translated*
|
||||||
help-xterm-window various.txt /*help-xterm-window*
|
help-xterm-window various.txt /*help-xterm-window*
|
||||||
help.txt help.txt /*help.txt*
|
help.txt help.txt /*help.txt*
|
||||||
@ -5734,6 +5740,7 @@ index() eval.txt /*index()*
|
|||||||
index.txt index.txt /*index.txt*
|
index.txt index.txt /*index.txt*
|
||||||
info-message starting.txt /*info-message*
|
info-message starting.txt /*info-message*
|
||||||
inform.vim syntax.txt /*inform.vim*
|
inform.vim syntax.txt /*inform.vim*
|
||||||
|
informix sql.txt /*informix*
|
||||||
initialization starting.txt /*initialization*
|
initialization starting.txt /*initialization*
|
||||||
input() eval.txt /*input()*
|
input() eval.txt /*input()*
|
||||||
inputdialog() eval.txt /*inputdialog()*
|
inputdialog() eval.txt /*inputdialog()*
|
||||||
@ -6019,6 +6026,7 @@ multilang-messages mlang.txt /*multilang-messages*
|
|||||||
multilang-scripts mlang.txt /*multilang-scripts*
|
multilang-scripts mlang.txt /*multilang-scripts*
|
||||||
myfiletypefile syntax.txt /*myfiletypefile*
|
myfiletypefile syntax.txt /*myfiletypefile*
|
||||||
myscriptsfile syntax.txt /*myscriptsfile*
|
myscriptsfile syntax.txt /*myscriptsfile*
|
||||||
|
mysql sql.txt /*mysql*
|
||||||
mysyntaxfile syntax.txt /*mysyntaxfile*
|
mysyntaxfile syntax.txt /*mysyntaxfile*
|
||||||
mysyntaxfile-add syntax.txt /*mysyntaxfile-add*
|
mysyntaxfile-add syntax.txt /*mysyntaxfile-add*
|
||||||
mysyntaxfile-replace syntax.txt /*mysyntaxfile-replace*
|
mysyntaxfile-replace syntax.txt /*mysyntaxfile-replace*
|
||||||
@ -6107,6 +6115,7 @@ netrw-hexplore pi_netrw.txt /*netrw-hexplore*
|
|||||||
netrw-history pi_netrw.txt /*netrw-history*
|
netrw-history pi_netrw.txt /*netrw-history*
|
||||||
netrw-horiz pi_netrw.txt /*netrw-horiz*
|
netrw-horiz pi_netrw.txt /*netrw-horiz*
|
||||||
netrw-i pi_netrw.txt /*netrw-i*
|
netrw-i pi_netrw.txt /*netrw-i*
|
||||||
|
netrw-incompatible pi_netrw.txt /*netrw-incompatible*
|
||||||
netrw-list pi_netrw.txt /*netrw-list*
|
netrw-list pi_netrw.txt /*netrw-list*
|
||||||
netrw-listbookmark pi_netrw.txt /*netrw-listbookmark*
|
netrw-listbookmark pi_netrw.txt /*netrw-listbookmark*
|
||||||
netrw-listhack pi_netrw.txt /*netrw-listhack*
|
netrw-listhack pi_netrw.txt /*netrw-listhack*
|
||||||
@ -6269,6 +6278,7 @@ option-summary options.txt /*option-summary*
|
|||||||
options options.txt /*options*
|
options options.txt /*options*
|
||||||
options-changed version5.txt /*options-changed*
|
options-changed version5.txt /*options-changed*
|
||||||
options.txt options.txt /*options.txt*
|
options.txt options.txt /*options.txt*
|
||||||
|
oracle sql.txt /*oracle*
|
||||||
os2 os_os2.txt /*os2*
|
os2 os_os2.txt /*os2*
|
||||||
os2ansi os_os2.txt /*os2ansi*
|
os2ansi os_os2.txt /*os2ansi*
|
||||||
os390 os_390.txt /*os390*
|
os390 os_390.txt /*os390*
|
||||||
@ -6341,6 +6351,7 @@ pi_gzip.txt pi_gzip.txt /*pi_gzip.txt*
|
|||||||
pi_netrw.txt pi_netrw.txt /*pi_netrw.txt*
|
pi_netrw.txt pi_netrw.txt /*pi_netrw.txt*
|
||||||
pi_paren.txt pi_paren.txt /*pi_paren.txt*
|
pi_paren.txt pi_paren.txt /*pi_paren.txt*
|
||||||
pi_spec.txt pi_spec.txt /*pi_spec.txt*
|
pi_spec.txt pi_spec.txt /*pi_spec.txt*
|
||||||
|
plsql sql.txt /*plsql*
|
||||||
plugin usr_05.txt /*plugin*
|
plugin usr_05.txt /*plugin*
|
||||||
plugin-details filetype.txt /*plugin-details*
|
plugin-details filetype.txt /*plugin-details*
|
||||||
plugin-filetype usr_41.txt /*plugin-filetype*
|
plugin-filetype usr_41.txt /*plugin-filetype*
|
||||||
@ -6356,6 +6367,7 @@ ports-6 version6.txt /*ports-6*
|
|||||||
posix vi_diff.txt /*posix*
|
posix vi_diff.txt /*posix*
|
||||||
posix-compliance vi_diff.txt /*posix-compliance*
|
posix-compliance vi_diff.txt /*posix-compliance*
|
||||||
posix-screen-size vi_diff.txt /*posix-screen-size*
|
posix-screen-size vi_diff.txt /*posix-screen-size*
|
||||||
|
postgress sql.txt /*postgress*
|
||||||
postscr.vim syntax.txt /*postscr.vim*
|
postscr.vim syntax.txt /*postscr.vim*
|
||||||
postscript-cjk-printing print.txt /*postscript-cjk-printing*
|
postscript-cjk-printing print.txt /*postscript-cjk-printing*
|
||||||
postscript-print-encoding print.txt /*postscript-print-encoding*
|
postscript-print-encoding print.txt /*postscript-print-encoding*
|
||||||
@ -6379,6 +6391,7 @@ profiling repeat.txt /*profiling*
|
|||||||
profiling-variable eval.txt /*profiling-variable*
|
profiling-variable eval.txt /*profiling-variable*
|
||||||
progname-variable eval.txt /*progname-variable*
|
progname-variable eval.txt /*progname-variable*
|
||||||
progress.vim syntax.txt /*progress.vim*
|
progress.vim syntax.txt /*progress.vim*
|
||||||
|
psql sql.txt /*psql*
|
||||||
ptcap.vim syntax.txt /*ptcap.vim*
|
ptcap.vim syntax.txt /*ptcap.vim*
|
||||||
pterm-mouse options.txt /*pterm-mouse*
|
pterm-mouse options.txt /*pterm-mouse*
|
||||||
pumvisible() eval.txt /*pumvisible()*
|
pumvisible() eval.txt /*pumvisible()*
|
||||||
@ -6769,8 +6782,23 @@ sponsor-faq sponsor.txt /*sponsor-faq*
|
|||||||
sponsor.txt sponsor.txt /*sponsor.txt*
|
sponsor.txt sponsor.txt /*sponsor.txt*
|
||||||
spoon os_unix.txt /*spoon*
|
spoon os_unix.txt /*spoon*
|
||||||
spup.vim syntax.txt /*spup.vim*
|
spup.vim syntax.txt /*spup.vim*
|
||||||
|
sql-adding-dialects sql.txt /*sql-adding-dialects*
|
||||||
|
sql-dialects sql.txt /*sql-dialects*
|
||||||
|
sql-macros sql.txt /*sql-macros*
|
||||||
|
sql-matchit sql.txt /*sql-matchit*
|
||||||
|
sql-navigation sql.txt /*sql-navigation*
|
||||||
|
sql-object-motions sql.txt /*sql-object-motions*
|
||||||
|
sql-predefined-objects sql.txt /*sql-predefined-objects*
|
||||||
|
sql-type-default sql.txt /*sql-type-default*
|
||||||
|
sql-types sql.txt /*sql-types*
|
||||||
|
sql.txt sql.txt /*sql.txt*
|
||||||
sql.vim syntax.txt /*sql.vim*
|
sql.vim syntax.txt /*sql.vim*
|
||||||
|
sqlanywhere sql.txt /*sqlanywhere*
|
||||||
|
sqlanywhere.vim syntax.txt /*sqlanywhere.vim*
|
||||||
sqlinformix.vim syntax.txt /*sqlinformix.vim*
|
sqlinformix.vim syntax.txt /*sqlinformix.vim*
|
||||||
|
sqlj sql.txt /*sqlj*
|
||||||
|
sqlserver sql.txt /*sqlserver*
|
||||||
|
sqlsettype sql.txt /*sqlsettype*
|
||||||
sscanf eval.txt /*sscanf*
|
sscanf eval.txt /*sscanf*
|
||||||
standard-plugin usr_05.txt /*standard-plugin*
|
standard-plugin usr_05.txt /*standard-plugin*
|
||||||
standard-plugin-list help.txt /*standard-plugin-list*
|
standard-plugin-list help.txt /*standard-plugin-list*
|
||||||
@ -6824,6 +6852,7 @@ swapchoice-variable eval.txt /*swapchoice-variable*
|
|||||||
swapcommand-variable eval.txt /*swapcommand-variable*
|
swapcommand-variable eval.txt /*swapcommand-variable*
|
||||||
swapfile-changed version4.txt /*swapfile-changed*
|
swapfile-changed version4.txt /*swapfile-changed*
|
||||||
swapname-variable eval.txt /*swapname-variable*
|
swapname-variable eval.txt /*swapname-variable*
|
||||||
|
sybase sql.txt /*sybase*
|
||||||
syn-sync-grouphere syntax.txt /*syn-sync-grouphere*
|
syn-sync-grouphere syntax.txt /*syn-sync-grouphere*
|
||||||
syn-sync-groupthere syntax.txt /*syn-sync-groupthere*
|
syn-sync-groupthere syntax.txt /*syn-sync-groupthere*
|
||||||
syn-sync-linecont syntax.txt /*syn-sync-linecont*
|
syn-sync-linecont syntax.txt /*syn-sync-linecont*
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
" You can also use this as a start for your own set of menus.
|
" You can also use this as a start for your own set of menus.
|
||||||
"
|
"
|
||||||
" Maintainer: Bram Moolenaar <Bram@vim.org>
|
" Maintainer: Bram Moolenaar <Bram@vim.org>
|
||||||
" Last Change: 2006 Mar 05
|
" Last Change: 2006 Mar 09
|
||||||
|
|
||||||
" Note that ":an" (short for ":anoremenu") is often used to make a menu work
|
" Note that ":an" (short for ":anoremenu") is often used to make a menu work
|
||||||
" in all modes and avoid side effects from mappings defined by the user.
|
" in all modes and avoid side effects from mappings defined by the user.
|
||||||
@ -131,41 +131,6 @@ an 10.600 &File.-SEP4- <Nop>
|
|||||||
an 10.610 &File.Sa&ve-Exit<Tab>:wqa :confirm wqa<CR>
|
an 10.610 &File.Sa&ve-Exit<Tab>:wqa :confirm wqa<CR>
|
||||||
an 10.620 &File.E&xit<Tab>:qa :confirm qa<CR>
|
an 10.620 &File.E&xit<Tab>:qa :confirm qa<CR>
|
||||||
|
|
||||||
" Pasting blockwise and linewise selections is not possible in Insert and
|
|
||||||
" Visual mode without the +virtualedit feature. They are pasted as if they
|
|
||||||
" were characterwise instead. Add to that some tricks to leave the cursor in
|
|
||||||
" the right position, also for "gi".
|
|
||||||
" Note: the same stuff appears in mswin.vim.
|
|
||||||
if has("virtualedit")
|
|
||||||
let s:paste_cmd = ":call <SID>Paste()<CR>"
|
|
||||||
func! <SID>Paste()
|
|
||||||
let ove = &ve
|
|
||||||
set ve=all
|
|
||||||
normal! `^
|
|
||||||
if @+ != ''
|
|
||||||
normal! "+gP
|
|
||||||
endif
|
|
||||||
let c = col(".")
|
|
||||||
normal! i
|
|
||||||
if col(".") < c " compensate for i<ESC> moving the cursor left
|
|
||||||
normal! l
|
|
||||||
endif
|
|
||||||
let &ve = ove
|
|
||||||
endfunc
|
|
||||||
else
|
|
||||||
let s:paste_cmd = "\"=@+.'xy'<CR>gPFx\"_2x"
|
|
||||||
endif
|
|
||||||
|
|
||||||
" Define the string to use for items that are present both in Edit, Popup and
|
|
||||||
" Toolbar menu.
|
|
||||||
if has("virtualedit")
|
|
||||||
let s:paste_v_cmd = '"-c<Esc>' . s:paste_cmd
|
|
||||||
let s:paste_i_cmd = '<Esc>' . s:paste_cmd . 'gi'
|
|
||||||
else
|
|
||||||
let s:paste_v_cmd = '"-c<Esc>gix<Esc>' . s:paste_cmd . '"_x'
|
|
||||||
let s:paste_i_cmd = 'x<Esc>' . s:paste_cmd . '"_s'
|
|
||||||
endif
|
|
||||||
|
|
||||||
func! <SID>SelectAll()
|
func! <SID>SelectAll()
|
||||||
exe "norm gg" . (&slm == "" ? "VG" : "gH\<C-O>G")
|
exe "norm gg" . (&slm == "" ? "VG" : "gH\<C-O>G")
|
||||||
endfunc
|
endfunc
|
||||||
@ -182,8 +147,8 @@ vnoremenu 20.350 &Edit.&Copy<Tab>"+y "+y
|
|||||||
cnoremenu 20.350 &Edit.&Copy<Tab>"+y <C-Y>
|
cnoremenu 20.350 &Edit.&Copy<Tab>"+y <C-Y>
|
||||||
nnoremenu 20.360 &Edit.&Paste<Tab>"+gP "+gP
|
nnoremenu 20.360 &Edit.&Paste<Tab>"+gP "+gP
|
||||||
cnoremenu &Edit.&Paste<Tab>"+gP <C-R>+
|
cnoremenu &Edit.&Paste<Tab>"+gP <C-R>+
|
||||||
exe 'vnoremenu <script> &Edit.&Paste<Tab>"+gP ' . s:paste_v_cmd
|
exe 'vnoremenu <script> &Edit.&Paste<Tab>"+gP ' . paste#paste_cmd['v']
|
||||||
exe 'inoremenu <script> &Edit.&Paste<Tab>"+gP ' . s:paste_i_cmd
|
exe 'inoremenu <script> &Edit.&Paste<Tab>"+gP ' . paste#paste_cmd['i']
|
||||||
nnoremenu 20.370 &Edit.Put\ &Before<Tab>[p [p
|
nnoremenu 20.370 &Edit.Put\ &Before<Tab>[p [p
|
||||||
inoremenu &Edit.Put\ &Before<Tab>[p <C-O>[p
|
inoremenu &Edit.Put\ &Before<Tab>[p <C-O>[p
|
||||||
nnoremenu 20.380 &Edit.Put\ &After<Tab>]p ]p
|
nnoremenu 20.380 &Edit.Put\ &After<Tab>]p ]p
|
||||||
@ -199,10 +164,10 @@ an 20.405 &Edit.-SEP2- <Nop>
|
|||||||
if has("win32") || has("win16") || has("gui_gtk") || has("gui_kde") || has("gui_motif")
|
if has("win32") || has("win16") || has("gui_gtk") || has("gui_kde") || has("gui_motif")
|
||||||
an 20.410 &Edit.&Find\.\.\. :promptfind<CR>
|
an 20.410 &Edit.&Find\.\.\. :promptfind<CR>
|
||||||
vunmenu &Edit.&Find\.\.\.
|
vunmenu &Edit.&Find\.\.\.
|
||||||
vnoremenu <silent> &Edit.&Find\.\.\. y:call <SID>FixFText()<CR>:promptfind <C-R>"<CR>
|
vnoremenu <silent> &Edit.&Find\.\.\. y:promptfind <C-R>=<SID>FixFText()<CR><CR>
|
||||||
an 20.420 &Edit.Find\ and\ Rep&lace\.\.\. :promptrepl<CR>
|
an 20.420 &Edit.Find\ and\ Rep&lace\.\.\. :promptrepl<CR>
|
||||||
vunmenu &Edit.Find\ and\ Rep&lace\.\.\.
|
vunmenu &Edit.Find\ and\ Rep&lace\.\.\.
|
||||||
vnoremenu <silent> &Edit.Find\ and\ Rep&lace\.\.\. y:call <SID>FixFText()<CR>:promptrepl <C-R>"<CR>
|
vnoremenu <silent> &Edit.Find\ and\ Rep&lace\.\.\. y:promptrepl <C-R>=<SID>FixFText()<CR><CR>
|
||||||
else
|
else
|
||||||
an 20.410 &Edit.&Find<Tab>/ /
|
an 20.410 &Edit.&Find<Tab>/ /
|
||||||
an 20.420 &Edit.Find\ and\ Rep&lace<Tab>:%s :%s/
|
an 20.420 &Edit.Find\ and\ Rep&lace<Tab>:%s :%s/
|
||||||
@ -215,7 +180,7 @@ an 20.430 &Edit.Settings\ &Window :options<CR>
|
|||||||
|
|
||||||
fun! s:FixFText()
|
fun! s:FixFText()
|
||||||
" Fix text in nameless register to be used with :promptfind.
|
" Fix text in nameless register to be used with :promptfind.
|
||||||
let @" = substitute(@", "[\r\n]", '\\n', 'g')
|
return substitute(@", "[\r\n]", '\\n', 'g')
|
||||||
endfun
|
endfun
|
||||||
|
|
||||||
" Edit/Global Settings
|
" Edit/Global Settings
|
||||||
@ -851,8 +816,8 @@ vnoremenu 1.30 PopUp.&Copy "+y
|
|||||||
cnoremenu 1.30 PopUp.&Copy <C-Y>
|
cnoremenu 1.30 PopUp.&Copy <C-Y>
|
||||||
nnoremenu 1.40 PopUp.&Paste "+gP
|
nnoremenu 1.40 PopUp.&Paste "+gP
|
||||||
cnoremenu 1.40 PopUp.&Paste <C-R>+
|
cnoremenu 1.40 PopUp.&Paste <C-R>+
|
||||||
exe 'vnoremenu <script> 1.40 PopUp.&Paste ' . s:paste_v_cmd
|
exe 'vnoremenu <script> 1.40 PopUp.&Paste ' . paste#paste_cmd['v']
|
||||||
exe 'inoremenu <script> 1.40 PopUp.&Paste ' . s:paste_i_cmd
|
exe 'inoremenu <script> 1.40 PopUp.&Paste ' . paste#paste_cmd['i']
|
||||||
vnoremenu 1.50 PopUp.&Delete x
|
vnoremenu 1.50 PopUp.&Delete x
|
||||||
an 1.55 PopUp.-SEP2- <Nop>
|
an 1.55 PopUp.-SEP2- <Nop>
|
||||||
vnoremenu 1.60 PopUp.Select\ Blockwise <C-V>
|
vnoremenu 1.60 PopUp.Select\ Blockwise <C-V>
|
||||||
@ -976,14 +941,14 @@ if has("toolbar")
|
|||||||
cnoremenu 1.80 ToolBar.Copy <C-Y>
|
cnoremenu 1.80 ToolBar.Copy <C-Y>
|
||||||
nnoremenu 1.90 ToolBar.Paste "+gP
|
nnoremenu 1.90 ToolBar.Paste "+gP
|
||||||
cnoremenu ToolBar.Paste <C-R>+
|
cnoremenu ToolBar.Paste <C-R>+
|
||||||
exe 'vnoremenu <script> ToolBar.Paste ' . s:paste_v_cmd
|
exe 'vnoremenu <script> ToolBar.Paste ' . paste#paste_cmd['v']
|
||||||
exe 'inoremenu <script> ToolBar.Paste ' . s:paste_i_cmd
|
exe 'inoremenu <script> ToolBar.Paste ' . paste#paste_cmd['i']
|
||||||
|
|
||||||
if !has("gui_athena")
|
if !has("gui_athena")
|
||||||
an 1.95 ToolBar.-sep3- <Nop>
|
an 1.95 ToolBar.-sep3- <Nop>
|
||||||
an 1.100 ToolBar.Replace :promptrepl<CR>
|
an 1.100 ToolBar.Replace :promptrepl<CR>
|
||||||
vunmenu ToolBar.Replace
|
vunmenu ToolBar.Replace
|
||||||
vnoremenu ToolBar.Replace y:promptrepl <C-R>"<CR>
|
vnoremenu ToolBar.Replace y:promptrepl <C-R>=<SID>FixFText()<CR><CR>
|
||||||
an 1.110 ToolBar.FindNext n
|
an 1.110 ToolBar.FindNext n
|
||||||
an 1.120 ToolBar.FindPrev N
|
an 1.120 ToolBar.FindPrev N
|
||||||
endif
|
endif
|
||||||
@ -1099,8 +1064,6 @@ an 50.730 &Syntax.&Convert\ to\ HTML :runtime syntax/2html.vim<CR>
|
|||||||
|
|
||||||
endif " !exists("did_install_syntax_menu")
|
endif " !exists("did_install_syntax_menu")
|
||||||
|
|
||||||
unlet! s:paste_i_cmd s:paste_v_cmd s:paste_cmd
|
|
||||||
|
|
||||||
" Restore the previous value of 'cpoptions'.
|
" Restore the previous value of 'cpoptions'.
|
||||||
let &cpo = s:cpo_save
|
let &cpo = s:cpo_save
|
||||||
unlet s:cpo_save
|
unlet s:cpo_save
|
||||||
|
|||||||
706
runtime/syntax/sqlanywhere.vim
Normal file
706
runtime/syntax/sqlanywhere.vim
Normal file
@ -0,0 +1,706 @@
|
|||||||
|
" Vim syntax file
|
||||||
|
" Language: SQL, Adaptive Server Anywhere
|
||||||
|
" Maintainer: David Fishburn <fishburn at ianywhere dot com>
|
||||||
|
" Last Change: Thu Sep 15 2005 10:30:09 AM
|
||||||
|
" Version: 9.0.2
|
||||||
|
|
||||||
|
" Description: Updated to Adaptive Server Anywhere 9.0.2
|
||||||
|
" Updated to Adaptive Server Anywhere 9.0.1
|
||||||
|
" Updated to Adaptive Server Anywhere 9.0.0
|
||||||
|
"
|
||||||
|
" For version 5.x: Clear all syntax items
|
||||||
|
" For version 6.x: Quit when a syntax file was already loaded
|
||||||
|
if version < 600
|
||||||
|
syntax clear
|
||||||
|
elseif exists("b:current_syntax")
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
|
syn case ignore
|
||||||
|
|
||||||
|
" The SQL reserved words, defined as keywords.
|
||||||
|
|
||||||
|
syn keyword sqlSpecial false null true
|
||||||
|
|
||||||
|
" common functions
|
||||||
|
syn keyword sqlFunction count sum avg min max debug_eng isnull
|
||||||
|
syn keyword sqlFunction greater lesser argn string ymd todate
|
||||||
|
syn keyword sqlFunction totimestamp date today now utc_now
|
||||||
|
syn keyword sqlFunction number identity years months weeks days
|
||||||
|
syn keyword sqlFunction hours minutes seconds second minute hour
|
||||||
|
syn keyword sqlFunction day month year dow date_format substr
|
||||||
|
syn keyword sqlFunction substring byte_substr length byte_length
|
||||||
|
syn keyword sqlFunction datalength ifnull evaluate list
|
||||||
|
syn keyword sqlFunction soundex similar difference like_start
|
||||||
|
syn keyword sqlFunction like_end regexp_compile
|
||||||
|
syn keyword sqlFunction regexp_compile_patindex remainder abs
|
||||||
|
syn keyword sqlFunction graphical_plan plan explanation ulplan
|
||||||
|
syn keyword sqlFunction graphical_ulplan long_ulplan
|
||||||
|
syn keyword sqlFunction short_ulplan rewrite watcomsql
|
||||||
|
syn keyword sqlFunction transactsql dialect estimate
|
||||||
|
syn keyword sqlFunction estimate_source index_estimate
|
||||||
|
syn keyword sqlFunction experience_estimate traceback wsql_state
|
||||||
|
syn keyword sqlFunction lang_message dateadd datediff datepart
|
||||||
|
syn keyword sqlFunction datename dayname monthname quarter
|
||||||
|
syn keyword sqlFunction tsequal hextoint inttohex rand textptr
|
||||||
|
syn keyword sqlFunction rowid grouping stddev variance rank
|
||||||
|
syn keyword sqlFunction dense_rank density percent_rank user_name
|
||||||
|
syn keyword sqlFunction user_id str stuff char_length nullif
|
||||||
|
syn keyword sqlFunction sortkey compare ts_index_statistics
|
||||||
|
syn keyword sqlFunction ts_table_statistics isdate isnumeric
|
||||||
|
syn keyword sqlFunction get_identity lookup newid uuidtostr
|
||||||
|
syn keyword sqlFunction strtouuid varexists
|
||||||
|
|
||||||
|
" 9.0.1 functions
|
||||||
|
syn keyword sqlFunction acos asin atan atn2 cast ceiling convert cos cot
|
||||||
|
syn keyword sqlFunction char_length coalesce dateformat datetime degrees exp
|
||||||
|
syn keyword sqlFunction floor getdate insertstr
|
||||||
|
syn keyword sqlFunction log log10 lower mod pi power
|
||||||
|
syn keyword sqlFunction property radians replicate round sign sin
|
||||||
|
syn keyword sqlFunction sqldialect tan truncate truncnum
|
||||||
|
syn keyword sqlFunction base64_encode base64_decode
|
||||||
|
syn keyword sqlFunction hash compress decompress encrypt decrypt
|
||||||
|
|
||||||
|
" string functions
|
||||||
|
syn keyword sqlFunction ascii char left ltrim repeat
|
||||||
|
syn keyword sqlFunction space right rtrim trim lcase ucase
|
||||||
|
syn keyword sqlFunction locate charindex patindex replace
|
||||||
|
syn keyword sqlFunction errormsg csconvert
|
||||||
|
|
||||||
|
" property functions
|
||||||
|
syn keyword sqlFunction db_id db_name property_name
|
||||||
|
syn keyword sqlFunction property_description property_number
|
||||||
|
syn keyword sqlFunction next_connection next_database property
|
||||||
|
syn keyword sqlFunction connection_property db_property db_extended_property
|
||||||
|
syn keyword sqlFunction event_parmeter event_condition event_condition_name
|
||||||
|
|
||||||
|
" sa_ procedures
|
||||||
|
syn keyword sqlFunction sa_add_index_consultant_analysis
|
||||||
|
syn keyword sqlFunction sa_add_workload_query
|
||||||
|
syn keyword sqlFunction sa_app_deregister
|
||||||
|
syn keyword sqlFunction sa_app_get_infoStr
|
||||||
|
syn keyword sqlFunction sa_app_get_status
|
||||||
|
syn keyword sqlFunction sa_app_register
|
||||||
|
syn keyword sqlFunction sa_app_registration_unlock
|
||||||
|
syn keyword sqlFunction sa_app_set_infoStr
|
||||||
|
syn keyword sqlFunction sa_audit_string
|
||||||
|
syn keyword sqlFunction sa_check_commit
|
||||||
|
syn keyword sqlFunction sa_checkpoint_execute
|
||||||
|
syn keyword sqlFunction sa_conn_activity
|
||||||
|
syn keyword sqlFunction sa_conn_compression_info
|
||||||
|
syn keyword sqlFunction sa_conn_deregister
|
||||||
|
syn keyword sqlFunction sa_conn_info
|
||||||
|
syn keyword sqlFunction sa_conn_properties
|
||||||
|
syn keyword sqlFunction sa_conn_properties_by_conn
|
||||||
|
syn keyword sqlFunction sa_conn_properties_by_name
|
||||||
|
syn keyword sqlFunction sa_conn_register
|
||||||
|
syn keyword sqlFunction sa_conn_set_status
|
||||||
|
syn keyword sqlFunction sa_create_analysis_from_query
|
||||||
|
syn keyword sqlFunction sa_db_info
|
||||||
|
syn keyword sqlFunction sa_db_properties
|
||||||
|
syn keyword sqlFunction sa_disable_auditing_type
|
||||||
|
syn keyword sqlFunction sa_disable_index
|
||||||
|
syn keyword sqlFunction sa_disk_free_space
|
||||||
|
syn keyword sqlFunction sa_enable_auditing_type
|
||||||
|
syn keyword sqlFunction sa_enable_index
|
||||||
|
syn keyword sqlFunction sa_end_forward_to
|
||||||
|
syn keyword sqlFunction sa_eng_properties
|
||||||
|
syn keyword sqlFunction sa_event_schedules
|
||||||
|
syn keyword sqlFunction sa_exec_script
|
||||||
|
syn keyword sqlFunction sa_flush_cache
|
||||||
|
syn keyword sqlFunction sa_flush_statistics
|
||||||
|
syn keyword sqlFunction sa_forward_to
|
||||||
|
syn keyword sqlFunction sa_get_dtt
|
||||||
|
syn keyword sqlFunction sa_get_histogram
|
||||||
|
syn keyword sqlFunction sa_get_request_profile
|
||||||
|
syn keyword sqlFunction sa_get_request_profile_sub
|
||||||
|
syn keyword sqlFunction sa_get_request_times
|
||||||
|
syn keyword sqlFunction sa_get_server_messages
|
||||||
|
syn keyword sqlFunction sa_get_simulated_scale_factors
|
||||||
|
syn keyword sqlFunction sa_get_workload_capture_status
|
||||||
|
syn keyword sqlFunction sa_index_density
|
||||||
|
syn keyword sqlFunction sa_index_levels
|
||||||
|
syn keyword sqlFunction sa_index_statistics
|
||||||
|
syn keyword sqlFunction sa_internal_alter_index_ability
|
||||||
|
syn keyword sqlFunction sa_internal_create_analysis_from_query
|
||||||
|
syn keyword sqlFunction sa_internal_disk_free_space
|
||||||
|
syn keyword sqlFunction sa_internal_get_dtt
|
||||||
|
syn keyword sqlFunction sa_internal_get_histogram
|
||||||
|
syn keyword sqlFunction sa_internal_get_request_times
|
||||||
|
syn keyword sqlFunction sa_internal_get_simulated_scale_factors
|
||||||
|
syn keyword sqlFunction sa_internal_get_workload_capture_status
|
||||||
|
syn keyword sqlFunction sa_internal_index_density
|
||||||
|
syn keyword sqlFunction sa_internal_index_levels
|
||||||
|
syn keyword sqlFunction sa_internal_index_statistics
|
||||||
|
syn keyword sqlFunction sa_internal_java_loaded_classes
|
||||||
|
syn keyword sqlFunction sa_internal_locks
|
||||||
|
syn keyword sqlFunction sa_internal_pause_workload_capture
|
||||||
|
syn keyword sqlFunction sa_internal_procedure_profile
|
||||||
|
syn keyword sqlFunction sa_internal_procedure_profile_summary
|
||||||
|
syn keyword sqlFunction sa_internal_read_backup_history
|
||||||
|
syn keyword sqlFunction sa_internal_recommend_indexes
|
||||||
|
syn keyword sqlFunction sa_internal_reset_identity
|
||||||
|
syn keyword sqlFunction sa_internal_resume_workload_capture
|
||||||
|
syn keyword sqlFunction sa_internal_start_workload_capture
|
||||||
|
syn keyword sqlFunction sa_internal_stop_index_consultant
|
||||||
|
syn keyword sqlFunction sa_internal_stop_workload_capture
|
||||||
|
syn keyword sqlFunction sa_internal_table_fragmentation
|
||||||
|
syn keyword sqlFunction sa_internal_table_page_usage
|
||||||
|
syn keyword sqlFunction sa_internal_table_stats
|
||||||
|
syn keyword sqlFunction sa_internal_virtual_sysindex
|
||||||
|
syn keyword sqlFunction sa_internal_virtual_sysixcol
|
||||||
|
syn keyword sqlFunction sa_java_loaded_classes
|
||||||
|
syn keyword sqlFunction sa_jdk_version
|
||||||
|
syn keyword sqlFunction sa_locks
|
||||||
|
syn keyword sqlFunction sa_make_object
|
||||||
|
syn keyword sqlFunction sa_pause_workload_capture
|
||||||
|
syn keyword sqlFunction sa_proc_debug_attach_to_connection
|
||||||
|
syn keyword sqlFunction sa_proc_debug_connect
|
||||||
|
syn keyword sqlFunction sa_proc_debug_detach_from_connection
|
||||||
|
syn keyword sqlFunction sa_proc_debug_disconnect
|
||||||
|
syn keyword sqlFunction sa_proc_debug_get_connection_name
|
||||||
|
syn keyword sqlFunction sa_proc_debug_release_connection
|
||||||
|
syn keyword sqlFunction sa_proc_debug_request
|
||||||
|
syn keyword sqlFunction sa_proc_debug_version
|
||||||
|
syn keyword sqlFunction sa_proc_debug_wait_for_connection
|
||||||
|
syn keyword sqlFunction sa_procedure_profile
|
||||||
|
syn keyword sqlFunction sa_procedure_profile_summary
|
||||||
|
syn keyword sqlFunction sa_read_backup_history
|
||||||
|
syn keyword sqlFunction sa_recommend_indexes
|
||||||
|
syn keyword sqlFunction sa_recompile_views
|
||||||
|
syn keyword sqlFunction sa_remove_index_consultant_analysis
|
||||||
|
syn keyword sqlFunction sa_remove_index_consultant_workload
|
||||||
|
syn keyword sqlFunction sa_reset_identity
|
||||||
|
syn keyword sqlFunction sa_resume_workload_capture
|
||||||
|
syn keyword sqlFunction sa_server_option
|
||||||
|
syn keyword sqlFunction sa_set_simulated_scale_factor
|
||||||
|
syn keyword sqlFunction sa_setremoteuser
|
||||||
|
syn keyword sqlFunction sa_setsubscription
|
||||||
|
syn keyword sqlFunction sa_start_recording_commits
|
||||||
|
syn keyword sqlFunction sa_start_workload_capture
|
||||||
|
syn keyword sqlFunction sa_statement_text
|
||||||
|
syn keyword sqlFunction sa_stop_index_consultant
|
||||||
|
syn keyword sqlFunction sa_stop_recording_commits
|
||||||
|
syn keyword sqlFunction sa_stop_workload_capture
|
||||||
|
syn keyword sqlFunction sa_sync
|
||||||
|
syn keyword sqlFunction sa_sync_sub
|
||||||
|
syn keyword sqlFunction sa_table_fragmentation
|
||||||
|
syn keyword sqlFunction sa_table_page_usage
|
||||||
|
syn keyword sqlFunction sa_table_stats
|
||||||
|
syn keyword sqlFunction sa_update_index_consultant_workload
|
||||||
|
syn keyword sqlFunction sa_validate
|
||||||
|
syn keyword sqlFunction sa_virtual_sysindex
|
||||||
|
syn keyword sqlFunction sa_virtual_sysixcol
|
||||||
|
|
||||||
|
" sp_ procedures
|
||||||
|
syn keyword sqlFunction sp_addalias
|
||||||
|
syn keyword sqlFunction sp_addauditrecord
|
||||||
|
syn keyword sqlFunction sp_adddumpdevice
|
||||||
|
syn keyword sqlFunction sp_addgroup
|
||||||
|
syn keyword sqlFunction sp_addlanguage
|
||||||
|
syn keyword sqlFunction sp_addlogin
|
||||||
|
syn keyword sqlFunction sp_addmessage
|
||||||
|
syn keyword sqlFunction sp_addremotelogin
|
||||||
|
syn keyword sqlFunction sp_addsegment
|
||||||
|
syn keyword sqlFunction sp_addserver
|
||||||
|
syn keyword sqlFunction sp_addthreshold
|
||||||
|
syn keyword sqlFunction sp_addtype
|
||||||
|
syn keyword sqlFunction sp_adduser
|
||||||
|
syn keyword sqlFunction sp_auditdatabase
|
||||||
|
syn keyword sqlFunction sp_auditlogin
|
||||||
|
syn keyword sqlFunction sp_auditobject
|
||||||
|
syn keyword sqlFunction sp_auditoption
|
||||||
|
syn keyword sqlFunction sp_auditsproc
|
||||||
|
syn keyword sqlFunction sp_bindefault
|
||||||
|
syn keyword sqlFunction sp_bindmsg
|
||||||
|
syn keyword sqlFunction sp_bindrule
|
||||||
|
syn keyword sqlFunction sp_changedbowner
|
||||||
|
syn keyword sqlFunction sp_changegroup
|
||||||
|
syn keyword sqlFunction sp_checknames
|
||||||
|
syn keyword sqlFunction sp_checkperms
|
||||||
|
syn keyword sqlFunction sp_checkreswords
|
||||||
|
syn keyword sqlFunction sp_clearstats
|
||||||
|
syn keyword sqlFunction sp_column_privileges
|
||||||
|
syn keyword sqlFunction sp_columns
|
||||||
|
syn keyword sqlFunction sp_commonkey
|
||||||
|
syn keyword sqlFunction sp_configure
|
||||||
|
syn keyword sqlFunction sp_cursorinfo
|
||||||
|
syn keyword sqlFunction sp_databases
|
||||||
|
syn keyword sqlFunction sp_datatype_info
|
||||||
|
syn keyword sqlFunction sp_dboption
|
||||||
|
syn keyword sqlFunction sp_dbremap
|
||||||
|
syn keyword sqlFunction sp_depends
|
||||||
|
syn keyword sqlFunction sp_diskdefault
|
||||||
|
syn keyword sqlFunction sp_displaylogin
|
||||||
|
syn keyword sqlFunction sp_dropalias
|
||||||
|
syn keyword sqlFunction sp_dropdevice
|
||||||
|
syn keyword sqlFunction sp_dropgroup
|
||||||
|
syn keyword sqlFunction sp_dropkey
|
||||||
|
syn keyword sqlFunction sp_droplanguage
|
||||||
|
syn keyword sqlFunction sp_droplogin
|
||||||
|
syn keyword sqlFunction sp_dropmessage
|
||||||
|
syn keyword sqlFunction sp_dropremotelogin
|
||||||
|
syn keyword sqlFunction sp_dropsegment
|
||||||
|
syn keyword sqlFunction sp_dropserver
|
||||||
|
syn keyword sqlFunction sp_dropthreshold
|
||||||
|
syn keyword sqlFunction sp_droptype
|
||||||
|
syn keyword sqlFunction sp_dropuser
|
||||||
|
syn keyword sqlFunction sp_estspace
|
||||||
|
syn keyword sqlFunction sp_extendsegment
|
||||||
|
syn keyword sqlFunction sp_fkeys
|
||||||
|
syn keyword sqlFunction sp_foreignkey
|
||||||
|
syn keyword sqlFunction sp_getmessage
|
||||||
|
syn keyword sqlFunction sp_help
|
||||||
|
syn keyword sqlFunction sp_helpconstraint
|
||||||
|
syn keyword sqlFunction sp_helpdb
|
||||||
|
syn keyword sqlFunction sp_helpdevice
|
||||||
|
syn keyword sqlFunction sp_helpgroup
|
||||||
|
syn keyword sqlFunction sp_helpindex
|
||||||
|
syn keyword sqlFunction sp_helpjoins
|
||||||
|
syn keyword sqlFunction sp_helpkey
|
||||||
|
syn keyword sqlFunction sp_helplanguage
|
||||||
|
syn keyword sqlFunction sp_helplog
|
||||||
|
syn keyword sqlFunction sp_helpprotect
|
||||||
|
syn keyword sqlFunction sp_helpremotelogin
|
||||||
|
syn keyword sqlFunction sp_helpsegment
|
||||||
|
syn keyword sqlFunction sp_helpserver
|
||||||
|
syn keyword sqlFunction sp_helpsort
|
||||||
|
syn keyword sqlFunction sp_helptext
|
||||||
|
syn keyword sqlFunction sp_helpthreshold
|
||||||
|
syn keyword sqlFunction sp_helpuser
|
||||||
|
syn keyword sqlFunction sp_indsuspect
|
||||||
|
syn keyword sqlFunction sp_lock
|
||||||
|
syn keyword sqlFunction sp_locklogin
|
||||||
|
syn keyword sqlFunction sp_logdevice
|
||||||
|
syn keyword sqlFunction sp_login_environment
|
||||||
|
syn keyword sqlFunction sp_modifylogin
|
||||||
|
syn keyword sqlFunction sp_modifythreshold
|
||||||
|
syn keyword sqlFunction sp_monitor
|
||||||
|
syn keyword sqlFunction sp_password
|
||||||
|
syn keyword sqlFunction sp_pkeys
|
||||||
|
syn keyword sqlFunction sp_placeobject
|
||||||
|
syn keyword sqlFunction sp_primarykey
|
||||||
|
syn keyword sqlFunction sp_procxmode
|
||||||
|
syn keyword sqlFunction sp_recompile
|
||||||
|
syn keyword sqlFunction sp_remap
|
||||||
|
syn keyword sqlFunction sp_remote_columns
|
||||||
|
syn keyword sqlFunction sp_remote_exported_keys
|
||||||
|
syn keyword sqlFunction sp_remote_imported_keys
|
||||||
|
syn keyword sqlFunction sp_remote_pcols
|
||||||
|
syn keyword sqlFunction sp_remote_primary_keys
|
||||||
|
syn keyword sqlFunction sp_remote_procedures
|
||||||
|
syn keyword sqlFunction sp_remote_tables
|
||||||
|
syn keyword sqlFunction sp_remoteoption
|
||||||
|
syn keyword sqlFunction sp_rename
|
||||||
|
syn keyword sqlFunction sp_renamedb
|
||||||
|
syn keyword sqlFunction sp_reportstats
|
||||||
|
syn keyword sqlFunction sp_reset_tsql_environment
|
||||||
|
syn keyword sqlFunction sp_role
|
||||||
|
syn keyword sqlFunction sp_server_info
|
||||||
|
syn keyword sqlFunction sp_servercaps
|
||||||
|
syn keyword sqlFunction sp_serverinfo
|
||||||
|
syn keyword sqlFunction sp_serveroption
|
||||||
|
syn keyword sqlFunction sp_setlangalias
|
||||||
|
syn keyword sqlFunction sp_setreplicate
|
||||||
|
syn keyword sqlFunction sp_setrepproc
|
||||||
|
syn keyword sqlFunction sp_setreptable
|
||||||
|
syn keyword sqlFunction sp_spaceused
|
||||||
|
syn keyword sqlFunction sp_special_columns
|
||||||
|
syn keyword sqlFunction sp_sproc_columns
|
||||||
|
syn keyword sqlFunction sp_statistics
|
||||||
|
syn keyword sqlFunction sp_stored_procedures
|
||||||
|
syn keyword sqlFunction sp_syntax
|
||||||
|
syn keyword sqlFunction sp_table_privileges
|
||||||
|
syn keyword sqlFunction sp_tables
|
||||||
|
syn keyword sqlFunction sp_tsql_environment
|
||||||
|
syn keyword sqlFunction sp_tsql_feature_not_supported
|
||||||
|
syn keyword sqlFunction sp_unbindefault
|
||||||
|
syn keyword sqlFunction sp_unbindmsg
|
||||||
|
syn keyword sqlFunction sp_unbindrule
|
||||||
|
syn keyword sqlFunction sp_volchanged
|
||||||
|
syn keyword sqlFunction sp_who
|
||||||
|
syn keyword sqlFunction xp_scanf
|
||||||
|
syn keyword sqlFunction xp_sprintf
|
||||||
|
|
||||||
|
" server functions
|
||||||
|
syn keyword sqlFunction col_length
|
||||||
|
syn keyword sqlFunction col_name
|
||||||
|
syn keyword sqlFunction index_col
|
||||||
|
syn keyword sqlFunction object_id
|
||||||
|
syn keyword sqlFunction object_name
|
||||||
|
syn keyword sqlFunction proc_role
|
||||||
|
syn keyword sqlFunction show_role
|
||||||
|
syn keyword sqlFunction xp_cmdshell
|
||||||
|
syn keyword sqlFunction xp_msver
|
||||||
|
syn keyword sqlFunction xp_read_file
|
||||||
|
syn keyword sqlFunction xp_real_cmdshell
|
||||||
|
syn keyword sqlFunction xp_real_read_file
|
||||||
|
syn keyword sqlFunction xp_real_sendmail
|
||||||
|
syn keyword sqlFunction xp_real_startmail
|
||||||
|
syn keyword sqlFunction xp_real_startsmtp
|
||||||
|
syn keyword sqlFunction xp_real_stopmail
|
||||||
|
syn keyword sqlFunction xp_real_stopsmtp
|
||||||
|
syn keyword sqlFunction xp_real_write_file
|
||||||
|
syn keyword sqlFunction xp_scanf
|
||||||
|
syn keyword sqlFunction xp_sendmail
|
||||||
|
syn keyword sqlFunction xp_sprintf
|
||||||
|
syn keyword sqlFunction xp_startmail
|
||||||
|
syn keyword sqlFunction xp_startsmtp
|
||||||
|
syn keyword sqlFunction xp_stopmail
|
||||||
|
syn keyword sqlFunction xp_stopsmtp
|
||||||
|
syn keyword sqlFunction xp_write_file
|
||||||
|
|
||||||
|
" http functions
|
||||||
|
syn keyword sqlFunction http_header http_variable
|
||||||
|
syn keyword sqlFunction next_http_header next_http_variable
|
||||||
|
syn keyword sqlFunction sa_set_http_header sa_set_http_option
|
||||||
|
syn keyword sqlFunction sa_http_variable_info sa_http_header_info
|
||||||
|
|
||||||
|
" http functions 9.0.1
|
||||||
|
syn keyword sqlFunction http_encode http_decode
|
||||||
|
syn keyword sqlFunction html_encode html_decode
|
||||||
|
|
||||||
|
" keywords
|
||||||
|
syn keyword sqlKeyword absolute action activ add address after
|
||||||
|
syn keyword sqlKeyword algorithm allow_dup_row
|
||||||
|
syn keyword sqlKeyword alter and any as asc ascii ase at atomic
|
||||||
|
syn keyword sqlKeyword attended audit authorization
|
||||||
|
syn keyword sqlKeyword autoincrement autostop bcp before
|
||||||
|
syn keyword sqlKeyword between blank
|
||||||
|
syn keyword sqlKeyword blanks block bottom unbounded break bufferpool
|
||||||
|
syn keyword sqlKeyword bulk by byte cache calibrate calibration
|
||||||
|
syn keyword sqlKeyword capability cascade cast
|
||||||
|
syn keyword sqlKeyword catalog changes char char_convert check
|
||||||
|
syn keyword sqlKeyword class classes client
|
||||||
|
syn keyword sqlKeyword cluster clustered collation column
|
||||||
|
syn keyword sqlKeyword command comment comparisons
|
||||||
|
syn keyword sqlKeyword compatible component compressed compute
|
||||||
|
syn keyword sqlKeyword concat confirm connection
|
||||||
|
syn keyword sqlKeyword console consolidate consolidated
|
||||||
|
syn keyword sqlKeyword constraint constraints continue
|
||||||
|
syn keyword sqlKeyword convert count crc cross cube
|
||||||
|
syn keyword sqlKeyword current cursor data data database
|
||||||
|
syn keyword sqlKeyword current_timestamp current_user
|
||||||
|
syn keyword sqlKeyword datatype dba dbfile
|
||||||
|
syn keyword sqlKeyword dbspace debug
|
||||||
|
syn keyword sqlKeyword decrypted default defaults definition
|
||||||
|
syn keyword sqlKeyword delay deleting delimited desc
|
||||||
|
syn keyword sqlKeyword description deterministic directory
|
||||||
|
syn keyword sqlKeyword disable distinct do domain
|
||||||
|
syn keyword sqlKeyword dsetpass dttm dynamic each editproc ejb
|
||||||
|
syn keyword sqlKeyword else elseif enable encrypted end endif
|
||||||
|
syn keyword sqlKeyword engine erase error escape escapes event
|
||||||
|
syn keyword sqlKeyword every exception exclusive exec
|
||||||
|
syn keyword sqlKeyword existing exists expanded express
|
||||||
|
syn keyword sqlKeyword external externlogin factor false
|
||||||
|
syn keyword sqlKeyword fastfirstrow fieldproc file filler
|
||||||
|
syn keyword sqlKeyword fillfactor finish first first_keyword
|
||||||
|
syn keyword sqlKeyword following force foreign format
|
||||||
|
syn keyword sqlKeyword freepage full function go global
|
||||||
|
syn keyword sqlKeyword group handler hash having hexadecimal
|
||||||
|
syn keyword sqlKeyword hidden high hng hold holdlock
|
||||||
|
syn keyword sqlKeyword hours id identified identity ignore
|
||||||
|
syn keyword sqlKeyword ignore_dup_key ignore_dup_row immediate
|
||||||
|
syn keyword sqlKeyword in inactive incremental index info inner
|
||||||
|
syn keyword sqlKeyword inout insensitive inserting
|
||||||
|
syn keyword sqlKeyword instead integrated
|
||||||
|
syn keyword sqlKeyword internal into iq is isolation jar java
|
||||||
|
syn keyword sqlKeyword jconnect jdk join kb key language last
|
||||||
|
syn keyword sqlKeyword last_keyword lateral left level like
|
||||||
|
syn keyword sqlKeyword limit local location log
|
||||||
|
syn keyword sqlKeyword logging login long low main
|
||||||
|
syn keyword sqlKeyword match max maximum membership
|
||||||
|
syn keyword sqlKeyword minutes mirror mode modify monitor
|
||||||
|
syn keyword sqlKeyword name named native natural new next no
|
||||||
|
syn keyword sqlKeyword noholdlock nolock nonclustered none not
|
||||||
|
syn keyword sqlKeyword notify null nulls of off old on
|
||||||
|
syn keyword sqlKeyword only optimization optimizer option
|
||||||
|
syn keyword sqlKeyword or order others out outer over
|
||||||
|
syn keyword sqlKeyword package packetsize padding page pages
|
||||||
|
syn keyword sqlKeyword paglock parallel part partition path
|
||||||
|
syn keyword sqlKeyword pctfree plan preceding precision prefetch prefix
|
||||||
|
syn keyword sqlKeyword preserve preview primary
|
||||||
|
syn keyword sqlKeyword prior priqty private privileges
|
||||||
|
syn keyword sqlKeyword procedure public publication publish publisher
|
||||||
|
syn keyword sqlKeyword quotes range readcommitted
|
||||||
|
syn keyword sqlKeyword readpast readuncommitted
|
||||||
|
syn keyword sqlKeyword received recompile recursive references
|
||||||
|
syn keyword sqlKeyword referencing relative
|
||||||
|
syn keyword sqlKeyword rename repeatableread
|
||||||
|
syn keyword sqlKeyword replicate rereceive resend reset
|
||||||
|
syn keyword sqlKeyword resolve resource respect
|
||||||
|
syn keyword sqlKeyword restrict result retain
|
||||||
|
syn keyword sqlKeyword returns right
|
||||||
|
syn keyword sqlKeyword rollup row rowlock rows save
|
||||||
|
syn keyword sqlKeyword schedule schema scroll seconds secqty
|
||||||
|
syn keyword sqlKeyword send sensitive sent serializable
|
||||||
|
syn keyword sqlKeyword server server session sets
|
||||||
|
syn keyword sqlKeyword share since site size skip
|
||||||
|
syn keyword sqlKeyword some sorted_data sqlcode sqlid
|
||||||
|
syn keyword sqlKeyword sqlstate stacker statement
|
||||||
|
syn keyword sqlKeyword statistics status stogroup store
|
||||||
|
syn keyword sqlKeyword strip subpages subscribe subscription
|
||||||
|
syn keyword sqlKeyword subtransaction synchronization
|
||||||
|
syn keyword sqlKeyword syntax_error table tablock
|
||||||
|
syn keyword sqlKeyword tablockx tb temp template temporary then
|
||||||
|
syn keyword sqlKeyword timezone to top
|
||||||
|
syn keyword sqlKeyword transaction transactional tries true
|
||||||
|
syn keyword sqlKeyword tsequal type unconditionally unenforced
|
||||||
|
syn keyword sqlKeyword unique union unknown unload
|
||||||
|
syn keyword sqlKeyword updating updlock upgrade use user
|
||||||
|
syn keyword sqlKeyword using utc utilities validproc
|
||||||
|
syn keyword sqlKeyword value values varchar variable
|
||||||
|
syn keyword sqlKeyword varying vcat verify view virtual wait
|
||||||
|
syn keyword sqlKeyword warning wd when where window with within
|
||||||
|
syn keyword sqlKeyword with_lparen work writefile
|
||||||
|
syn keyword sqlKeyword xlock zeros
|
||||||
|
" XML function support
|
||||||
|
syn keyword sqlFunction openxml xmlelement xmlforest xmlgen xmlconcat xmlagg
|
||||||
|
syn keyword sqlFunction xmlattributes
|
||||||
|
syn keyword sqlKeyword raw auto elements explicit
|
||||||
|
" HTTP support
|
||||||
|
syn keyword sqlKeyword authorization secure url service
|
||||||
|
" HTTP 9.0.2 new procedure keywords
|
||||||
|
syn keyword sqlKeyword namespace certificate clientport proxy
|
||||||
|
" OLAP support 9.0.0
|
||||||
|
syn keyword sqlKeyword covar_pop covar_samp corr regr_slope regr_intercept
|
||||||
|
syn keyword sqlKeyword regr_count regr_r2 regr_avgx regr_avgy
|
||||||
|
syn keyword sqlKeyword regr_sxx regr_syy regr_sxy
|
||||||
|
|
||||||
|
" Alternate keywords
|
||||||
|
syn keyword sqlKeyword character dec options proc reference
|
||||||
|
syn keyword sqlKeyword subtrans tran syn keyword
|
||||||
|
|
||||||
|
|
||||||
|
syn keyword sqlOperator in any some all between exists
|
||||||
|
syn keyword sqlOperator like escape not is and or
|
||||||
|
syn keyword sqlOperator intersect minus
|
||||||
|
syn keyword sqlOperator prior distinct
|
||||||
|
|
||||||
|
syn keyword sqlStatement allocate alter backup begin call case
|
||||||
|
syn keyword sqlStatement checkpoint clear close commit configure connect
|
||||||
|
syn keyword sqlStatement create deallocate declare delete describe
|
||||||
|
syn keyword sqlStatement disconnect drop execute exit explain fetch
|
||||||
|
syn keyword sqlStatement for forward from get goto grant help if include
|
||||||
|
syn keyword sqlStatement input insert install leave load lock loop
|
||||||
|
syn keyword sqlStatement message open output parameter parameters passthrough
|
||||||
|
syn keyword sqlStatement prepare print put raiserror read readtext release
|
||||||
|
syn keyword sqlStatement remote remove reorganize resignal restore resume
|
||||||
|
syn keyword sqlStatement return revoke rollback savepoint select
|
||||||
|
syn keyword sqlStatement set setuser signal start stop synchronize
|
||||||
|
syn keyword sqlStatement system trigger truncate unload update
|
||||||
|
syn keyword sqlStatement validate waitfor whenever while writetext
|
||||||
|
|
||||||
|
|
||||||
|
syn keyword sqlType char long varchar text
|
||||||
|
syn keyword sqlType bigint decimal double float int integer numeric
|
||||||
|
syn keyword sqlType smallint tinyint real
|
||||||
|
syn keyword sqlType money smallmoney
|
||||||
|
syn keyword sqlType bit
|
||||||
|
syn keyword sqlType date datetime smalldate time timestamp
|
||||||
|
syn keyword sqlType binary image varbinary uniqueidentifier
|
||||||
|
syn keyword sqlType xml unsigned
|
||||||
|
|
||||||
|
syn keyword sqlOption Allow_nulls_by_default
|
||||||
|
syn keyword sqlOption Ansi_blanks
|
||||||
|
syn keyword sqlOption Ansi_close_cursors_on_rollback
|
||||||
|
syn keyword sqlOption Ansi_integer_overflow
|
||||||
|
syn keyword sqlOption Ansi_permissions
|
||||||
|
syn keyword sqlOption Ansi_update_constraints
|
||||||
|
syn keyword sqlOption Ansinull
|
||||||
|
syn keyword sqlOption Assume_distinct_servers
|
||||||
|
syn keyword sqlOption Auditing
|
||||||
|
syn keyword sqlOption Auditing_options
|
||||||
|
syn keyword sqlOption Auto_commit
|
||||||
|
syn keyword sqlOption Auto_refetch
|
||||||
|
syn keyword sqlOption Automatic_timestamp
|
||||||
|
syn keyword sqlOption Background_priority
|
||||||
|
syn keyword sqlOption Bell
|
||||||
|
syn keyword sqlOption Blob_threshold
|
||||||
|
syn keyword sqlOption Blocking
|
||||||
|
syn keyword sqlOption Blocking_timeout
|
||||||
|
syn keyword sqlOption Chained
|
||||||
|
syn keyword sqlOption Char_OEM_Translation
|
||||||
|
syn keyword sqlOption Checkpoint_time
|
||||||
|
syn keyword sqlOption Cis_option
|
||||||
|
syn keyword sqlOption Cis_rowset_size
|
||||||
|
syn keyword sqlOption Close_on_endtrans
|
||||||
|
syn keyword sqlOption Command_delimiter
|
||||||
|
syn keyword sqlOption Commit_on_exit
|
||||||
|
syn keyword sqlOption Compression
|
||||||
|
syn keyword sqlOption Connection_authentication
|
||||||
|
syn keyword sqlOption Continue_after_raiserror
|
||||||
|
syn keyword sqlOption Conversion_error
|
||||||
|
syn keyword sqlOption Cooperative_commit_timeout
|
||||||
|
syn keyword sqlOption Cooperative_commits
|
||||||
|
syn keyword sqlOption Database_authentication
|
||||||
|
syn keyword sqlOption Date_format
|
||||||
|
syn keyword sqlOption Date_order
|
||||||
|
syn keyword sqlOption Debug_messages
|
||||||
|
syn keyword sqlOption Dedicated_task
|
||||||
|
syn keyword sqlOption Default_timestamp_increment
|
||||||
|
syn keyword sqlOption Delayed_commit_timeout
|
||||||
|
syn keyword sqlOption Delayed_commits
|
||||||
|
syn keyword sqlOption Delete_old_logs
|
||||||
|
syn keyword sqlOption Describe_Java_Format
|
||||||
|
syn keyword sqlOption Divide_by_zero_error
|
||||||
|
syn keyword sqlOption Echo
|
||||||
|
syn keyword sqlOption Escape_character
|
||||||
|
syn keyword sqlOption Exclude_operators
|
||||||
|
syn keyword sqlOption Extended_join_syntax
|
||||||
|
syn keyword sqlOption External_remote_options
|
||||||
|
syn keyword sqlOption Fire_triggers
|
||||||
|
syn keyword sqlOption First_day_of_week
|
||||||
|
syn keyword sqlOption Float_as_double
|
||||||
|
syn keyword sqlOption For_xml_null_treatment
|
||||||
|
syn keyword sqlOption Force_view_creation
|
||||||
|
syn keyword sqlOption Global_database_id
|
||||||
|
syn keyword sqlOption Headings
|
||||||
|
syn keyword sqlOption Input_format
|
||||||
|
syn keyword sqlOption Integrated_server_name
|
||||||
|
syn keyword sqlOption Isolation_level
|
||||||
|
syn keyword sqlOption ISQL_command_timing
|
||||||
|
syn keyword sqlOption ISQL_escape_character
|
||||||
|
syn keyword sqlOption ISQL_field_separator
|
||||||
|
syn keyword sqlOption ISQL_log
|
||||||
|
syn keyword sqlOption ISQL_plan
|
||||||
|
syn keyword sqlOption ISQL_plan_cursor_sensitivity
|
||||||
|
syn keyword sqlOption ISQL_plan_cursor_writability
|
||||||
|
syn keyword sqlOption ISQL_quote
|
||||||
|
syn keyword sqlOption Java_heap_size
|
||||||
|
syn keyword sqlOption Java_input_output
|
||||||
|
syn keyword sqlOption Java_namespace_size
|
||||||
|
syn keyword sqlOption Java_page_buffer_size
|
||||||
|
syn keyword sqlOption Lock_rejected_rows
|
||||||
|
syn keyword sqlOption Log_deadlocks
|
||||||
|
syn keyword sqlOption Log_detailed_plans
|
||||||
|
syn keyword sqlOption Log_max_requests
|
||||||
|
syn keyword sqlOption Login_mode
|
||||||
|
syn keyword sqlOption Login_procedure
|
||||||
|
syn keyword sqlOption Max_cursor_count
|
||||||
|
syn keyword sqlOption Max_hash_size
|
||||||
|
syn keyword sqlOption Max_plans_cached
|
||||||
|
syn keyword sqlOption Max_recursive_iterations
|
||||||
|
syn keyword sqlOption Max_statement_count
|
||||||
|
syn keyword sqlOption Max_work_table_hash_size
|
||||||
|
syn keyword sqlOption Min_password_length
|
||||||
|
syn keyword sqlOption Nearest_century
|
||||||
|
syn keyword sqlOption Non_keywords
|
||||||
|
syn keyword sqlOption NULLS
|
||||||
|
syn keyword sqlOption ODBC_describe_binary_as_varbinary
|
||||||
|
syn keyword sqlOption ODBC_distinguish_char_and_varchar
|
||||||
|
syn keyword sqlOption On_Charset_conversion_failure
|
||||||
|
syn keyword sqlOption On_error
|
||||||
|
syn keyword sqlOption On_tsql_error
|
||||||
|
syn keyword sqlOption Optimistic_wait_for_commit
|
||||||
|
syn keyword sqlOption Optimization_goal
|
||||||
|
syn keyword sqlOption Optimization_level
|
||||||
|
syn keyword sqlOption Optimization_logging
|
||||||
|
syn keyword sqlOption Optimization_workload
|
||||||
|
syn keyword sqlOption Output_format
|
||||||
|
syn keyword sqlOption Output_length
|
||||||
|
syn keyword sqlOption Output_nulls
|
||||||
|
syn keyword sqlOption Percent_as_comment
|
||||||
|
syn keyword sqlOption Pinned_cursor_percent_of_cache
|
||||||
|
syn keyword sqlOption Precision
|
||||||
|
syn keyword sqlOption Prefetch
|
||||||
|
syn keyword sqlOption Preserve_source_format
|
||||||
|
syn keyword sqlOption Prevent_article_pkey_update
|
||||||
|
syn keyword sqlOption Qualify_owners
|
||||||
|
syn keyword sqlOption Query_plan_on_open
|
||||||
|
syn keyword sqlOption Quiet
|
||||||
|
syn keyword sqlOption Quote_all_identifiers
|
||||||
|
syn keyword sqlOption Quoted_identifier
|
||||||
|
syn keyword sqlOption Read_past_deleted
|
||||||
|
syn keyword sqlOption Recovery_time
|
||||||
|
syn keyword sqlOption Remote_idle_timeout
|
||||||
|
syn keyword sqlOption Replicate_all
|
||||||
|
syn keyword sqlOption Replication_error
|
||||||
|
syn keyword sqlOption Replication_error_piece
|
||||||
|
syn keyword sqlOption Return_date_time_as_string
|
||||||
|
syn keyword sqlOption Return_java_as_string
|
||||||
|
syn keyword sqlOption RI_Trigger_time
|
||||||
|
syn keyword sqlOption Rollback_on_deadlock
|
||||||
|
syn keyword sqlOption Row_counts
|
||||||
|
syn keyword sqlOption Save_remote_passwords
|
||||||
|
syn keyword sqlOption Scale
|
||||||
|
syn keyword sqlOption Screen_format
|
||||||
|
syn keyword sqlOption Sort_Collation
|
||||||
|
syn keyword sqlOption SQL_flagger_error_level
|
||||||
|
syn keyword sqlOption SQL_flagger_warning_level
|
||||||
|
syn keyword sqlOption SQLConnect
|
||||||
|
syn keyword sqlOption SQLStart
|
||||||
|
syn keyword sqlOption SR_Date_Format
|
||||||
|
syn keyword sqlOption SR_Time_Format
|
||||||
|
syn keyword sqlOption SR_TimeStamp_Format
|
||||||
|
syn keyword sqlOption Statistics
|
||||||
|
syn keyword sqlOption String_rtruncation
|
||||||
|
syn keyword sqlOption Subscribe_by_remote
|
||||||
|
syn keyword sqlOption Subsume_row_locks
|
||||||
|
syn keyword sqlOption Suppress_TDS_debugging
|
||||||
|
syn keyword sqlOption TDS_Empty_string_is_null
|
||||||
|
syn keyword sqlOption Temp_space_limit_check
|
||||||
|
syn keyword sqlOption Thread_count
|
||||||
|
syn keyword sqlOption Thread_stack
|
||||||
|
syn keyword sqlOption Thread_swaps
|
||||||
|
syn keyword sqlOption Time_format
|
||||||
|
syn keyword sqlOption Time_zone_adjustment
|
||||||
|
syn keyword sqlOption Timestamp_format
|
||||||
|
syn keyword sqlOption Truncate_date_values
|
||||||
|
syn keyword sqlOption Truncate_timestamp_values
|
||||||
|
syn keyword sqlOption Truncate_with_auto_commit
|
||||||
|
syn keyword sqlOption Truncation_length
|
||||||
|
syn keyword sqlOption Tsql_hex_constant
|
||||||
|
syn keyword sqlOption Tsql_variables
|
||||||
|
syn keyword sqlOption Update_statistics
|
||||||
|
syn keyword sqlOption User_estimates
|
||||||
|
syn keyword sqlOption Verify_all_columns
|
||||||
|
syn keyword sqlOption Verify_threshold
|
||||||
|
syn keyword sqlOption Wait_for_commit
|
||||||
|
|
||||||
|
" Strings and characters:
|
||||||
|
syn region sqlString start=+"+ end=+"+ contains=@Spell
|
||||||
|
syn region sqlString start=+'+ end=+'+ contains=@Spell
|
||||||
|
|
||||||
|
" Numbers:
|
||||||
|
syn match sqlNumber "-\=\<\d*\.\=[0-9_]\>"
|
||||||
|
|
||||||
|
" Comments:
|
||||||
|
syn region sqlDashComment start=/--/ end=/$/ contains=@Spell
|
||||||
|
syn region sqlSlashComment start=/\/\// end=/$/ contains=@Spell
|
||||||
|
syn region sqlMultiComment start="/\*" end="\*/" contains=sqlMultiComment,@Spell
|
||||||
|
syn cluster sqlComment contains=sqlDashComment,sqlSlashComment,sqlMultiComment,@Spell
|
||||||
|
syn sync ccomment sqlComment
|
||||||
|
syn sync ccomment sqlDashComment
|
||||||
|
syn sync ccomment sqlSlashComment
|
||||||
|
|
||||||
|
" Define the default highlighting.
|
||||||
|
" For version 5.7 and earlier: only when not done already
|
||||||
|
" For version 5.8 and later: only when an item doesn't have highlighting yet
|
||||||
|
if version >= 508 || !exists("did_sql_syn_inits")
|
||||||
|
if version < 508
|
||||||
|
let did_sql_syn_inits = 1
|
||||||
|
command -nargs=+ HiLink hi link <args>
|
||||||
|
else
|
||||||
|
command -nargs=+ HiLink hi link <args>
|
||||||
|
endif
|
||||||
|
|
||||||
|
HiLink sqlDashComment Comment
|
||||||
|
HiLink sqlSlashComment Comment
|
||||||
|
HiLink sqlMultiComment Comment
|
||||||
|
HiLink sqlNumber Number
|
||||||
|
HiLink sqlOperator Operator
|
||||||
|
HiLink sqlSpecial Special
|
||||||
|
HiLink sqlKeyword Keyword
|
||||||
|
HiLink sqlStatement Statement
|
||||||
|
HiLink sqlString String
|
||||||
|
HiLink sqlType Type
|
||||||
|
HiLink sqlFunction Function
|
||||||
|
HiLink sqlOption PreProc
|
||||||
|
|
||||||
|
delcommand HiLink
|
||||||
|
endif
|
||||||
|
|
||||||
|
let b:current_syntax = "sqlanywhere"
|
||||||
|
|
||||||
|
" vim:sw=4:ff=unix:
|
||||||
@ -2465,7 +2465,7 @@ draw_cmdline(start, len)
|
|||||||
int j;
|
int j;
|
||||||
int newlen = 0;
|
int newlen = 0;
|
||||||
int mb_l;
|
int mb_l;
|
||||||
int pc, pc1;
|
int pc, pc1 = 0;
|
||||||
int prev_c = 0;
|
int prev_c = 0;
|
||||||
int prev_c1 = 0;
|
int prev_c1 = 0;
|
||||||
int u8c;
|
int u8c;
|
||||||
@ -3480,7 +3480,7 @@ ExpandEscape(xp, str, numfiles, files, options)
|
|||||||
{
|
{
|
||||||
vim_free(files[i]);
|
vim_free(files[i]);
|
||||||
files[i] = p;
|
files[i] = p;
|
||||||
#if defined(BACKSLASH_IN_FILENAME) || defined(COLON_AS_PATHSEP)
|
#if defined(BACKSLASH_IN_FILENAME)
|
||||||
p = vim_strsave_escaped(files[i], (char_u *)" ");
|
p = vim_strsave_escaped(files[i], (char_u *)" ");
|
||||||
if (p != NULL)
|
if (p != NULL)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -3698,11 +3698,7 @@ gui_mch_get_color(char_u *name)
|
|||||||
char line[LINE_LEN];
|
char line[LINE_LEN];
|
||||||
char_u *fname;
|
char_u *fname;
|
||||||
|
|
||||||
#ifdef COLON_AS_PATHSEP
|
|
||||||
fname = expand_env_save((char_u *)"$VIMRUNTIME:rgb.txt");
|
|
||||||
#else
|
|
||||||
fname = expand_env_save((char_u *)"$VIMRUNTIME/rgb.txt");
|
fname = expand_env_save((char_u *)"$VIMRUNTIME/rgb.txt");
|
||||||
#endif
|
|
||||||
if (fname == NULL)
|
if (fname == NULL)
|
||||||
return INVALCOLOR;
|
return INVALCOLOR;
|
||||||
|
|
||||||
|
|||||||
14
src/option.c
14
src/option.c
@ -416,6 +416,14 @@ struct vimoption
|
|||||||
|
|
||||||
#define ISK_LATIN1 (char_u *)"@,48-57,_,192-255"
|
#define ISK_LATIN1 (char_u *)"@,48-57,_,192-255"
|
||||||
|
|
||||||
|
/* 'isprint' for latin1 is also used for MS-Windows, where 0x80 is used for
|
||||||
|
* the currency sign. Thus this isn't really latin1... */
|
||||||
|
#if defined(MSDOS) || defined(MSWIN) || defined(OS2)
|
||||||
|
# define ISP_LATIN1 (char_u *)"@,128,161-255"
|
||||||
|
#else
|
||||||
|
# define ISP_LATIN1 (char_u *)"@,161-255"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* options[] is initialized here.
|
* options[] is initialized here.
|
||||||
* The order of the options MUST be alphabetic for ":set all" and findoption().
|
* The order of the options MUST be alphabetic for ":set all" and findoption().
|
||||||
@ -1440,7 +1448,7 @@ static struct vimoption
|
|||||||
/* all chars above 63 are printable */
|
/* all chars above 63 are printable */
|
||||||
(char_u *)"63-255",
|
(char_u *)"63-255",
|
||||||
# else
|
# else
|
||||||
(char_u *)"@,161-255",
|
ISP_LATIN1,
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
(char_u *)0L}},
|
(char_u *)0L}},
|
||||||
@ -3210,11 +3218,11 @@ set_init_1()
|
|||||||
* latin1. Also set the defaults for when 'nocompatible' is
|
* latin1. Also set the defaults for when 'nocompatible' is
|
||||||
* set. */
|
* set. */
|
||||||
set_string_option_direct((char_u *)"isp", -1,
|
set_string_option_direct((char_u *)"isp", -1,
|
||||||
(char_u *)"@,161-255", OPT_FREE, SID_NONE);
|
ISP_LATIN1, OPT_FREE, SID_NONE);
|
||||||
set_string_option_direct((char_u *)"isk", -1,
|
set_string_option_direct((char_u *)"isk", -1,
|
||||||
ISK_LATIN1, OPT_FREE, SID_NONE);
|
ISK_LATIN1, OPT_FREE, SID_NONE);
|
||||||
opt_idx = findoption((char_u *)"isp");
|
opt_idx = findoption((char_u *)"isp");
|
||||||
options[opt_idx].def_val[VIM_DEFAULT] = (char_u *)"@,161-255";
|
options[opt_idx].def_val[VIM_DEFAULT] = ISP_LATIN1;
|
||||||
opt_idx = findoption((char_u *)"isk");
|
opt_idx = findoption((char_u *)"isk");
|
||||||
options[opt_idx].def_val[VIM_DEFAULT] = ISK_LATIN1;
|
options[opt_idx].def_val[VIM_DEFAULT] = ISK_LATIN1;
|
||||||
(void)init_chartab();
|
(void)init_chartab();
|
||||||
|
|||||||
@ -36,5 +36,5 @@
|
|||||||
#define VIM_VERSION_NODOT "vim70aa"
|
#define VIM_VERSION_NODOT "vim70aa"
|
||||||
#define VIM_VERSION_SHORT "7.0aa"
|
#define VIM_VERSION_SHORT "7.0aa"
|
||||||
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
|
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
|
||||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2006 Mar 8)"
|
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2006 Mar 9)"
|
||||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2006 Mar 8, compiled "
|
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2006 Mar 9, compiled "
|
||||||
|
|||||||
Reference in New Issue
Block a user