Skip to content

Commit 441d199

Browse files
committed
Fixed ShowStr.
1 parent 23cf7e5 commit 441d199

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

autoload/pymode.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ fun! pymode#ShowStr(str) "{{{
7979
let g:pymode_curbuf = bufnr("%")
8080
call pymode#TempBuffer()
8181
put! =a:str
82-
redraw
83-
normal gg
8482
wincmd p
83+
redraw
8584
endfunction "}}}
8685

8786

0 commit comments

Comments
 (0)