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 2ae497d commit 9017393Copy full SHA for 9017393
ftplugin/python/ipy.vim
@@ -26,7 +26,7 @@ import vim
26
import sys
27
28
# get around unicode problems when interfacing with vim
29
-vim_encoding=vim.eval('&encoding')
+vim_encoding=vim.eval('&encoding') or 'utf-8'
30
31
try:
32
sys.stdout.flush
0 commit comments