Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
100ms as default for cm#complete_delay
Browse files Browse the repository at this point in the history
  • Loading branch information
roxma committed Jan 28, 2017
1 parent c9d12a9 commit 476962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/cm.vim
Expand Up @@ -12,7 +12,7 @@ let s:init = 1
" wait for a while before popping up, in milliseconds, this would reduce the
" popup menu flashes when the user is typing very fast, use a interval which
" is long enough for computer and short enough for human
let g:cm#complete_delay = get(g:,'complete_delay',250)
let g:cm#complete_delay = get(g:,'complete_delay',100)

" chech this plugin is enabled
" get(b:,'cm_enable',0)
Expand Down

0 comments on commit 476962e

Please sign in to comment.