Skip to content

Commit

Permalink
Restore 'cpo' at the end of the file.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkearns committed Dec 11, 2011
1 parent 4b7e82f commit be5d8d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ftplugin/ruby.vim
Expand Up @@ -173,9 +173,6 @@ 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 @@ -319,6 +316,9 @@ 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 be5d8d0

Please sign in to comment.