aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v4.17.0' into developTom Ryder2019-03-281-2/+2
|\ | | | | | | | | * release/v4.17.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-03-281-2/+2
|/
* Add a note with a plugin ideaTom Ryder2019-03-281-0/+2
|
* Add textarea filetypeTom Ryder2019-03-282-0/+14
| | | | | | | | This custom filetype is just a hook to hang functionality for TextEditorAnywhere documents under Windows. Most of the time, it's me writing email, or comments that benefit from email formatting, so I've configured <LocalLeader>f to switch to the mail filetype. This switching could probably benefit from a plugin, actually.
* Correct short :setf to :setfiletype commandTom Ryder2019-03-281-1/+1
|
* Merge branch 'release/v4.16.0' into developTom Ryder2019-02-281-2/+2
|\ | | | | | | | | * release/v4.16.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-02-281-2/+2
|/
* Use "tcl" Vim filetype for Expect shebangTom Ryder2019-02-281-1/+1
|
* Merge branch 'release/v4.15.0' into developTom Ryder2019-02-131-2/+2
|\ | | | | | | | | * release/v4.15.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-02-131-2/+2
|/
* Update vim-insert-cancel to v3.2.0Tom Ryder2019-02-131-0/+0
|
* Merge branch 'release/v4.14.0' into developTom Ryder2019-01-151-2/+2
|\ | | | | | | | | * release/v4.14.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-151-2/+2
|/
* Clear 't_vb' on gvim startupTom Ryder2019-01-151-0/+3
|
* Merge branch 'release/v4.13.0' into developTom Ryder2019-01-151-2/+2
|\ | | | | | | | | * release/v4.13.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-151-2/+2
|/
* Add GVIMRC Makefile variableTom Ryder2019-01-151-1/+3
|
* Merge branch 'release/v4.12.0' into developTom Ryder2019-01-151-2/+2
|\ | | | | | | | | * release/v4.12.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-151-2/+2
|/
* Correct unmapping commands for sh '\''Tom Ryder2019-01-151-2/+2
|
* Merge branch 'release/v4.11.0' into developTom Ryder2019-01-151-2/+2
|\ | | | | | | | | * release/v4.11.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-151-2/+2
|/
* Break up some long conditions for readabilityTom Ryder2019-01-151-2/+4
|
* Add setting for p flag to Vim 'formatoptions'Tom Ryder2019-01-151-0/+5
|
* Merge branch 'release/v4.10.0' into developTom Ryder2019-01-071-2/+2
|\ | | | | | | | | * release/v4.10.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-071-2/+2
|/
* Correct function reference in gitcommit ftpluginTom Ryder2019-01-071-1/+1
|
* Merge branch 'release/v4.9.0' into developTom Ryder2019-01-071-2/+2
|\ | | | | | | | | * release/v4.9.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-071-2/+2
|/
* Return to vi as default visual editorTom Ryder2019-01-071-7/+2
| | | | | | This is getting in the way of my work a bit too much. I'm still learning how to use it, but throwing myself into the deep end at this point turned out to be a bad idea.
* Remove superfluous unmappings for mail filetypeTom Ryder2019-01-061-7/+0
|
* Clarify a comment for HTML indentationTom Ryder2019-01-061-2/+3
|
* Add test to 'keywordprg' setting for Vim helpTom Ryder2019-01-061-3/+6
|
* Make name of autocmd group more specificTom Ryder2019-01-061-4/+4
|
* Clarify a commentTom Ryder2019-01-061-1/+1
|
* Refactor Vim mail header field shortcutsTom Ryder2019-01-061-10/+24
|
* Explain .bashrc $- 'r' flag problem fullyTom Ryder2019-01-051-2/+3
|
* Merge branch 'release/v4.8.0' into developTom Ryder2019-01-041-2/+2
|\ | | | | | | | | * release/v4.8.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-041-2/+2
|/
* Revert "Add experimental delimit_operator.vim plugin"Tom Ryder2019-01-043-70/+0
| | | | | | | | | This reverts commit 6ed48b12e451a0770d5a3f236e66e0e7e9a39c8d. I don't think this is the right approach. The main reason I dropped surround.vim was because I didn't like how often I was doing something that doesn't work at all in vanilla Vim. If I make a half-assed re-implementation, I'm just perpetuating the problem.
* Merge branch 'release/v4.7.0' into developTom Ryder2019-01-041-2/+2
|\ | | | | | | | | * release/v4.7.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-041-2/+2
|/
* Add experimental delimit_operator.vim pluginTom Ryder2019-01-043-0/+70
| | | | | | This is an attempt at a small subset of surround.vim's behaviour, hopefully drastically simplified. I'm not actually sure how useful or practical this is going to be yet.
* Merge branch 'hotfix/v4.6.1' into developTom Ryder2019-01-042-3/+3
|\ | | | | | | | | * hotfix/v4.6.1: Add missing arguments to emacsm wrapper
| * Bump VERSIONTom Ryder2019-01-041-2/+2
| |
| * Add missing arguments to emacsm wrapperTom Ryder2019-01-041-1/+1
| |
| * Merge branch 'release/v4.6.0'v4.6.0Tom Ryder2019-01-049-31/+29
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.6.0: Bump VERSION Further attempts at sane Emacs VISUAL setting Use :lhelpgrep for help search shortcut Remove a daft comment Add Lisp to filetypes.vim Remove some possibly-unwanted .emacs config Adjust some comments in .emacs Block stderr from emacs daemon startup Remove an error-prone line from .emacs
| * \ Merge branch 'hotfix/v4.5.1'v4.5.1Tom Ryder2019-01-022-4/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | * hotfix/v4.5.1: Bump VERSION Use short switches for emacs server pgrep
* | \ \ Merge branch 'release/v4.6.0' into developTom Ryder2019-01-041-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * release/v4.6.0: Bump VERSION
| * | | Bump VERSIONTom Ryder2019-01-041-2/+2
|/ / /