aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/zsh
Commit message (Collapse)AuthorAgeFilesLines
* Move all local bindings out into .vimrcTom Ryder2018-06-251-9/+0
| | | | This is the natural way of things, I think.
* Use autoload function for temp-makeprg :lmakeTom Ryder2018-06-171-19/+6
|
* Completely overhaul after/ftplugin filesTom Ryder2018-06-171-22/+25
| | | | | | | | | | | | | 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
* Use short-circuit for no-mapping checkTom Ryder2018-06-161-17/+17
|
* Use `function!` consistently in ftpluginsTom Ryder2018-06-161-12/+10
|
* Add syntax checking with zsh -n for Z shellTom Ryder2017-11-231-0/+49