mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
defaults: remove "i" from the default 'complete' #2854
"i" could slow down the completion. Re: https://github.com/neovim/neovim/issues/2676
This commit is contained in:

committed by
Justin M. Keyes

parent
e3568364df
commit
6cfe98c66e
@@ -553,9 +553,9 @@ static vimoption_T
|
||||
{"compatible", "cp", P_BOOL|P_RALL,
|
||||
(char_u *)&p_force_off, PV_NONE,
|
||||
{(char_u *)TRUE, (char_u *)FALSE} SCRIPTID_INIT},
|
||||
{"complete", "cpt", P_STRING|P_ALLOCED|P_VI_DEF|P_COMMA|P_NODUP,
|
||||
{"complete", "cpt", P_STRING|P_ALLOCED|P_COMMA|P_NODUP,
|
||||
(char_u *)&p_cpt, PV_CPT,
|
||||
{(char_u *)".,w,b,u,t,i", (char_u *)0L}
|
||||
{(char_u *)".,w,b,u,t,i", (char_u *)".,w,b,u,t"}
|
||||
SCRIPTID_INIT},
|
||||
{"concealcursor","cocu", P_STRING|P_ALLOCED|P_RWIN|P_VI_DEF,
|
||||
VAR_WIN, PV_COCU,
|
||||
|
Reference in New Issue
Block a user