Skip to content

Commit

Permalink
Remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Aug 25, 2011
1 parent 2ae0ada commit 4e8ae4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ftplugin/ruby.vim
Expand Up @@ -259,9 +259,7 @@ endfunction

function! s:wrap_a(back,forward)
execute 'norm '.a:forward
let g:one = line('.')
if line('.') < line('$') && getline(line('.')+1) ==# ''
let g:d = 'a'
execute 'norm jV'.a:back
else
execute 'norm '.a:back
Expand Down

0 comments on commit 4e8ae4f

Please sign in to comment.