diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:09:56 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-04-28 23:14:36 +0200 |
commit | 2e64752250c89623ff5d6dc54e8a54038f32d78f (patch) | |
tree | 1d998003870f1716e8b6edca007c858e0a3db9f9 /runtime/doc/various.txt | |
parent | 06879e2e890dd6cb7bbeb4ce6b78d0cf41500ab5 (diff) | |
download | rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.tar.gz rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.tar.bz2 rneovim-2e64752250c89623ff5d6dc54e8a54038f32d78f.zip |
vim-patch:64d8e25bf6ef
Updated runtime files.
https://github.com/vim/vim/commit/64d8e25bf6efe5f18b032563521c3ce278c316ab
Closes #6611
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index cee13c9ee8..1a93a4504f 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -369,7 +369,7 @@ N *+statusline* Options 'statusline', 'rulerformat' and special formats of 'titlestring' and 'iconstring' N *+syntax* Syntax highlighting |syntax| N *+tablineat* 'tabline' option recognizing %@Func@ items. -N *+tag_binary* binary searching in tags file |tag-binary-search| +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 |