Skip to content

Commit 481284b

Browse files
committed
Remove inadvertently pushed buffer vars
1 parent 4cf308d commit 481284b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

ftplugin/ruby.vim

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -216,16 +216,6 @@ if !exists("g:no_plugin_maps") && !exists("g:no_ruby_maps")
216216
call s:silmap('n', '<C-W>gf :<C-U>exe <SID>gf(v:count1,"\<Lt>C-W>gf","tabedit")<CR>')
217217
endif
218218

219-
if !exists('b:cfile_fn')
220-
let b:cfile_fn = 'RubyCursorFile'
221-
let b:undo_ftplugin = b:undo_ftplugin . '| unlet! b:cfile_fn'
222-
endif
223-
224-
if !exists('b:cword_fn')
225-
let b:cword_fn = 'RubyCursorIdentifier'
226-
let b:undo_ftplugin = b:undo_ftplugin . '| unlet! b:cword_fn'
227-
endif
228-
229219
let &cpo = s:cpo_save
230220
unlet s:cpo_save
231221

0 commit comments

Comments
 (0)