diff options
author | Martin Tournoij <martin@arp242.net> | 2022-10-13 22:12:15 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-10-13 22:12:15 +0100 |
commit | ba43e76fcd5b2da57dbaa4d9a555793fe8ac344e (patch) | |
tree | 46d248575c130e6c338dc0aac5f66eabe2c2fef4 /runtime/doc | |
parent | 856c5d2bc7c3864f8b63a0ab3e376d5c5e51f1d5 (diff) | |
download | vim-git-ba43e76fcd5b2da57dbaa4d9a555793fe8ac344e.tar.gz |
patch 9.0.0747: too many #ifdefsv9.0.0747
Problem: Too many #ifdefs.
Solution: Gradudate the +cmdline_info feature. (Martin Tournoij,
closes #11330)
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 4 | ||||
-rw-r--r-- | runtime/doc/various.txt | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index ee6e5da20..6f479bdc9 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6476,8 +6476,6 @@ A jump table for the options with a short description can be found at |Q_op|. *'ruler'* *'ru'* *'noruler'* *'noru'* 'ruler' 'ru' boolean (default off, set in |defaults.vim|) global - {not available when compiled without the - |+cmdline_info| feature} Show the line and column number of the cursor position, separated by a comma. When there is room, the relative position of the displayed text in the file is shown on the far right: @@ -7137,8 +7135,6 @@ A jump table for the options with a short description can be found at |Q_op|. 'showcmd' 'sc' boolean (Vim default: on, off for Unix, Vi default: off, set in |defaults.vim|) global - {not available when compiled without the - |+cmdline_info| feature} Show (partial) command in the last line of the screen. Set this option off if your terminal is slow. In Visual mode the size of the selected area is shown: diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 469e84c3b..6a6c3b666 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -355,7 +355,8 @@ N *+clientserver* Unix and Win32: Remote invocation |clientserver| *+clipboard_working* |clipboard| support compiled-in and working T *+cmdline_compl* command line completion |cmdline-completion| T *+cmdline_hist* command line history |cmdline-history| -N *+cmdline_info* |'showcmd'| and |'ruler'| +T *+cmdline_info* |'showcmd'| and |'ruler'|; Always enabled since + 9.0.0747 T *+cmdwin* |cmdline-window| support; Always enabled since 9.0.0657 T *+comments* |'comments'| support N *+conceal* "conceal" support, see |conceal| |:syn-conceal| etc. |