Skip to content

Commit

Permalink
- Fixed error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Mar 24, 2012
1 parent f4da6c3 commit 6032f7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions autoload/neocomplcache.vim
@@ -1,7 +1,7 @@
"=============================================================================
" FILE: neocomplcache.vim
" AUTHOR: Shougo Matsushita <Shougo.Matsu@gmail.com>
" Last Modified: 23 Mar 2012.
" Last Modified: 24 Mar 2012.
" License: MIT license {{{
" Permission is hereby granted, free of charge, to any person obtaining
" a copy of this software and associated documentation files (the
Expand Down Expand Up @@ -64,8 +64,6 @@ function! neocomplcache#enable() "{{{
\ call s:restore_update_time()
augroup END
else
autocmd neocomplcache InsertEnter *
\ call s:on_insert_enter()
autocmd neocomplcache CursorMovedI *
\ call s:do_auto_complete('CursorMovedI')
endif
Expand Down

0 comments on commit 6032f7c

Please sign in to comment.