aboutsummaryrefslogtreecommitdiff
path: root/contrib/vim
AgeCommit message (Collapse)Author
2024-09-01typos; courtesy of codespellOmar Polo
2024-01-30contrib/vim: fix indentAnna “CyberTailor”
2024-01-09adjust vim syntax file: `fastcgi param' is not deprecatedOmar Polo
Only a server-level bare `param' is (and in hindsight it was just a terrible idea to add it in the first place.)
2024-01-09Update Vim syntax fileAnna “CyberTailor”
2024-01-09contrib/vim: add ALE linterAnna “CyberTailor”
ALE is faster and otherwise better alternative to Syntastic.
2022-02-03sync vim syntaxAnna “CyberTailor”
2021-07-13contrib/vim: add Syntastic integrationAnna “CyberTailor”
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".
2021-07-11add missing `env' keywordOmar Polo
2021-07-11add simple vim syntax fileAnna “CyberTailor”