We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d2009 commit 1ae3a3fCopy full SHA for 1ae3a3f
1 file changed
autoload/pymode/motion.vim
@@ -51,7 +51,7 @@ fun! pymode#motion#select(first_pattern, second_pattern, inner) "{{{
51
endif
52
53
call cursor(snum, 1)
54
- normal! v
+ normal! V
55
call cursor(enum, len(getline(enum)))
56
57
endfunction "}}}
0 commit comments