aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v5.46.0'v5.46.0Tom Ryder2019-06-146-116/+117
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v5.46.0: Use arrows to indicate regex parts Spell checking (US English) and reformatting Amend comment on :Establish Avoid double expansion of :Establish args Consolidate C option resets Consolidate +persistent_undo section Consolidate 'backup' and 'backupskip' sections Revert "Use shorter :map commands for diff/mail... Update vim-vertical-region to v1.3.1 Refactor mkdir() call Remove leading and trailing comment lines Update vim-cursorline-current to v2.1.0
| * Bump VERSIONTom Ryder2019-06-141-2/+2
| |
| * Use arrows to indicate regex partsTom Ryder2019-06-141-4/+4
| |
| * Spell checking (US English) and reformattingTom Ryder2019-06-141-42/+40
| |
| * Amend comment on :EstablishTom Ryder2019-06-141-10/+7
| |
| * Avoid double expansion of :Establish argsTom Ryder2019-06-141-1/+1
| |
| * Consolidate C option resetsTom Ryder2019-06-141-2/+1
| |
| * Consolidate +persistent_undo sectionTom Ryder2019-06-141-13/+7
| |
| * Consolidate 'backup' and 'backupskip' sectionsTom Ryder2019-06-141-21/+18
| |
| * Revert "Use shorter :map commands for diff/mail...Tom Ryder2019-06-142-16/+32
| | | | | | | | | | | | | | This reverts commit bcad400. It breaks visual mode and operator mode operations, which should have been obvious.
| * Update vim-vertical-region to v1.3.1Tom Ryder2019-06-141-0/+0
| |
| * Refactor mkdir() callTom Ryder2019-06-131-4/+6
| |
| * Remove leading and trailing comment linesTom Ryder2019-06-131-2/+0
| |
| * Update vim-cursorline-current to v2.1.0Tom Ryder2019-06-131-0/+0
| |
| * Merge branch 'release/v5.45.0' into developTom Ryder2019-06-131-2/+2
| |\
* | \ 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
| |