aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Move 'paste' options into terminal.vimTom Ryder2017-11-102-6/+7
| * | | | Move wildmenu config into completion.vimTom Ryder2017-11-102-23/+24
| * | | | Rename complete.vim to completion.vimTom Ryder2017-11-101-0/+0
| * | | | Rename term.vim to terminal.vimTom Ryder2017-11-101-0/+0
| * | | | Rename yank.vim to registers.vimTom Ryder2017-11-101-0/+0
| * | | | Move nrformats.vim content to format.vimTom Ryder2017-11-102-3/+4
| * | | | Rename startup.vim to messages.vimTom Ryder2017-11-101-0/+0
| * | | | Merge encoding.vim and file.vim into files.vimTom Ryder2017-11-102-4/+5
| * | | | Move backup, swap, and undo dir logic into pluginsTom Ryder2017-11-109-71/+235
| * | | | Merge join,indent.vim into whitespace.vimTom Ryder2017-11-103-31/+33
| * | | | Append angle brackets rather than resetting optTom Ryder2017-11-101-1/+1
| * | | | Remove setting for 'tabstop'Tom Ryder2017-11-101-3/+0
* | | | | Merge branch 'feature/oii-fix' into developTom Ryder2017-11-102-11/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix oii(1df) so it works as a pipeTom Ryder2017-11-102-11/+8
|/ / / /
* | | | Merge branch 'feature/vim-sh-syn' into developTom Ryder2017-11-091-0/+19
|\ \ \ \
| * | | | 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
|/ / / /
* | | | Merge branch 'hotfix/v0.12.2' into developTom Ryder2017-11-082-3/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Correct prefix for b:undo_* variableTom Ryder2017-11-081-1/+1
| * | Bump version number to 0.12.2Tom Ryder2017-11-081-2/+2
| |/
| * Merge branch 'hotfix/v0.12.1'v0.12.1Tom Ryder2017-11-082-47/+48
| |\
* | \ Merge branch 'hotfix/v0.12.1' into developTom Ryder2017-11-082-47/+48
|\ \ \ | | |/ | |/|
| * | Quote all Bash completion targets literallyTom Ryder2017-11-081-45/+46
| * | Bump version number to 0.12.1Tom Ryder2017-11-081-2/+2
| |/
| * Merge branch 'release/v0.12.0'v0.12.0Tom Ryder2017-11-0819-170/+259
| |\
| * \ Merge branch 'hotfix/v0.11.1'v0.11.1Tom Ryder2017-11-073-5/+5
| |\ \
* | \ \ Merge branch 'release/v0.12.0' into developTom Ryder2017-11-082-33/+32
|\ \ \ \ | | |_|/ | |/| |
| * | | Update dotfiles(7) manual from README.mdTom Ryder2017-11-081-31/+30
| * | | Bump version to 0.12.0Tom Ryder2017-11-081-2/+2
|/ / /
* | | Merge branch 'feature/vim-null-co...' into developTom Ryder2017-11-083-10/+10
|\ \ \
| * | | 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
|/ / /
* | | Merge branch 'feature/vim-review' into developTom Ryder2017-11-0816-101/+191
|\ \ \
| * | | 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
* | | | Merge branch 'feature/spelling' into developTom Ryder2017-11-081-36/+36
|\ \ \ \ | |/ / / |/| | |
| * | | Spell-checked and corrected README.mdTom Ryder2017-11-071-36/+36
|/ / /
* | | Merge branch 'hotfix/v0.11.1' into developTom Ryder2017-11-073-5/+5
|\ \ \ | | |/ | |/|