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

Commit06eb9e6

Browse files
committed
Add g:pymode_updatetime.
1 parentb5aca68 commit06eb9e6

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

‎Changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Changelog
55
--------------------
66
* Dont raise an exception when Logger has no message handler (c) nixon
77
* Improve performance of white space removal (c) Dave Smith
8+
* Improve ropemode support (c) s0undt3ch
89

910
## 2012-09-07 0.6.9
1011
-------------------

‎ftplugin/python/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if pymode#Option('lint')
7171
endif
7272

7373
" DESC: Run queue
74-
setlocalupdatetime=1000
74+
let &l:updatetime=g:pymode_updatetime
7575
auCursorHold<buffer>callpymode#queue#Poll()
7676
auBufLeave<buffer>py queue.stop_queue()
7777

‎plugin/pymode.vim

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,4 +333,7 @@ call pymode#Default("g:pymode_utils_whitespaces", 1)
333333
" OPTION: g:pymode_options -- bool. To set some python options.
334334
callpymode#Default("g:pymode_options",1)
335335

336+
" OPTION: g:pymode_updatetime -- int. Set updatetime for async pymode's operation
337+
callpymode#Default("g:pymode_updatetime",1000)
338+
336339
" vim:fdm=marker:fdl=0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp