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

Commitb5f1ef0

Browse files
committed
Dont save code before checking
1 parent8a0bcc8 commitb5f1ef0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

‎autoload/pymode/lint.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ fun! pymode#lint#check() "{{{
4646

4747
letb:pymode_errors= {}
4848

49-
if!pymode#save()
50-
return0
51-
endif
52-
5349
callpymode#wide_message('Code checking is running ...')
5450

5551
PymodePythoncode_check()

‎ftplugin/python/pymode.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ if !pymode#default('g:pymode_init', 1)
77
callpymode#init(expand('<sfile>:p:h:h:h'),g:pymode_paths)
88
callpymode#virtualenv#init()
99
callpymode#breakpoint#init()
10+
PymodePython from pymode.utilsimport patch_paths
11+
PymodePythonpatch_paths()
1012
endif
1113

1214
augrouppymode

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp