aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Expand)AuthorAgeFilesLines
* Suspend 'C' from 'cpoptions' for sh syn extensionsTom Ryder2018-01-211-0/+12
* Break some continued lines in Vim indent filesTom Ryder2018-01-211-2/+2
* Remove HTML and PHP syntax highlighting tweaksTom Ryder2018-01-172-5/+0
* Clear unwanted syntax group, don't link to NONETom Ryder2018-01-171-1/+1
* Add syntax checking with zsh -n for Z shellTom Ryder2017-11-231-0/+49
* Add `php -l` check binding for PHP filetypeTom Ryder2017-11-201-0/+57
* Force g:current_compiler removal before check/lintTom Ryder2017-11-194-0/+4
* Use quickfix window for check/lintTom Ryder2017-11-196-12/+12
* Use :compiler quickfix systems for Vim/HTML lintTom Ryder2017-11-192-2/+28
* Use :compiler scripts for makeprg setupTom Ryder2017-11-192-4/+2
* Add :lwindow support to Perl check/lintTom Ryder2017-11-192-2/+30
* Adapt sh check/lint to use :lmakeTom Ryder2017-11-192-10/+42
* Use single-quotes for strings in sh.vimTom Ryder2017-11-151-1/+1
* Use full word "syntax" in sh.vimTom Ryder2017-11-151-3/+3
* Merge branch 'feature/vim-sh' into developTom Ryder2017-11-151-0/+15
|\
| * Coax sh.vim into accepting #/% param expansionTom Ryder2017-11-151-0/+15
* | Correct URL link function name in HTML ftpluginTom Ryder2017-11-151-2/+2
|/
* Add guards for presence of b:undo_* varTom Ryder2017-11-1215-78/+158
* Exclude SC1090 (failed source) shellcheck errorTom Ryder2017-11-121-3/+3
* Move lots of local Vim config into vim/afterTom Ryder2017-11-1215-0/+389
* Remove false error flagging for sh char class globTom Ryder2017-11-091-0/+5
* Fix 'while'/'until' highlighting in syntax/sh.vimTom Ryder2017-11-091-0/+14
* Add clustering for POSIX shell syntax groupsTom Ryder2017-11-081-0/+3
* Add `kill` as shStatementTom Ryder2017-11-081-0/+1
* Add `break`, `continue`, `return` as shStatementTom Ryder2017-11-081-1/+5
* Override commands and variables for syntax/sh.vimTom Ryder2017-11-081-0/+76
* Disable unwanted shell error syntax for any shellTom Ryder2017-11-081-12/+7
* Use sh.vim local vars not global POSIX hacksTom Ryder2017-11-081-7/+9
* Correct variable name in commentTom Ryder2017-11-011-3/+2
* Remove extraneous spacing between wordsTom Ryder2017-11-011-1/+1
* Rearrange and better explain ksh syntax workaroundTom Ryder2017-10-301-3/+4
* Correct a path in vim/after/syntax/sh.vimTom Ryder2017-10-301-3/+2
* Move vim/after/ftplugin files into vim/ftpluginTom Ryder2017-10-305-34/+0
* Set whitespace options for VimL locallyTom Ryder2017-10-301-3/+3
* Move PHP indent nixing into ~/.vim/indentTom Ryder2017-10-301-4/+0
* Move vim/after/ftdetect to vim/ftdetectTom Ryder2017-10-303-49/+0
* Move netrw.vim "after" script to plain configTom Ryder2017-10-301-11/+0
* More generic Mutt configurationTom Ryder2017-01-281-0/+12
* Add syntax detection for xresources subfilesTom Ryder2017-01-091-0/+6
* Complete a commentTom Ryder2016-12-281-1/+1
* Rename all pdksh stuff to kshTom Ryder2016-12-171-1/+1
* Remove unused nwatch diff filetyperTom Ryder2016-12-111-4/+0
* Wrap sh autocmds in a group to be politeTom Ryder2016-12-111-23/+28
* Wrap b:is_ksh hack in an autocmdTom Ryder2016-12-111-3/+5
* Still untangling the shell highlighting messTom Ryder2016-12-113-12/+111
* Disable sh error syntax highlighting for nowTom Ryder2016-12-111-0/+5
* Set buffer type (not global type) for sh properlyTom Ryder2016-12-112-6/+9
* Make POSIX default for shell more specificTom Ryder2016-12-111-2/+4
* Adjust shell type detection rulesTom Ryder2016-12-111-23/+9
* Reset most of my sh.vim customizationsTom Ryder2016-12-112-81/+0