Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add syntax checking with zsh -n for Z shell | Tom Ryder | 2017-11-23 | 1 | -0/+17 |
| | |||||
* | Correct "fi" to "endif" in new compiler files | Tom Ryder | 2017-11-20 | 2 | -2/+2 |
| | |||||
* | Use %:S expansion only when available | Tom Ryder | 2017-11-19 | 2 | -2/+14 |
| | |||||
* | Force g:current_compiler removal before check/lint | Tom Ryder | 2017-11-19 | 2 | -2/+2 |
| | | | | This seems to be necessary for Vim 6. | ||||
* | Use :compiler scripts for makeprg setup | Tom Ryder | 2017-11-19 | 2 | -0/+22 |
I didn't know about :compiler until now. From :help write-compiler-plugin: > A compiler plugin sets options for use with a specific compiler. The > user can load it with the |:compiler| command. The main use is to set > the 'errorformat' and 'makeprg' options. Vim even has "perl" and "tidy" compilers already that seem to work really well. I'll just add in my own and install them. |