mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Replace Syntastic
This commit is contained in:
parent
55246df4c9
commit
4a54f217df
@ -135,7 +135,7 @@ def get_warnings():
|
|||||||
|
|
||||||
def edit_file(path):
|
def edit_file(path):
|
||||||
return subprocess.Popen([
|
return subprocess.Popen([
|
||||||
'vim', '-c', 'SyntasticCheck', '-c', 'll', '-S', os.path.join(SRC, '../session.vim'), '-f', path
|
'vim', '-c', 'ALELint', '-c', 'ALEFirst', '-S', os.path.join(SRC, '../session.vim'), '-f', path
|
||||||
]).wait() == 0
|
]).wait() == 0
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user