aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* Use "nunmap" not "unmap" for b:undo_* varTom Ryder2017-11-082-5/+5
* Remove null command from b:undo_* variablesTom Ryder2017-11-083-6/+6
* Use consistent/thorough ftplugin/indent unloadingTom Ryder2017-11-0810-13/+40
* 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
* Break a long conditional in vim/ftdetect/sh.vimTom Ryder2017-11-081-1/+2
* Rename b:check and b:lint with sh_ prefixTom Ryder2017-11-081-9/+9
* Remove overkill defined-and-false check of sh varsTom Ryder2017-11-081-4/+4
* Clear b:check/lint in ftdetect/sh.vim b:undoTom Ryder2017-11-081-1/+1
* Move ftplugin/sh.vim b:undo def to end of fileTom Ryder2017-11-081-2/+4
* Use correct undo variable name in ftplugin/sh.vimTom Ryder2017-11-081-1/+1
* Remove superfluous augroups around ftdetect defsTom Ryder2017-11-085-43/+27
* Use sh.vim local vars not global POSIX hacksTom Ryder2017-11-082-26/+23
* Remove asterisks flagging keyword in Vim helpTom Ryder2017-11-072-3/+3
* Merge branch 'feature/vim-plug' into developTom Ryder2017-11-0726-64/+220
|\
| * Add user_ftplugin.vim and user_indent.vim pluginsTom Ryder2017-11-0713-47/+121
| * Use b:undo variables correctlyTom Ryder2017-11-0713-32/+57
| * Update <Leader>b mapping to use new mapping nameTom Ryder2017-11-071-1/+1
| * Add commands to copy_linebreak.vimTom Ryder2017-11-072-1/+20
| * Give copy_linebreak.vim enable/disable funcs, mapsTom Ryder2017-11-072-26/+44
| * Add :FixedJoin commandTom Ryder2017-11-072-3/+13
| * Add :StripTrailingWhitespace commandTom Ryder2017-11-072-2/+12
* | Bind <Leader>f to show current 'formatoptions'Tom Ryder2017-11-071-0/+5
* | Add leader bindings for date stampingTom Ryder2017-11-071-0/+9
* | Add \p Vim binding to show filetypeTom Ryder2017-11-071-0/+5
|/
* Use consistent comment layout for Vim pluginsTom Ryder2017-11-064-9/+11
* Simplify 'formatoptions' configTom Ryder2017-11-061-55/+18
* Refactor toggle_option_flag.vimTom Ryder2017-11-061-23/+58
* Correct a commentTom Ryder2017-11-061-1/+1
* Use stridx() instead of very-nomagic regex matchTom Ryder2017-11-061-9/+10
* Use strlen() instead of len()Tom Ryder2017-11-061-1/+1
* Escape option value assign correctlyTom Ryder2017-11-061-1/+1
* Extend toggle_option_flag.vim for string flagsTom Ryder2017-11-062-16/+26
* Rename l:op to l:operation for clarityTom Ryder2017-11-061-3/+3
* Separate command building from execution in toggleTom Ryder2017-11-061-3/+7
* Use idiomatic VimL regex for param validationTom Ryder2017-11-061-2/+2
* Restore some judicious \m\C hedging in VimTom Ryder2017-11-062-4/+4
* Remove redundant has('eval') VimL testTom Ryder2017-11-061-1/+1
* Caution about :execute not eval() in VimL commentsTom Ryder2017-11-062-4/+4
* Move pipes from end to start of continued linesTom Ryder2017-11-061-6/+6
* Remove \m\C prefix from inapplicable VimL regexesTom Ryder2017-11-061-2/+2
* Don't use VimL ==# for number comparisonsTom Ryder2017-11-063-5/+5
* Don't overwrite plugin-specified user commandsTom Ryder2017-11-062-11/+11
* Make background detection return not set valueTom Ryder2017-11-062-4/+9
* Complete ToggleOptionFlag commands with opt namesTom Ryder2017-11-061-2/+2
* Put missing exclamation mark back into shell checkTom Ryder2017-11-051-1/+1
* Don't report lines deleted after stripping spaceTom Ryder2017-11-051-1/+1