Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3f048fa

Browse files
committed
Fix run
1 parent9db91a4 commit3f048fa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎autoload/pymode/run.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ fun! pymode#run#Run(line1, line2) "{{{
1515
callpymode#WideMessage("Code running.")
1616
try
1717
callsetqflist([])
18-
pyexecfile(vim.eval('expand("%s:p")'), {'raw_input': lambdas:
19-
vim.eval('input("{0}")'.format(s)),'input':vim.eval('input("{0}")'.format(s))})
18+
pyexecfile(vim.eval('expand("%s:p")'), {'raw_input': lambdas:vim.eval('input("{0}")'.format(s)),'input': lambdas:vim.eval('input("{0}")'.format(s))})
2019
py out, err= sys.stdout.getvalue().strip(), sys.stderr.getvalue()
2120
py sys.stdout, sys.stderr= stdout_, stderr_
2221

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp