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

Commit3da8cdc

Browse files
committed
Merge branch 'release/0.6.12'
2 parents3008bea +21b444c commit3da8cdc

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

‎Changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
## 2013-03-15 0.6.11
4+
## 2013-03-15 0.6.12
55
--------------------
66
* Update `PEP8` to version 1.4.5;
77
* Update `Pylint` to version 0.27.0;

‎README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Another old presentation here: http://www.youtube.com/watch?v=YhqsjUUHj6g
3131
Changelog
3232
=========
3333

34-
## 2013-03-15 0.6.11
34+
## 2013-03-15 0.6.12
3535
--------------------
3636
* Update `PEP8` to version 1.4.5;
3737
* Update `Pylint` to version 0.27.0;

‎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

‎doc/pymode.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
(__) (__) (__) (_) (_)(_____)(_)\_) (_/\/\_)(_____)(____/(____)~
77

88

9-
Version: 0.6.11
9+
Version: 0.6.12
1010

1111
==============================================================================
1212
CONTENTS*Python-mode-contents*

‎ftplugin/python/init-pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if exists('did_init_pymode_vim')
33
endif
44
let did_init_pymode_vim=1
55

6-
letg:pymode_version="0.6.11"
6+
letg:pymode_version="0.6.12"
77

88
com! PymodeVersionechomsg"Current python-mode version:" .g:pymode_version
99

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp