diff options
author | Anna “CyberTailor” <cyber@sysrq.in> | 2021-07-13 16:30:54 +0500 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-13 13:38:42 +0200 |
commit | f3966209e5941ee3139425c5e375d373c1026923 (patch) | |
tree | ab6d6ecc6d5eb5fa42fd1a45527deaec6a24f322 /.gitignore | |
parent | a556718a24d003523b7fb0406061e7f89291b14e (diff) |
contrib/vim: add Syntastic integration
Error and warning messages are prefixed with "error: " and "warning: "
correspondingly to ease integration with automated tooling.
`yywarn' function added. Off-by-one line numbers in warnings are fixed.
Two error messages are reworded to avoid repeating like
"error: error in server directive" or "error: syntax error".
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,9 +1,11 @@ +*~ *.pem TAGS gmid !contrib/gmid gg *.o +*.swp compat/*.o docs y.tab.* @@ -14,6 +16,7 @@ config.h.old config.log config.log.old configure.local +!contrib/vim/syntax_checkers/gmid regress/testdata regress/*.pem regress/*.key |