aboutsummaryrefslogtreecommitdiff
path: root/vim/compiler/shellcheck.vim
Commit message (Collapse)AuthorAgeFilesLines
* Add option terminators or equivs to :compilersTom Ryder2018-08-191-2/+2
|
* Completely overhaul after/ftplugin filesTom Ryder2018-06-171-0/+27
Should have done some of this in separate commits; oh well. * Rewrite headers for each ftplugin * Require Vim version >= 7.0, and thereby: * Switch back to location list * Don't check for b:undo_ftplugin existence, assume it * Save and restore compiler instead of internal options * Add bash, ksh, sh, and shellcheck compilers * Rename mail/format_flowed.vim to mail/flowed.vim * Rename sh/bash_han.vim to sh/han.vim