aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hotfix/v5.42.1'v5.42.1Tom Ryder2019-06-122-3/+3
|\ | | | | | | | | * hotfix/v5.42.1: Correct reference to autoloaded UTC plugin func
| * Bump VERSIONTom Ryder2019-06-121-2/+2
| |
| * Correct reference to autoloaded UTC plugin funcTom Ryder2019-06-121-1/+1
|/
* Merge branch 'release/v5.42.0'v5.42.0Tom Ryder2019-06-125-321/+328
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.42.0: Rewrite a couple of paragraphs Refine another comment Restore a joke Add an issue with Vim mail ftplugin Remove an issue that I believe I have fixed Improve extension-seeking command More vimrc comment editing Lots more literate explanation and development Change a word in a comment Correct and improve comment-stripping command Remove return value from EstablishDir() Rewrite a misleading paragraphy Correct a comment Correct a word Adjust my complaint about i_CTRL-C Inline scroll_next.vim plugin
| * Bump VERSIONTom Ryder2019-06-121-2/+2
| |
| * Rewrite a couple of paragraphsTom Ryder2019-06-121-9/+8
| |
| * Refine another commentTom Ryder2019-06-121-5/+4
| |
| * Restore a jokeTom Ryder2019-06-121-27/+27
| |
| * Add an issue with Vim mail ftpluginTom Ryder2019-06-121-0/+2
| |
| * Remove an issue that I believe I have fixedTom Ryder2019-06-121-2/+0
| |
| * Improve extension-seeking commandTom Ryder2019-06-121-1/+1
| |
| * More vimrc comment editingTom Ryder2019-06-121-11/+11
| |
| * Lots more literate explanation and developmentTom Ryder2019-06-121-228/+258
| |
| * Change a word in a commentTom Ryder2019-06-111-1/+1
| |
| * Correct and improve comment-stripping commandTom Ryder2019-06-111-1/+1
| |
| * Remove return value from EstablishDir()Tom Ryder2019-06-111-2/+3
| | | | | | | | It's not being used, so it's a bit misleading to provide it.
| * Rewrite a misleading paragraphyTom Ryder2019-06-111-4/+2
| |
| * Merge branch 'hotfix/v5.41.1' into developTom Ryder2019-06-112-2/+2
| |\ | | | | | | | | | | | | * hotfix/v5.41.1: Update vim-keep-position to v0.4.0
| * | Correct a commentTom Ryder2019-06-111-1/+1
| | |
| * | Correct a wordTom Ryder2019-06-111-3/+3
| | |
| * | Adjust my complaint about i_CTRL-CTom Ryder2019-06-111-7/+7
| | |
| * | Inline scroll_next.vim pluginTom Ryder2019-06-113-30/+10
| | | | | | | | | | | | It's just one line, and not very complicated. A plugin is overkill.
| * | Merge branch 'release/v5.41.0' into developTom Ryder2019-06-111-2/+2
| |\ \
* | \ \ Merge branch 'hotfix/v5.41.1'v5.41.1Tom Ryder2019-06-112-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * hotfix/v5.41.1: Update vim-keep-position to v0.4.0
| * | | Bump VERSIONTom Ryder2019-06-111-2/+2
| | | |
| * | | Update vim-keep-position to v0.4.0Tom Ryder2019-06-111-0/+0
|/ / /
* | | Merge branch 'release/v5.41.0'v5.41.0Tom Ryder2019-06-117-56/+35
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v5.41.0: Factor out :ReloadVimrc extras into function Include faked display of :ReloadVimrc command Clean up ad-hoc plugins
| * | Bump VERSIONTom Ryder2019-06-111-2/+2
| |/
| * Factor out :ReloadVimrc extras into functionTom Ryder2019-06-111-8/+12
| |
| * Include faked display of :ReloadVimrc commandTom Ryder2019-06-111-1/+6
| |
| * Clean up ad-hoc pluginsTom Ryder2019-06-115-50/+20
| | | | | | | | These might end up packaged shortly.
| * Merge branch 'release/v5.40.0' into developTom Ryder2019-06-111-2/+2
| |\
* | \ Merge branch 'release/v5.40.0'v5.40.0Tom Ryder2019-06-113-29/+29
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v5.40.0: Correct usage of :normal in mappings Add visual mode mapping for spellfiles Correct a bunch of spelling problems Fix a couple of comments
| * | Bump VERSIONTom Ryder2019-06-111-2/+2
| |/
| * Correct usage of :normal in mappingsTom Ryder2019-06-111-5/+5
| |
| * Add visual mode mapping for spellfilesTom Ryder2019-06-111-0/+1
| |
| * Correct a bunch of spelling problemsTom Ryder2019-06-111-12/+12
| |
| * Fix a couple of commentsTom Ryder2019-06-111-10/+9
| |
| * Merge branch 'release/v5.39.0' into developTom Ryder2019-06-111-2/+2
| |\
* | \ Merge branch 'release/v5.39.0'v5.39.0Tom Ryder2019-06-112-26/+34
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v5.39.0: Strip a comment line Restore 'splitbelow' and 'splitright' Refactor <C-L> remaps, :v/:i in terms of :n Add 'listchars' pairs simultaneously Correct some comments Rearrange a comment
| * | Bump VERSIONTom Ryder2019-06-111-2/+2
| |/
| * Strip a comment lineTom Ryder2019-06-111-1/+0
| |
| * Restore 'splitbelow' and 'splitright'Tom Ryder2019-06-111-0/+8
| | | | | | | | I just can't get used to the default.
| * Refactor <C-L> remaps, :v/:i in terms of :nTom Ryder2019-06-111-12/+12
| |
| * Add 'listchars' pairs simultaneouslyTom Ryder2019-06-111-2/+2
| |
| * Correct some commentsTom Ryder2019-06-111-15/+16
| |
| * Rearrange a commentTom Ryder2019-06-111-4/+4
| |
| * Merge branch 'release/v5.38.0' into developTom Ryder2019-06-111-2/+2
| |\
* | \ Merge branch 'release/v5.38.0'v5.38.0Tom Ryder2019-06-118-66/+69
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.38.0: Update vim-toggle-flags plugin to v3.1.0 Update vim-strip-trailing-whitespace to v3.2.0 Update vim-squeeze-repeat-plans to v0.6.0 Update vim-keep-position to v0.3.0 Allow -bar in custom commands Mention the sources of a few mapping commands Arrange for :PutDate maps to accept line numbers Completely refactor vimrc/filetype reloading Check correct scope for filetype load guard var
| * | Bump VERSIONTom Ryder2019-06-111-2/+2
| |/