aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt130
1 files changed, 6 insertions, 124 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 2b8ba56c28..6f809af387 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -286,130 +286,12 @@ g8 Print the hex values of the bytes used in the
:!! Repeat last ":!{cmd}".
*:ve* *:version*
-:ve[rsion] Print the version number of the editor. The following
- lines contain information about which features were
- enabled when Vim was compiled. When there is a
- preceding '+', the feature is included, when there is
- a '-' it is excluded. To change this, you have to
- edit feature.h and recompile Vim. To check for this
- in an expression, see |has()|. Here is an overview of
- the features. The first column shows the smallest
- version in which they are included:
- T tiny
- S small
- N normal
- B big
- H huge
- m manually enabled or depends on other features
- (none) system dependent
- Thus if a feature is marked with "N", it is included
- in the normal, big and huge versions of Vim.
-
- *+feature-list*
- *+acl* |ACL| support included
-B *+arabic* |Arabic| language support
-N *+autocmd* |:autocmd|, automatic commands
-N *+browse* |:browse| command
-N *+byte_offset* support for 'o' flag in 'statusline' option, "go"
- and ":goto" commands.
-N *+cindent* |'cindent'|, C indenting
-N *+clientserver* Unix and Win32: Remote invocation |clientserver|
- *+clipboard* |clipboard| support
-N *+cmdline_compl* command line completion |cmdline-completion|
-S *+cmdline_hist* command line history |cmdline-history|
-N *+cmdline_info* |'showcmd'| and |'ruler'|
-N *+comments* |'comments'| support
-B *+conceal* "conceal" support, see |conceal| |:syn-conceal| etc.
-B *+cscope* |cscope| support
-m *+cursorbind* |'cursorbind'| support
-m *+debug* Compiled for debugging.
-N *+dialog_gui* Support for |:confirm| with GUI dialog.
-N *+dialog_con* Support for |:confirm| with console dialog.
-N *+dialog_con_gui* Support for |:confirm| with GUI and console dialog.
-N *+digraphs* |digraphs| *E196*
-N *+eval* expression evaluation |eval.txt|
-N *+ex_extra* always on now, used to be for Vim's extra Ex commands
-N *+extra_search* |'hlsearch'| and |'incsearch'| options.
-N *+file_in_path* |gf|, |CTRL-W_f| and |<cfile>|
-N *+find_in_path* include file searches: |[I|, |:isearch|,
- |CTRL-W_CTRL-I|, |:checkpath|, etc.
-N *+folding* |folding|
-N *+gettext* message translations |multi-lang|
- *+iconv* Compiled with the |iconv()| function
- *+iconv/dyn* Likewise |iconv-dynamic| |/dyn|
-N *+insert_expand* |insert_expand| Insert mode completion
-S *+jumplist* |jumplist|
-B *+keymap* |'keymap'|
-N *+lambda* |lambda| and |closure|
-B *+langmap* |'langmap'|
-N *+libcall* |libcall()|
-N *+linebreak* |'linebreak'|, |'breakat'| and |'showbreak'|
-N *+lispindent* |'lisp'|
-N *+listcmds* Vim commands for the list of buffers |buffer-hidden|
- and argument list |:argdelete|
-N *+localmap* Support for mappings local to a buffer |:map-local|
-N *+menu* |:menu|
-N *+mksession* |:mksession|
-N *+modify_fname* |filename-modifiers|
-N *+mouse* Mouse handling |mouse-using|
-N *+mouseshape* |'mouseshape'|
-N *+multi_byte* 16 and 32 bit characters |multibyte|
- *+multi_byte_ime* Win32 input method for multibyte chars |multibyte-ime|
-N *+multi_lang* non-English language support |multi-lang|
- *+num64* 64-bit Number support |Number|
-N *+path_extra* Up/downwards search in 'path' and 'tags'
-N *+persistent_undo* Persistent undo |undo-persistence|
- *+postscript* |:hardcopy| writes a PostScript file
-N *+printer* |:hardcopy| command
-H *+profile* |:profile| command
-m *+python* Python 2 interface |python|
-m *+python3* Python 3 interface |python|
-N *+quickfix* |:make| and |quickfix| commands
-N *+reltime* |reltime()| function, 'hlsearch'/'incsearch' timeout,
- 'redrawtime' option
-B *+rightleft* Right to left typing |'rightleft'|
-N *+scrollbind* |'scrollbind'|
-N *+shada* |'shada'|
-B *+signs* |:sign|
-N *+smartindent* |'smartindent'|
-N *+startuptime* |--startuptime| argument
-N *+statusline* Options 'statusline', 'rulerformat' and special
- formats of 'titlestring' and 'iconstring'
-N *+syntax* Syntax highlighting |syntax|
-N *+tablineat* 'tabline' option recognizing %@Func@ items.
-T *+tag_binary* binary searching in tags file |tag-binary-search|
-N *+tag_old_static* old method for static tags |tag-old-static|
-m *+tag_any_white* any white space allowed in tags file |tag-any-white|
-B *+termguicolors* 24-bit color in xterm-compatible terminals support
-N *+termresponse* support for t_RV and |v:termresponse|
-N *+textobjects* |text-objects| selection
-N *+timers* the |timer_start()| function
-N *+title* Setting the window 'title' and 'icon'
-N *+toolbar* |gui-toolbar|
-N *+user_commands* User-defined commands. |user-commands|
- *+vertsplit* Vertically split windows |:vsplit|
-N *+virtualedit* |'virtualedit'|
-S *+visual* Visual mode |Visual-mode| Always enabled since 7.4.200.
-N *+visualextra* extra Visual mode commands |blockwise-operators|
-N *+vreplace* |gR| and |gr|
- *+vtp* on MS-Windows console: support for 'termguicolors'
-N *+wildignore* |'wildignore'|
-N *+wildmenu* |'wildmenu'|
- *+windows* more than one window
-m *+writebackup* |'writebackup'| is default on
-m *+xim* X input method |xim|
- *+xfontset* X fontset support |xfontset|
- *+xpm* pixmap support
-
- */dyn* *E370* *E448*
- To some of the features "/dyn" is added when the
- feature is only available when the related library can
- be dynamically loaded.
-
-:ve[rsion] {nr} Is now ignored. This was previously used to check the
- version number of a .vimrc file. It was removed,
- because you can now use the ":if" command for
- version-dependent behavior.
+:ve[rsion] Print editor version and build information.
+ See also |feature-compile|.
+
+:ve[rsion] {nr} Ignored. Previously used to check the version number
+ of a .vimrc file. You can now use the ":if" command
+ for version-dependent behavior.
*:redi* *:redir*
:redi[r][!] > {file} Redirect messages to file {file}. The messages which