aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Merge branch 'release/v5.35.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'release/v5.35.0'v5.35.0Tom Ryder2019-06-103-6/+11
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v5.35.0: Set a Unicode-friendly font on Windows Edit :PutDate command to support a range Correct a comment describing PutDate() Restore my French
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Set a Unicode-friendly font on WindowsTom Ryder2019-06-101-0/+5
| |
| * Edit :PutDate command to support a rangeTom Ryder2019-06-101-2/+2
| |
| * Correct a comment describing PutDate()Tom Ryder2019-06-101-1/+1
| |
| * Restore my FrenchTom Ryder2019-06-101-1/+1
| |
| * Merge branch 'hotfix/v5.34.1' into developTom Ryder2019-06-102-2/+5
| |\ | | | | | | | | | | | | | | | * hotfix/v5.34.1: Allow merge commits to master Add bang to :command declaration so they redefine
| * \ Merge branch 'release/v5.34.0' into developTom Ryder2019-06-101-2/+2
| |\ \
* | \ \ Merge branch 'hotfix/v5.34.1'v5.34.1Tom Ryder2019-06-102-2/+5
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * hotfix/v5.34.1: Allow merge commits to master
| * | | Bump VERSIONTom Ryder2019-06-101-2/+2
| | | |
| * | | Allow merge commits to masterTom Ryder2019-06-101-0/+3
|/ / /
* | | Merge branch 'release/v5.34.0'v5.34.0Tom Ryder2019-06-102-26/+23
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v5.34.0: Explicitly set colorscheme to default on load fail Refactor vimrc reload and source hooks Add bang to :command declaration so they redefine
| * | Bump VERSIONTom Ryder2019-06-101-1/+1
| | |
| * | Bump VERSIONTom Ryder2019-06-101-2/+2
| |/
| * Explicitly set colorscheme to default on load failTom Ryder2019-06-101-1/+1
| |
| * Refactor vimrc reload and source hooksTom Ryder2019-06-101-23/+20
| |
| * Bump VERSIONTom Ryder2019-06-101-2/+2
| |
| * Add bang to :command declaration so they redefineTom Ryder2019-06-101-2/+2
| |
| * Merge branch 'release/v5.33.0' into developTom Ryder2019-06-101-2/+2
| |\
* | \ Merge branch 'hotfix/v5.33.1'v5.33.1Tom Ryder2019-06-102-4/+4
|\ \ \ | | | | | | | | | | | | | | | | * hotfix/v5.33.1: Add bang to :command declaration so they redefine