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

Commit43c052e

Browse files
committed
reverted v:false to 0 due to vim7 incompatibility
1 parentb848f62 commit43c052e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎plugin/pymode.vim

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ call pymode#default('g:pymode_debug', 0)
1212
if!g:pymode|| &cp|| &diff
1313
" Update pymode status to prevent loading in other files and adding this
1414
" condition to all of them.
15-
letg:pymode=v:false
15+
letg:pymode=0
1616
finish
1717
endif
1818

@@ -171,7 +171,7 @@ call pymode#default('g:pymode_breakpoint_cmd', '')
171171
" ROPE (refactoring, codeassist) {{{
172172
"
173173
" Rope support
174-
callpymode#default('g:pymode_rope',v:false)
174+
callpymode#default('g:pymode_rope',0)
175175

176176
" System plugin variable
177177
ifg:pymode_rope
@@ -305,12 +305,12 @@ elseif g:pymode_python == 'python3'
305305

306306
else
307307

308-
letg:pymode_doc=v:false
309-
letg:pymode_lint=v:false
310-
letg:pymode_path=v:false
311-
letg:pymode_rope=v:false
312-
letg:pymode_run=v:false
313-
letg:pymode_virtualenv=v:false
308+
letg:pymode_doc=0
309+
letg:pymode_lint=0
310+
letg:pymode_path=0
311+
letg:pymode_rope=0
312+
letg:pymode_run=0
313+
letg:pymode_virtualenv=0
314314

315315
command! -nargs=1 PymodePythonecho<args>
316316

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp