We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9289e commit 8ddeb24Copy full SHA for 8ddeb24
plugin/LanguageClient.vim
@@ -109,6 +109,9 @@ augroup languageClient
109
autocmd BufDelete * call LanguageClient#handleBufDelete()
110
autocmd TextChanged * call LanguageClient#handleTextChanged()
111
autocmd TextChangedI * call LanguageClient#handleTextChanged()
112
+ if exists('##TextChangedP')
113
+ autocmd TextChangedP * call LanguageClient#handleTextChanged()
114
+ endif
115
autocmd CursorMoved * call LanguageClient#handleCursorMoved()
116
autocmd VimLeavePre * call LanguageClient#handleVimLeavePre()
117
0 commit comments