Skip to content

Commit 630fdc7

Browse files
committed
Remove extra cursor call
1 parent bb87bed commit 630fdc7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

indent/python.vim

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,6 @@ function! GetPythonPEPFormat(lnum, count)
516516
call cursor(a:lnum, l:tw + 1)
517517
let l:orig_breakpoint = searchpos(' ', 'bcW', a:lnum)
518518
call cursor(a:lnum, l:tw + 1)
519-
call cursor(a:lnum, l:tw + 1)
520519
let l:breakpoint = s:SearchPosWithSkip(' ', 'bcW', s:skip_string, a:lnum)
521520

522521
echom 'normal'

0 commit comments

Comments
 (0)