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 51d72ee commit 6b03c3dCopy full SHA for 6b03c3d
autoload/pymode/motion.vim
@@ -15,6 +15,7 @@ endfunction "}}}
15
16
17
fun! pymode#motion#move2(pattern, flags, ...) "{{{
18
+ normal! m'
19
let cnt = v:count1 - 1
20
let [line, column] = searchpos(a:pattern, a:flags . 'W')
21
let indent = indent(line)
0 commit comments