Skip to content

Commit

Permalink
Attempt to fix positioning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRadev committed Nov 12, 2013
1 parent 0a2e06d commit 2c26ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/coffee_tools.vim
Expand Up @@ -198,6 +198,7 @@ endfunction
function! s:MarkVisual(command, start_line, end_line)
if a:start_line != line('.')
exe a:start_line
normal! ^
endif

if a:end_line > a:start_line
Expand Down

0 comments on commit 2c26ccb

Please sign in to comment.