Skip to content

Commit 6b03c3d

Browse files
committed
Set history.
1 parent 51d72ee commit 6b03c3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/pymode/motion.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ endfunction "}}}
1515

1616

1717
fun! pymode#motion#move2(pattern, flags, ...) "{{{
18+
normal! m'
1819
let cnt = v:count1 - 1
1920
let [line, column] = searchpos(a:pattern, a:flags . 'W')
2021
let indent = indent(line)

0 commit comments

Comments
 (0)