aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
| * Improve diff block navigation in Vim with functionTom Ryder2018-08-272-3/+44
| |
| * Correct a commentTom Ryder2018-08-271-1/+1
| |
| * Silence Vim diff section navigation mapsTom Ryder2018-08-271-2/+2
| | | | | | | | | | This is just to prevent the `:call search(...)` command from showing up in the command line when the map is invoked.
| * Use local leader keys in Vim diff section nav mapsTom Ryder2018-08-271-4/+4
| |
| * Use search() in Vim diff section navigation mapsTom Ryder2018-08-271-2/+4
| | | | | | | | This preserves the user's primary search pattern.
| * Merge branch 'release/v1.61.0' into developTom Ryder2018-08-261-2/+2
| |\ | | | | | | | | | | | | * release/v1.61.0: Bump VERSION
* | \ Merge branch 'release/v1.61.0'v1.61.0Tom Ryder2018-08-265-19/+54
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.61.0: Bump VERSION Update/correct section on local leader maps Add another blank line Correct some leader map definition comments Add vertical spacing to leader maps section Add visual-mode analogues to some leader maps Upgrade sahara.vim colorscheme Remove doubleup in Awk ftplugin
| * | Bump VERSIONTom Ryder2018-08-261-2/+2
| |/
| * Update/correct section on local leader mapsTom Ryder2018-08-261-4/+4
| |
| * Add another blank lineTom Ryder2018-08-231-0/+1
| |
| * Correct some leader map definition commentsTom Ryder2018-08-231-4/+4
| |
| * Add vertical spacing to leader maps sectionTom Ryder2018-08-231-0/+28
| |
| * Add visual-mode analogues to some leader mapsTom Ryder2018-08-231-0/+15
| |
| * Upgrade sahara.vim colorschemeTom Ryder2018-08-231-0/+0
| |
| * Remove doubleup in Awk ftpluginTom Ryder2018-08-231-9/+0
| | | | | | | | | | | | The after/ftplugin version does exactly the same things as the primary ftplugin version does; this file should have been removed in commit a2f8dea.
| * Merge branch 'release/v1.60.0' into developTom Ryder2018-08-231-2/+2
| |\ | | | | | | | | | | | | * release/v1.60.0: Bump VERSION
* | \ Merge branch 'release/v1.60.0'v1.60.0Tom Ryder2018-08-235-4/+6
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v1.60.0: Bump VERSION Update replace_operator.vim plugin Update diff_prune.vim plugin Add collation locale def for plmu(1df) sort check Check for existence of :xmap for mapping
| * | Bump VERSIONTom Ryder2018-08-231-2/+2
| |/
| * Update replace_operator.vim pluginTom Ryder2018-08-231-0/+0
| |
| * Update diff_prune.vim pluginTom Ryder2018-08-231-0/+0
| |
| * Add collation locale def for plmu(1df) sort checkTom Ryder2018-08-231-1/+1
| |
| * Check for existence of :xmap for mappingTom Ryder2018-08-231-1/+3
| |
| * Merge branch 'release/v1.59.0' into developTom Ryder2018-08-221-2/+2
| |\ | | | | | | | | | | | | * release/v1.59.0: Bump VERSION
* | \ Merge branch 'release/v1.59.0'v1.59.0Tom Ryder2018-08-229-11/+36
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.59.0: Bump VERSION Add replace_operator.vim plugin and config Adjust mappings for reloading vimrc and filetype Fix a munted sentence Add mail shortcut for flagging a message as urgent Test for g:is_posix existence before purge Add load guard to bindzone.vim syntax extensions
| * | Bump VERSIONTom Ryder2018-08-221-2/+2
| |/
| * Add replace_operator.vim plugin and configTom Ryder2018-08-223-0/+6
| |
| * Adjust mappings for reloading vimrc and filetypeTom Ryder2018-08-221-4/+4
| | | | | | | | This is to make room for a new \r mapping, shortly.
| * Fix a munted sentenceTom Ryder2018-08-221-3/+2
| |
| * Add mail shortcut for flagging a message as urgentTom Ryder2018-08-222-1/+13
| |
| * Test for g:is_posix existence before purgeTom Ryder2018-08-221-1/+3
| |
| * Add load guard to bindzone.vim syntax extensionsTom Ryder2018-08-221-0/+6
| |
| * Merge branch 'release/v1.58.0' into developTom Ryder2018-08-221-2/+2
| |\ | | | | | | | | | | | | * release/v1.58.0: Bump VERSION
* | \ Merge branch 'release/v1.58.0'v1.58.0Tom Ryder2018-08-223-4/+7
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v1.58.0: Bump VERSION Fix SSHFP/TLSA record highlighting in bindzone.vim Add .m4a to text filenames completion skips