Skip to content

Commit 85227b3

Browse files
committed
Revert "Restore 'cpo' at the end of the file."
This reverts commit be5d8d0.
1 parent be5d8d0 commit 85227b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ftplugin/ruby.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,9 @@ if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
173173
endif
174174
endif
175175

176+
let &cpo = s:cpo_save
177+
unlet s:cpo_save
178+
176179
if exists("g:did_ruby_ftplugin_functions")
177180
finish
178181
endif
@@ -316,9 +319,6 @@ function! s:gf(count,map,edit) abort
316319
endif
317320
endfunction
318321

319-
let &cpo = s:cpo_save
320-
unlet s:cpo_save
321-
322322
"
323323
" Instructions for enabling "matchit" support:
324324
"

0 commit comments

Comments
 (0)