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:
James Pickard 2012-01-11 12:22:38 -05:00
parent e455bb1d0a
commit 6ba4b3e435
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ endif
let loaded_tcl_syntax_checker = 1
let s:supported_checkers = ["tclsh", "nagelfar.tcl"]
let s:supported_checkers = ["tclsh", "nagelfar"]
function! s:load_checker(checker)
exec "runtime syntax_checkers/tcl/" . a:checker . ".vim"

View File

@ -10,7 +10,7 @@
"
"============================================================================
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'