aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorFelipe Morales <hel.sheep@gmail.com>2015-06-18 17:11:51 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-06-20 14:43:51 -0400
commit6cfe98c66e1f891497b2bf5aaba8c750d3037703 (patch)
treef0449f91575a317c4e287b06dd04cac757e200c1 /runtime/doc/vim_diff.txt
parente3568364dfcb952bee2376baccc6925cc0fa7fe6 (diff)
downloadrneovim-6cfe98c66e1f891497b2bf5aaba8c750d3037703.tar.gz
rneovim-6cfe98c66e1f891497b2bf5aaba8c750d3037703.tar.bz2
rneovim-6cfe98c66e1f891497b2bf5aaba8c750d3037703.zip
defaults: remove "i" from the default 'complete' #2854
"i" could slow down the completion. Re: https://github.com/neovim/neovim/issues/2676
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt1
1 files changed, 1 insertions, 0 deletions
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