aboutsummaryrefslogtreecommitdiff
path: root/vim/autoload/compiler.vim
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul ftplugin check, lint, tidyTom Ryder2018-07-091-33/+0
| | | | | | | | | | | | - Set 'equalprg' for HTML and Perl - Discard filter#Stable() - Set default :compiler for all applicable filetypes - Change local leader mappings for Perl and shell script merely to set :compiler, rather than running it - Bind global leader mapping for running :lmake! - Bind global leader mappings for applying 'equalprg' and 'formatprg' to the whole buffer, using a new autoloaded helper function vimrc#Anchor() to avoid the cursor jumping around
* Refine compiler#Make() functionTom Ryder2018-06-171-1/+23
|
* Use autoload function for temp-makeprg :lmakeTom Ryder2018-06-171-0/+11