We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b7994 commit 7611a8cCopy full SHA for 7611a8c
1 file changed
ftplugin/python/pymode.vim
@@ -232,6 +232,7 @@ if g:pymode_debug
232
let g:pymode_debug_tempfile=matchstr(
233
\ execute(
234
\ g:pymode_python
235
+ \ . " from __future__ import print_function;"
236
\ . " import os;import tempfile; marker='|';"
237
\ . " print(marker, tempfile.gettempdir(), os.sep, "
238
\ . "'pymode_debug_file.txt', marker, sep='', end='')"),
0 commit comments