aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v5.45.0'v5.45.0Tom Ryder2019-06-132-67/+91
|\ | | | | | | | | | | | | * release/v5.45.0: More comment cleanup for vimrc Spruce up and comment on ext-counting shell Add version number tag reference links to vimrc
| * Bump VERSIONTom Ryder2019-06-131-2/+2
| |
| * More comment cleanup for vimrcTom Ryder2019-06-131-59/+57
| |
| * Spruce up and comment on ext-counting shellTom Ryder2019-06-131-5/+13
| |
| * Add version number tag reference links to vimrcTom Ryder2019-06-131-1/+19
| |
| * Merge branch 'release/v5.44.0' into developTom Ryder2019-06-132-3/+6
| |\ | | | | | | | | | | | | * release/v5.44.0: Update dotfiles(7) manual page
* | \ Merge branch 'release/v5.44.0'v5.44.0Tom Ryder2019-06-133-4/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v5.44.0: Update dotfiles(7) manual page Add a filename reference to README.md Correct a filename reference in README.md
| * | Update dotfiles(7) manual pageTom Ryder2019-06-131-1/+4
| | |
| * | Bump VERSIONTom Ryder2019-06-131-2/+2
| |/
| * Add a filename reference to README.mdTom Ryder2019-06-131-0/+5
| |
| * Correct a filename reference in README.mdTom Ryder2019-06-131-1/+1
| |
| * Merge branch 'release/v5.43.0' into developTom Ryder2019-06-132-43/+25
| |\ | | | | | | | | | | | | * release/v5.43.0: Update
* | \ Merge branch 'release/v5.43.0'v5.43.0Tom Ryder2019-06-135-131/+74
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.43.0: Update Update README.md to reflect Vim configuration Drop support for Neovim Explicitly create Vim $MYVIM/cache dir Create Vim cache dir for new 'spellfile' location Change 'backupskip' reset to reflect Vim patch Add a missing quote in a comment Correct example ext-finder shell script in vimrc Remove a fixed issue Adjust plugin comment Add an issue
| * | UpdateTom Ryder2019-06-131-41/+23
| | |
| * | Bump VERSIONTom Ryder2019-06-131-2/+2
| |/
| * Update README.md to reflect Vim configurationTom Ryder2019-06-132-23/+20
| |
| * Drop support for NeovimTom Ryder2019-06-133-52/+8
| | | | | | | | It's just annoying.
| * Explicitly create Vim $MYVIM/cache dirTom Ryder2019-06-131-0/+1
| | | | | | | | | | | | | | This directory would be created incidentally if it doesn't already exist, due to the presence of the `-p` flag for the `mkdir` call, but it's a little clearer what we're doing if we explicitly create it as the first argument.
| * Create Vim cache dir for new 'spellfile' locationTom Ryder2019-06-131-0/+1
| | | | | | | | | | | | | | | | | | Commit c0bab95, released in v5.31.0, moved the location of the 'spellfile' from the default of the "spell" subdir in the path in the first element of &runtimedir to a custom path of $MYVIM/cache/spell. The applicable code includes an attempt to create that directory should it not already exist, but it's appropriate to create it at install time anyway.
| * Change 'backupskip' reset to reflect Vim patchTom Ryder2019-06-131-8/+13
| | | | | | | | <https://github.com/vim/vim/releases/tag/v8.1.1519>
| * Add a missing quote in a commentTom Ryder2019-06-131-1/+1
| |
| * Correct example ext-finder shell script in vimrcTom Ryder2019-06-121-1/+1
| |
| * Remove a fixed issueTom Ryder2019-06-121-2/+0
| | | | | | | | <https://sanctum.geek.nz/demo/0001-Call-tzset-3-before-each-localtime_r-3.patch.txt>
| * Adjust plugin commentTom Ryder2019-06-121-6/+7
| |
| * Add an issueTom Ryder2019-06-121-0/+2
| |
| * Merge branch 'hotfix/v5.42.1' into developTom Ryder2019-06-122-3/+3
| |\ | | | | | | | | | | | | * hotfix/v5.42.1: Correct reference to autoloaded UTC plugin func
| * \ Merge branch 'release/v5.42.0' into developTom Ryder2019-06-121-2/+2
| |\ \
* | \ \ 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
| |\ \