Skip to content

Commit

Permalink
Change motion commands to be line-based rather than character-based
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Apr 25, 2020
1 parent b8d2009 commit 1ae3a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/pymode/motion.vim
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ fun! pymode#motion#select(first_pattern, second_pattern, inner) "{{{
endif

call cursor(snum, 1)
normal! v
normal! V
call cursor(enum, len(getline(enum)))
endif
endfunction "}}}
Expand Down

0 comments on commit 1ae3a3f

Please sign in to comment.