diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 4 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 0808278657..388848ac4e 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6897,8 +6897,8 @@ A jump table for the options with a short description can be found at |Q_op|. *'viminfo'* *'vi'* *E526* *E527* *E528* 'viminfo' 'vi' string (Vim default for - Win32: '100,<50,s10,h,rA:,rB: - others: '100,<50,s10,h + Win32: '!,100,<50,s10,h,rA:,rB: + others: '!,100,<50,s10,h Vi default: "") global {not available when compiled without the |+viminfo| diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 5ca6e128e6..80d687a2a1 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -45,6 +45,7 @@ these differences. - 'tabpagemax' defaults to 50 - 'tags' defaults to "./tags;,tags" - 'ttyfast' is always set +- 'viminfo' includes "!" - 'wildmenu' is set by default - 'wildmode' defaults to "list:longest,full" |