jordwalke / VimBox

Simple, Modern MacVim Configuration
MIT License
916 stars 70 forks source link

issue with auto-complete, how do I disable it? #24

Closed CodeMonkeyKevin closed 8 years ago

CodeMonkeyKevin commented 8 years ago

I'm getting this strange auto-complete suggestion that don't go away when backspace or tabing when neocomplete is enabled. How do I disable the default auto-complete in VimBox?

Example: http://i.imgur.com/A3NBPkO.png

CodeMonkeyKevin commented 8 years ago

Found it:

let g:acp_enableAtStartup = 0