Skip to content

Commit ac000d6

Browse files
author
Josef Fortier
committed
fix: typoed cpoptions
1 parent 33c81cf commit ac000d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/heredoc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if exists('g:loaded_textobj_heredoc') || &compatible
33
endif
44
let g:loaded_textobj_heredoc = 1
55
let s:keepcpo = &compatible
6-
set compatible&vim
6+
set cpoptions&vim
77

88

99
call textobj#user#plugin('heredoc', {

0 commit comments

Comments
 (0)