我刚刚在 vim 中启用了 SuperTab,如果我尝试缩进一个空行,SuperTab 正在尝试插入字符串。我想,我想只有在光标左侧有非空格时才让 SuperTab 提供补全。
我不想使用 Ctrl-V 或 Ctrl-Q 或任何东西。
我刚刚在 vim 中启用了 SuperTab,如果我尝试缩进一个空行,SuperTab 正在尝试插入字符串。我想,我想只有在光标左侧有非空格时才让 SuperTab 提供补全。
我不想使用 Ctrl-V 或 Ctrl-Q 或任何东西。
This could be caused by an old version of snipmate, update to the forked version maintained by Gargas.
It has quite a few dependencies so I'd recommend using Vundle if you're not already using it.
See comments to OP for more information.
msanders/snipmate.vim 与 supertab 冲突。
你可以使用 ultisnips 而不是 Snipmate