disabled autosuggest as it really too slow for now. fix for nimdoc comments auto-formatting

This commit is contained in:
Zahary Karadjov 2012-11-20 00:26:36 +02:00
commit 15a6f3e4ac
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ fun! s:UpdateNimLog()
let g:nim_log = []
match Search /^nimrod.*/
match Search /^nimrod\ idetools.*/
endf
augroup NimLog
@ -95,7 +95,7 @@ if !exists("g:neocomplcache_omni_patterns")
let g:neocomplcache_omni_patterns = {}
endif
let g:neocomplcache_omni_patterns['nimrod'] = '[^. *\t]\.\w*'
" let g:neocomplcache_omni_patterns['nimrod'] = '[^. *\t]\.\w*'
fun! GotoDefinition_nimrod()
let defOut = NimExec("--def")