diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 2 | ||||
-rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 13bf538d89..250050bb78 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1529,7 +1529,7 @@ A jump table for the options with a short description can be found at |Q_op|. 'compatible' 'cp' Removed. |vim-differences| {Nvim} *'complete'* *'cpt'* *E535* -'complete' 'cpt' string (default: ".,w,b,u,t,i") +'complete' 'cpt' string (default: ".,w,b,u,t") local to buffer This option specifies how keyword completion |ins-completion| works when CTRL-P or CTRL-N are used. It is also used for whole-line diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 54bc4fc4d8..b0cb8330e1 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -31,6 +31,7 @@ these differences. - 'autoread' is set by default - 'autoindent' is set by default. - 'backspace' defaults to "indent,eol,start" +- 'complete' doesn't include "i" - 'encoding' defaults to "utf-8" - 'formatoptions' defaults to "tcqj" - 'langnoremap' is set by default |