Skip to content

Commit b28ccf7

Browse files
author
skywind3000
committed
update keysound.vim
1 parent b76e031 commit b28ccf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/keysound.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function! s:keysound_init(enable)
2828
call keysound#errmsg('ERROR: keysound init failed')
2929
return
3030
endif
31-
if exists('#TextChangedP')
31+
if exists('#TextChangedP') || exists('##TextChangedP')
3232
augroup KeysoundEvents
3333
au!
3434
au InsertEnter * call s:event_insert_enter()

0 commit comments

Comments
 (0)