aboutsummaryrefslogtreecommitdiff
path: root/vim/after
Commit message (Expand)AuthorAgeFilesLines
* Add after/ftplugin for gitcommit to quote with >Tom Ryder2018-06-201-0/+25
* Use autoload function for tidy filtersTom Ryder2018-06-172-26/+12
* Use autoload function for temp-makeprg :lmakeTom Ryder2018-06-178-165/+55
* Arrange for tidiers to hold window positionTom Ryder2018-06-172-2/+16
* Completely overhaul after/ftplugin filesTom Ryder2018-06-1718-356/+346
* Use short-circuit for no-mapping checkTom Ryder2018-06-1611-197/+197
* Use `function!` consistently in ftpluginsTom Ryder2018-06-168-104/+88
* Spin off markdown_autoformat as its own distroTom Ryder2018-06-051-108/+0
* Restore ftplugin extras to vim/after dirTom Ryder2018-06-053-0/+186
* Move Markdown and PHP ftplugins from after dirTom Ryder2018-06-043-174/+0
* Support counts and registers in paste wrappingTom Ryder2018-06-041-3/+3
* Rearrange/correct markdown_autoformat.vimTom Ryder2018-06-041-19/+9
* Use case-insensitive Vim ==#Tom Ryder2018-06-043-3/+3
* Clear markdown_autoformat.vim autocmds correctlyTom Ryder2018-06-041-1/+1
* Move markdown_autoformat.vim funcs back to localTom Ryder2018-06-041-4/+64
* Don't load my HTML ftplugins for Markdown typesTom Ryder2018-06-043-3/+15
* Set and clear Markdown autocmd in groupTom Ryder2018-06-041-4/+13
* Use heuristics on Markdown to guess autoformatTom Ryder2018-06-041-0/+4
* Refactor suspend_autoformat.vim, add autoloadTom Ryder2018-06-042-34/+33
* Correct logic of Markdown/text spell checkingTom Ryder2018-06-032-14/+18
* Vim ftplugin: hold autoformat in *.md code blocksTom Ryder2018-06-031-0/+34
* Refactor Vim distribution plugin/macro handlingTom Ryder2018-06-021-0/+10
* 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