aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/
| * Update vim-toggle-flags plugin to v3.1.0Tom Ryder2019-06-111-0/+0
| |
| * Update vim-strip-trailing-whitespace to v3.2.0Tom Ryder2019-06-111-0/+0
| |
| * Update vim-squeeze-repeat-plans to v0.6.0Tom Ryder2019-06-111-0/+0
| |
| * Update vim-keep-position to v0.3.0Tom Ryder2019-06-111-0/+0
| |
| * Allow -bar in custom commandsTom Ryder2019-06-113-5/+5
| |
| * Mention the sources of a few mapping commandsTom Ryder2019-06-111-2/+12
| |
| * Arrange for :PutDate maps to accept line numbersTom Ryder2019-06-111-2/+2
| |
| * Completely refactor vimrc/filetype reloadingTom Ryder2019-06-111-55/+48
| |
| * Check correct scope for filetype load guard varTom Ryder2019-06-111-1/+1
| | | | | | | | Oh god, I spent way too long figuring this out...
| * Merge branch 'release/v5.37.0' into developTom Ryder2019-06-111-2/+2
| |\
* | \ Merge branch 'release/v5.37.0'v5.37.0Tom Ryder2019-06-116-497/+618
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.37.0: (24 commits) More rearranging Improve and correct comments on $MYVIM Rename EnsureDir to Establish Rearrange 'backupskip' changes logic Rearrange vimrc autocmds Alter MYVIM semantics: don't allow outside setting Correct case errors in local spell file names Use dedicated augroup for local spellfile Factor our :AddLocalSpellFile command Move spellfile local mapping into function Factor out :FileTypeReload into a function Rearrange blocks in vimrc Check MYVIM is not blank in spellfile plugin Make map display mapping reflect comment Remove a comment line Trim Schopenhauer quote Remove bang from endfunction Correct <Leader>E map definition Move :PutDate and :UTC implementations into plugin ...
| * | Bump VERSIONTom Ryder2019-06-111-2/+2
| |/
| * More rearrangingTom Ryder2019-06-111-138/+138
| |
| * Improve and correct comments on $MYVIMTom Ryder2019-06-111-60/+66
| |
| * Rename EnsureDir to EstablishTom Ryder2019-06-112-12/+12
| | | | | | | | I just like this name better.
| * Rearrange 'backupskip' changes logicTom Ryder2019-06-111-14/+12
| |
| * Rearrange vimrc autocmdsTom Ryder2019-06-111-35/+44
| |
| * Alter MYVIM semantics: don't allow outside settingTom Ryder2019-06-112-50/+31
| | | | | | | | Not that it's a bad idea, just that I don't need it yet.
| * Correct case errors in local spell file namesTom Ryder2019-06-111-3/+3
| |
| * Use dedicated augroup for local spellfileTom Ryder2019-06-111-1/+5
| |
| * Factor our :AddLocalSpellFile commandTom Ryder2019-06-111-0/+2
| |
| * Move spellfile local mapping into functionTom Ryder2019-06-111-1/+2
| |
| * Factor out :FileTypeReload into a functionTom Ryder2019-06-111-3/+6
| |
| * Rearrange blocks in vimrcTom Ryder2019-06-111-10/+10
| |
| * Check MYVIM is not blank in spellfile pluginTom Ryder2019-06-111-1/+1
| |
| * Make map display mapping reflect commentTom Ryder2019-06-111-2/+2
| |
| * Remove a comment lineTom Ryder2019-06-111-1/+0
| |
| * Trim Schopenhauer quoteTom Ryder2019-06-111-3/+2
| |
| * Remove bang from endfunctionTom Ryder2019-06-111-1/+1
| |
| * Correct <Leader>E map definitionTom Ryder2019-06-111-1/+1
| |
| * Move :PutDate and :UTC implementations into pluginTom Ryder2019-06-113-41/+44
| |
| * Inline a few non-command-line mappings and abbrevsTom Ryder2019-06-111-72/+37
| |
| * Lots more progress on documentating literate vimrcTom Ryder2019-06-111-199/+350
| |
| * Update vim-cursorline-current to v2.0.1Tom Ryder2019-06-101-0/+0
| |
| * Update vim-cursorline-current to v2.0.0Tom Ryder2019-06-101-0/+0
| |
| * Merge branch 'release/v5.36.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'release/v5.36.0'v5.36.0Tom Ryder2019-06-102-2/+2
|\ \ \ | | |/ | |/| | | | | | | * release/v5.36.0: Update vim-write-mkpath to v2.1.1
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Update vim-write-mkpath to v2.1.1Tom Ryder2019-06-101-0/+0
| |