3

If someone presses the period key while writing code the auto-complete feature tries to give suggestions for what could follow after that period. This mechanism may be too slow to be useful sometimes.

How to disable this behavior? Triggering this feature by hitting a hot-key should still be possible.

wmax
  • 1,014
  • 10
  • 21

1 Answers1

2

The plugin responsible for that behavior comes with an exhaustive documentation that you can access from Vim with :help neocomplcache. The answer to your question is very easy to find.

Also, drop SPF-13 as soon as possible: the short term benefits are not worth the medium/long term losses.

romainl
  • 186,200
  • 21
  • 280
  • 313
  • 2
    Can you post the snippet from the help to disable it? This is at best a link-only answer. – Daenyth Feb 13 '14 at 18:49
  • Why is spf13 not worth for long term use and what is the command to solve the question? I've tried `g:neocomplcache_disable_auto_complete=1` which actually disables the popup but still triggers the problem with the delay – wmax Feb 13 '14 at 19:38
  • You are looking for a command, there's a "commands" section, the command you are looking for is there. Distributions like SPF-13 prevent you from learning Vim and favorize lazyness. – romainl Feb 13 '14 at 21:20