aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/tcl.vim
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/tcl.vim')
-rw-r--r--dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/tcl.vim15
1 files changed, 0 insertions, 15 deletions
diff --git a/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/tcl.vim b/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/tcl.vim
deleted file mode 100644
index 76c5af4..0000000
--- a/dotfiles/.local/share/nvim/site/autoload/neomake/makers/ft/tcl.vim
+++ /dev/null
@@ -1,15 +0,0 @@
-function! neomake#makers#ft#tcl#EnabledMakers() abort
- return ['nagelfar']
-endfunction
-
-function! neomake#makers#ft#tcl#nagelfar() abort
- return {
- \ 'exe': 'nagelfar',
- \ 'args': ['-H'],
- \ 'errorformat':
- \ '%I%f: %l: N %m,' .
- \ '%f: %l: %t %m,' .
- \ '%-GChecking file %f'
- \ }
-endfunction
-" vim: ts=4 sw=4 et