Skip to content

Commit

Permalink
Fixes neocomplcache undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mutewinter committed Jan 27, 2012
1 parent 1f986c0 commit 90fb21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ inoremap <expr><S-TAB> pumvisible() ? "\<C-p>" : "\<S-TAB>"
" Required to make neocomplcache_cursor_hold_i_time work
" See https://github.com/Shougo/neocomplcache/issues/140
let s:update_time_save = &updatetime
autocmd InsertEnter * call s:on_insert_enter()

function! s:on_insert_enter()
Expand Down

0 comments on commit 90fb21c

Please sign in to comment.