Skip to content

Commit 9e83857

Browse files
committed
Merge pull request python-mode#96 from mbadran/master
Fix empty pydoc window for "unnamed" clipboard
2 parents 536156c + 569a58d commit 9e83857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autoload/pymode/doc.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fun! pymode#doc#Show(word) "{{{
1313
sil!py print out
1414
redi END
1515
call pymode#TempBuffer()
16-
normal Pdd
16+
normal ""Pdd
1717
wincmd p
1818
endif
1919
endfunction "}}}

0 commit comments

Comments
 (0)