comparison runtime/doc/eval.txt @ 2681:85c5a72551e2

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Jan 2011 16:06:37 +0100
parents 916c90b37ea9
children b6471224d2af
comparison
equal deleted inserted replaced
2680:27621abffed2 2681:85c5a72551e2
6131 clipboard Compiled with 'clipboard' support. 6131 clipboard Compiled with 'clipboard' support.
6132 cmdline_compl Compiled with |cmdline-completion| support. 6132 cmdline_compl Compiled with |cmdline-completion| support.
6133 cmdline_hist Compiled with |cmdline-history| support. 6133 cmdline_hist Compiled with |cmdline-history| support.
6134 cmdline_info Compiled with 'showcmd' and 'ruler' support. 6134 cmdline_info Compiled with 'showcmd' and 'ruler' support.
6135 comments Compiled with |'comments'| support. 6135 comments Compiled with |'comments'| support.
6136 compatible Compiled to be very Vi compatible.
6136 cryptv Compiled with encryption support |encryption|. 6137 cryptv Compiled with encryption support |encryption|.
6137 cscope Compiled with |cscope| support. 6138 cscope Compiled with |cscope| support.
6138 compatible Compiled to be very Vi compatible.
6139 debug Compiled with "DEBUG" defined. 6139 debug Compiled with "DEBUG" defined.
6140 dialog_con Compiled with console dialog support. 6140 dialog_con Compiled with console dialog support.
6141 dialog_gui Compiled with GUI dialog support. 6141 dialog_gui Compiled with GUI dialog support.
6142 diff Compiled with |vimdiff| and 'diff' support. 6142 diff Compiled with |vimdiff| and 'diff' support.
6143 digraphs Compiled with support for digraphs. 6143 digraphs Compiled with support for digraphs.
6144 dnd Compiled with support for the "~ register |quote_~|. 6144 dnd Compiled with support for the "~ register |quote_~|.
6145 dos16 16 bits DOS version of Vim.
6145 dos32 32 bits DOS (DJGPP) version of Vim. 6146 dos32 32 bits DOS (DJGPP) version of Vim.
6146 dos16 16 bits DOS version of Vim.
6147 ebcdic Compiled on a machine with ebcdic character set. 6147 ebcdic Compiled on a machine with ebcdic character set.
6148 emacs_tags Compiled with support for Emacs tags. 6148 emacs_tags Compiled with support for Emacs tags.
6149 eval Compiled with expression evaluation support. Always 6149 eval Compiled with expression evaluation support. Always
6150 true, of course! 6150 true, of course!
6151 ex_extra Compiled with extra Ex commands |+ex_extra|. 6151 ex_extra Compiled with extra Ex commands |+ex_extra|.
6164 footer Compiled with GUI footer support. |gui-footer| 6164 footer Compiled with GUI footer support. |gui-footer|
6165 fork Compiled to use fork()/exec() instead of system(). 6165 fork Compiled to use fork()/exec() instead of system().
6166 gettext Compiled with message translation |multi-lang| 6166 gettext Compiled with message translation |multi-lang|
6167 gui Compiled with GUI enabled. 6167 gui Compiled with GUI enabled.
6168 gui_athena Compiled with Athena GUI. 6168 gui_athena Compiled with Athena GUI.
6169 gui_gnome Compiled with Gnome support (gui_gtk is also defined).
6169 gui_gtk Compiled with GTK+ GUI (any version). 6170 gui_gtk Compiled with GTK+ GUI (any version).
6170 gui_gtk2 Compiled with GTK+ 2 GUI (gui_gtk is also defined). 6171 gui_gtk2 Compiled with GTK+ 2 GUI (gui_gtk is also defined).
6171 gui_gnome Compiled with Gnome support (gui_gtk is also defined).
6172 gui_mac Compiled with Macintosh GUI. 6172 gui_mac Compiled with Macintosh GUI.
6173 gui_motif Compiled with Motif GUI. 6173 gui_motif Compiled with Motif GUI.
6174 gui_photon Compiled with Photon GUI. 6174 gui_photon Compiled with Photon GUI.
6175 gui_running Vim is running in the GUI, or it will start soon.
6175 gui_win32 Compiled with MS Windows Win32 GUI. 6176 gui_win32 Compiled with MS Windows Win32 GUI.
6176 gui_win32s idem, and Win32s system being used (Windows 3.1) 6177 gui_win32s idem, and Win32s system being used (Windows 3.1)
6177 gui_running Vim is running in the GUI, or it will start soon.
6178 hangul_input Compiled with Hangul input support. |hangul| 6178 hangul_input Compiled with Hangul input support. |hangul|
6179 iconv Can use iconv() for conversion. 6179 iconv Can use iconv() for conversion.
6180 insert_expand Compiled with support for CTRL-X expansion commands in 6180 insert_expand Compiled with support for CTRL-X expansion commands in
6181 Insert mode. 6181 Insert mode.
6182 jumplist Compiled with |jumplist| support. 6182 jumplist Compiled with |jumplist| support.
6194 macunix Macintosh version of Vim, using Unix files (OS-X). 6194 macunix Macintosh version of Vim, using Unix files (OS-X).
6195 menu Compiled with support for |:menu|. 6195 menu Compiled with support for |:menu|.
6196 mksession Compiled with support for |:mksession|. 6196 mksession Compiled with support for |:mksession|.
6197 modify_fname Compiled with file name modifiers. |filename-modifiers| 6197 modify_fname Compiled with file name modifiers. |filename-modifiers|
6198 mouse Compiled with support mouse. 6198 mouse Compiled with support mouse.
6199 mouseshape Compiled with support for 'mouseshape'.
6200 mouse_dec Compiled with support for Dec terminal mouse. 6199 mouse_dec Compiled with support for Dec terminal mouse.
6201 mouse_gpm Compiled with support for gpm (Linux console mouse) 6200 mouse_gpm Compiled with support for gpm (Linux console mouse)
6202 mouse_netterm Compiled with support for netterm mouse. 6201 mouse_netterm Compiled with support for netterm mouse.
6203 mouse_pterm Compiled with support for qnx pterm mouse. 6202 mouse_pterm Compiled with support for qnx pterm mouse.
6204 mouse_sysmouse Compiled with support for sysmouse (*BSD console mouse) 6203 mouse_sysmouse Compiled with support for sysmouse (*BSD console mouse)
6205 mouse_xterm Compiled with support for xterm mouse. 6204 mouse_xterm Compiled with support for xterm mouse.
6205 mouseshape Compiled with support for 'mouseshape'.
6206 multi_byte Compiled with support for 'encoding' 6206 multi_byte Compiled with support for 'encoding'
6207 multi_byte_encoding 'encoding' is set to a multi-byte encoding. 6207 multi_byte_encoding 'encoding' is set to a multi-byte encoding.
6208 multi_byte_ime Compiled with support for IME input method. 6208 multi_byte_ime Compiled with support for IME input method.
6209 multi_lang Compiled with support for multiple languages. 6209 multi_lang Compiled with support for multiple languages.
6210 mzscheme Compiled with MzScheme interface |mzscheme|. 6210 mzscheme Compiled with MzScheme interface |mzscheme|.
6211 netbeans_enabled Compiled with support for |netbeans| and connected.
6211 netbeans_intg Compiled with support for |netbeans|. 6212 netbeans_intg Compiled with support for |netbeans|.
6212 netbeans_enabled Compiled with support for |netbeans| and connected.
6213 ole Compiled with OLE automation support for Win32. 6213 ole Compiled with OLE automation support for Win32.
6214 os2 OS/2 version of Vim. 6214 os2 OS/2 version of Vim.
6215 osfiletype Compiled with support for osfiletypes |+osfiletype| 6215 osfiletype Compiled with support for osfiletypes |+osfiletype|
6216 path_extra Compiled with up/downwards search in 'path' and 'tags' 6216 path_extra Compiled with up/downwards search in 'path' and 'tags'
6217 perl Compiled with Perl interface. 6217 perl Compiled with Perl interface.
6228 scrollbind Compiled with 'scrollbind' support. 6228 scrollbind Compiled with 'scrollbind' support.
6229 showcmd Compiled with 'showcmd' support. 6229 showcmd Compiled with 'showcmd' support.
6230 signs Compiled with |:sign| support. 6230 signs Compiled with |:sign| support.
6231 smartindent Compiled with 'smartindent' support. 6231 smartindent Compiled with 'smartindent' support.
6232 sniff Compiled with SNiFF interface support. 6232 sniff Compiled with SNiFF interface support.
6233 spell Compiled with spell checking support |spell|.
6233 startuptime Compiled with |--startuptime| support. 6234 startuptime Compiled with |--startuptime| support.
6234 statusline Compiled with support for 'statusline', 'rulerformat' 6235 statusline Compiled with support for 'statusline', 'rulerformat'
6235 and special formats of 'titlestring' and 'iconstring'. 6236 and special formats of 'titlestring' and 'iconstring'.
6236 sun_workshop Compiled with support for Sun |workshop|. 6237 sun_workshop Compiled with support for Sun |workshop|.
6237 spell Compiled with spell checking support |spell|.
6238 syntax Compiled with syntax highlighting support |syntax|. 6238 syntax Compiled with syntax highlighting support |syntax|.
6239 syntax_items There are active syntax highlighting items for the 6239 syntax_items There are active syntax highlighting items for the
6240 current buffer. 6240 current buffer.
6241 system Compiled to use system() instead of fork()/exec(). 6241 system Compiled to use system() instead of fork()/exec().
6242 tag_binary Compiled with binary searching in tags files 6242 tag_binary Compiled with binary searching in tags files
6253 or terminfo file. 6253 or terminfo file.
6254 title Compiled with window title support |'title'|. 6254 title Compiled with window title support |'title'|.
6255 toolbar Compiled with support for |gui-toolbar|. 6255 toolbar Compiled with support for |gui-toolbar|.
6256 unix Unix version of Vim. 6256 unix Unix version of Vim.
6257 user_commands User-defined commands. 6257 user_commands User-defined commands.
6258 vertsplit Compiled with vertically split windows |:vsplit|.
6259 vim_starting True while initial source'ing takes place. |startup|
6258 viminfo Compiled with viminfo support. 6260 viminfo Compiled with viminfo support.
6259 vim_starting True while initial source'ing takes place. |startup|
6260 vertsplit Compiled with vertically split windows |:vsplit|.
6261 virtualedit Compiled with 'virtualedit' option. 6261 virtualedit Compiled with 'virtualedit' option.
6262 visual Compiled with Visual mode. 6262 visual Compiled with Visual mode.
6263 visualextra Compiled with extra Visual mode commands. 6263 visualextra Compiled with extra Visual mode commands.
6264 |blockwise-operators|. 6264 |blockwise-operators|.
6265 vms VMS version of Vim. 6265 vms VMS version of Vim.
6266 vreplace Compiled with |gR| and |gr| commands. 6266 vreplace Compiled with |gR| and |gr| commands.
6267 wildignore Compiled with 'wildignore' option. 6267 wildignore Compiled with 'wildignore' option.
6268 wildmenu Compiled with 'wildmenu' option. 6268 wildmenu Compiled with 'wildmenu' option.
6269 windows Compiled with support for more than one window.
6270 winaltkeys Compiled with 'winaltkeys' option.
6271 win16 Win16 version of Vim (MS-Windows 3.1). 6269 win16 Win16 version of Vim (MS-Windows 3.1).
6272 win32 Win32 version of Vim (MS-Windows 95/98/ME/NT/2000/XP). 6270 win32 Win32 version of Vim (MS-Windows 95/98/ME/NT/2000/XP).
6271 win32unix Win32 version of Vim, using Unix files (Cygwin)
6273 win64 Win64 version of Vim (MS-Windows 64 bit). 6272 win64 Win64 version of Vim (MS-Windows 64 bit).
6274 win32unix Win32 version of Vim, using Unix files (Cygwin)
6275 win95 Win32 version for MS-Windows 95/98/ME. 6273 win95 Win32 version for MS-Windows 95/98/ME.
6274 winaltkeys Compiled with 'winaltkeys' option.
6275 windows Compiled with support for more than one window.
6276 writebackup Compiled with 'writebackup' default on. 6276 writebackup Compiled with 'writebackup' default on.
6277 xfontset Compiled with X fontset support |xfontset|. 6277 xfontset Compiled with X fontset support |xfontset|.
6278 xim Compiled with X input method support |xim|. 6278 xim Compiled with X input method support |xim|.
6279 xsmp Compiled with X session management support. 6279 xsmp Compiled with X session management support.
6280 xsmp_interact Compiled with interactive X session management support. 6280 xsmp_interact Compiled with interactive X session management support.