diff options
| author | Ben Beltran <ben@freshout.us> | 2013-06-05 10:50:57 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-06-05 10:50:57 -0500 |
| commit | ab031d44e56467cb7e172206db1aae1d9f34d1b6 (patch) | |
| tree | 9b90a140e8ab77803520e9b3abd2d84b41496cf1 /vim/syntax_checkers/erlang_check_file.erl | |
| parent | b61151bbd6d1b325d2d0d09cac7d06e2543346c7 (diff) | |
Aand that's all the plugins.
Diffstat (limited to 'vim/syntax_checkers/erlang_check_file.erl')
| -rwxr-xr-x | vim/syntax_checkers/erlang_check_file.erl | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/vim/syntax_checkers/erlang_check_file.erl b/vim/syntax_checkers/erlang_check_file.erl deleted file mode 100755 index 8a85bf6..0000000 --- a/vim/syntax_checkers/erlang_check_file.erl +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env escript --export([main/1]). - -main([FileName]) -> - compile:file(FileName, [warn_obsolete_guard, - warn_unused_import, - warn_shadow_vars, - warn_export_vars, - strong_validation, - report, - {i, filename:dirname(FileName) ++ "/../include"} - ]). |