Skip to content

Commit 1ae3a3f

Browse files
committed
Change motion commands to be line-based rather than character-based
1 parent b8d2009 commit 1ae3a3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/pymode/motion.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fun! pymode#motion#select(first_pattern, second_pattern, inner) "{{{
5151
endif
5252

5353
call cursor(snum, 1)
54-
normal! v
54+
normal! V
5555
call cursor(enum, len(getline(enum)))
5656
endif
5757
endfunction "}}}

0 commit comments

Comments
 (0)