aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.70.0'v1.70.0Tom Ryder2018-09-143-52/+5
|\ | | | | | | | | | | * release/v1.70.0: Bump VERSION Revert "Replace paste_open.vim with paste_hook....
| * Bump VERSIONTom Ryder2018-09-141-2/+2
| |
| * Revert "Replace paste_open.vim with paste_hook....Tom Ryder2018-09-142-50/+3
| | | | | | | | | | | | | | This reverts commit dce5abc0724428f805562dd32bf9a71677d55aaa. On review, paste_open is good enough. I can always dig this back up again if I need to.
| * Merge branch 'release/v1.69.0' into developTom Ryder2018-09-121-2/+2
| |\ | | | | | | | | | | | | * release/v1.69.0: Bump VERSION
* | \ Merge branch 'release/v1.69.0'v1.69.0Tom Ryder2018-09-123-5/+52
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v1.69.0: Bump VERSION Replace paste_open.vim with paste_hook.vim
| * | Bump VERSIONTom Ryder2018-09-121-2/+2
| |/
| * Replace paste_open.vim with paste_hook.vimTom Ryder2018-09-122-3/+50
| | | | | | | | Still a little experimental; no documentation (or distribution) yet.
| * Merge branch 'hotfix/v1.68.1' into developTom Ryder2018-09-092-3/+3
| |\ | | | | | | | | | | | | * hotfix/v1.68.1: Correct &laststatus default value test
| * \ Merge branch 'release/v1.68.0' into developTom Ryder2018-09-091-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.68.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.68.1'v1.68.1Tom Ryder2018-09-092-3/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * hotfix/v1.68.1: Correct &laststatus default value test
| * | | Bump VERSIONTom Ryder2018-09-091-2/+2
| | | |
| * | | Correct &laststatus default value testTom Ryder2018-09-091-1/+1
|/ / /
* | | Merge branch 'release/v1.68.0'v1.68.0Tom Ryder2018-09-093-5/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.68.0: Bump VERSION Update cursorline_current.vim plugin Unset 'laststatus' and 'ruler' only if they're set Specify object type in comments Add "whole buffer" object an experiment Update cursorline_current.vim plugin
| * | Bump VERSIONTom Ryder2018-09-091-2/+2
| |/
| * Update cursorline_current.vim pluginTom Ryder2018-09-091-0/+0
| |
| * Unset 'laststatus' and 'ruler' only if they're setTom Ryder2018-09-071-2/+6
| |
| * Specify object type in commentsTom Ryder2018-09-071-2/+2
| |
| * Add "whole buffer" object an experimentTom Ryder2018-09-071-0/+3
| |
| * Update cursorline_current.vim pluginTom Ryder2018-09-051-0/+0
| |
| * Merge branch 'release/v1.67.0' into developTom Ryder2018-09-051-2/+2
| |\ | | | | | | | | | | | | * release/v1.67.0: Bump VERSION
* | \ Merge branch 'release/v1.67.0'v1.67.0Tom Ryder2018-09-057-19/+15
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v1.67.0: Bump VERSION Update vertical_region.vim plugin Scrap the nvim.vim runtime include Correct a comment in vim/plugin/dist.vim Require at least one char in ftdetect filenames
| * | Bump VERSIONTom Ryder2018-09-051-2/+2
| |/
| * Update vertical_region.vim pluginTom Ryder2018-09-051-0/+0
| |
| * Scrap the nvim.vim runtime includeTom Ryder2018-09-053-13/+9
| | | | | | | | | | It's overkill; just add comments explaining why we're setting what the Vim default is.
| * Correct a comment in vim/plugin/dist.vimTom Ryder2018-09-051-1/+1
| |
| * Require at least one char in ftdetect filenamesTom Ryder2018-09-051-3/+3
| |
| * Merge branch 'release/v1.66.0' into developTom Ryder2018-09-041-2/+2
| |\ | | | | | | | | | | | | * release/v1.66.0: Bump VERSION
* | \ Merge branch 'release/v1.66.0'v1.66.0Tom Ryder2018-09-043-47/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.66.0: Bump VERSION Comment to explain \c,\C mappings Use \_ as Vim text object for `[,`] marks Remove visual_block_suspend_wrap.vim
| * | Bump VERSIONTom Ryder2018-09-041-2/+2
| |/
| * Comment to explain \c,\C mappingsTom Ryder2018-09-041-2/+2
| |
| * Use \_ as Vim text object for `[,`] marksTom Ryder2018-09-021-0/+3
| |
| * Remove visual_block_suspend_wrap.vimTom Ryder2018-08-311-43/+0
| | | | | | | | | | | | This would be great if it was immediate and didn't require the CursorMoved event, but as it stands it's not really an improvement over just my \w mapping to toggle 'wrap'.
| * Merge branch 'release/v1.65.0' into developTom Ryder2018-08-301-2/+2
| |\ | | | | | | | | | | | | * release/v1.65.0: Bump VERSION
* | \ Merge branch 'release/v1.65.0'v1.65.0Tom Ryder2018-08-302-2/+45
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v1.65.0: Bump VERSION Add visual_block_suspend_wrap.vim plugin
| * | Bump VERSIONTom Ryder2018-08-301-2/+2
| |/
| * Add visual_block_suspend_wrap.vim pluginTom Ryder2018-08-301-0/+43
| |
| * Merge branch 'release/v1.64.0' into developTom Ryder2018-08-301-2/+2
| |\ | | | | | | | | | | | | * release/v1.64.0: Bump VERSION
* | \ Merge branch 'release/v1.64.0'v1.64.0Tom Ryder2018-08-306-9/+20
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.64.0: Bump VERSION Spin out repeated blank lines map to new plugin Leave final blank for mail line squeeze, not first Count quoted blank lines for mail line squeeze
| * | Bump VERSIONTom Ryder2018-08-301-2/+2
| |/
| * Spin out repeated blank lines map to new pluginTom Ryder2018-08-304-5/+16
| |
| * Leave final blank for mail line squeeze, not firstTom Ryder2018-08-301-1/+1
| |
| * Count quoted blank lines for mail line squeezeTom Ryder2018-08-301-1/+1
| |
| * Merge branch 'release/v1.63.0' into developTom Ryder2018-08-291-2/+2
| |\ | | | | | | | | | | | | * release/v1.63.0: Bump VERSION
* | \ Merge branch 'release/v1.63.0'v1.63.0Tom Ryder2018-08-296-5/+30
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v1.63.0: Bump VERSION Add mapping to contract multiple blank lines Convert a few stridx() to alternative forms
| * | Bump VERSIONTom Ryder2018-08-291-2/+2
| |/
| * Add mapping to contract multiple blank linesTom Ryder2018-08-292-0/+25
| | | | | | | | | | This should be a command, and may very well be useful outside of mail contexts, but this will do OK for now.
| * Convert a few stridx() to alternative formsTom Ryder2018-08-273-3/+3
| | | | | | | | | | | | If we don't actually want to know whether the string occurs *anywhere* in the line, just at the start, we should really use substring operations or plain old regular expression tests.
| * Merge branch 'release/v1.62.0' into developTom Ryder2018-08-271-2/+2
| |\ | | | | | | | | | | | | * release/v1.62.0: Bump VERSION
* | \ Merge branch 'release/v1.62.0'v1.62.0Tom Ryder2018-08-274-8/+51
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.62.0: Bump VERSION Improve diff block navigation in Vim with function Correct a comment Silence Vim diff section navigation maps Use local leader keys in Vim diff section nav maps Use search() in Vim diff section navigation maps
| * | Bump VERSIONTom Ryder2018-08-271-2/+2
| |/