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

Commit680532a

Browse files
committed
Merge branch 'release/0.6.7'
2 parents127fcd5 +857d4d4 commit680532a

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

‎Changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 2012-08-15 0.6.7
5+
-------------------
6+
* Fix documentation. Thanks (c) bgrant;
7+
* Fix pymode "async queue" support.
8+
49
## 2012-08-02 0.6.6
510
-------------------
611
* Updated Pep8 to version 1.3.3

‎autoload/pymode/queue.vim

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
fun!pymode#queue#Poll()"{{{
2+
3+
" Check current tasks
24
py queue.check_task()
3-
callfeedkeys("\<Up>\<Down>",'t')
5+
6+
" Update interval
7+
ifmode()=='i'
8+
letp=getpos('.')
9+
silentexe'call feedkeys("\<Up>\<Down>", "n")'
10+
callsetpos('.',p)
11+
else
12+
callfeedkeys("f\e","n")
13+
endif
14+
415
endfunction"}}}

‎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.6
9+
Version: 0.6.7
1010

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

‎ftplugin/python/pymode.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ if pymode#Option('lint')
7373
" DESC: Set autocommands
7474
ifpymode#Option('lint_write')
7575
auBufWritePost<buffer> PyLint
76-
auBufLeave<buffer>py queue.stop_queue()
7776
endif
7877

7978
ifpymode#Option('lint_onfly')
@@ -86,8 +85,9 @@ if pymode#Option('lint')
8685
endif
8786

8887
" DESC: Run queue
89-
auCursorHold<buffer>callpymode#queue#Poll()
9088
setlocalupdatetime=1000
89+
auCursorHold<buffer>callpymode#queue#Poll()
90+
auBufLeave<buffer>py queue.stop_queue()
9191

9292
endif
9393

‎plugin/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
letg:pymode_version="0.6.6"
1+
letg:pymode_version="0.6.7"
22

33
com! PymodeVersionechomsg"Current python-mode version:" .g:pymode_version
44

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp