Skip to content

Commit

Permalink
Revert "Restore 'cpo' at the end of the file."
Browse files Browse the repository at this point in the history
This reverts commit be5d8d0.
  • Loading branch information
dkearns committed Dec 11, 2011
1 parent be5d8d0 commit 85227b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ftplugin/ruby.vim
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
endif
endif

let &cpo = s:cpo_save
unlet s:cpo_save

if exists("g:did_ruby_ftplugin_functions")
finish
endif
Expand Down Expand Up @@ -316,9 +319,6 @@ function! s:gf(count,map,edit) abort
endif
endfunction

let &cpo = s:cpo_save
unlet s:cpo_save

"
" Instructions for enabling "matchit" support:
"
Expand Down

0 comments on commit 85227b3

Please sign in to comment.