Moving nagelfar.tcl.vim to nagelfar.vim - it is probably more likely to be using the binary than the TCL script.
This commit is contained in:
parent
e455bb1d0a
commit
6ba4b3e435
@ -20,7 +20,7 @@ endif
|
|||||||
let loaded_tcl_syntax_checker = 1
|
let loaded_tcl_syntax_checker = 1
|
||||||
|
|
||||||
|
|
||||||
let s:supported_checkers = ["tclsh", "nagelfar.tcl"]
|
let s:supported_checkers = ["tclsh", "nagelfar"]
|
||||||
|
|
||||||
function! s:load_checker(checker)
|
function! s:load_checker(checker)
|
||||||
exec "runtime syntax_checkers/tcl/" . a:checker . ".vim"
|
exec "runtime syntax_checkers/tcl/" . a:checker . ".vim"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"
|
"
|
||||||
"============================================================================
|
"============================================================================
|
||||||
function! SyntaxCheckers_tcl_GetLocList()
|
function! SyntaxCheckers_tcl_GetLocList()
|
||||||
let makeprg = "nagelfar.tcl -H " . g:syntastic_tcl_nagelfar_conf . " " . shellescape(expand('%'))
|
let makeprg = "nagelfar -H " . g:syntastic_tcl_nagelfar_conf . " " . shellescape(expand('%'))
|
||||||
|
|
||||||
let errorformat='%I%f: %l: N %m, %f: %l: %t %m, %-GChecking file %f'
|
let errorformat='%I%f: %l: N %m, %f: %l: %t %m, %-GChecking file %f'
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user