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 33c81cf commit ac000d6Copy full SHA for ac000d6
plugin/heredoc.vim
@@ -3,7 +3,7 @@ if exists('g:loaded_textobj_heredoc') || &compatible
3
endif
4
let g:loaded_textobj_heredoc = 1
5
let s:keepcpo = &compatible
6
-set compatible&vim
+set cpoptions&vim
7
8
9
call textobj#user#plugin('heredoc', {
0 commit comments