aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Use more idiomatic check for empty stringTom Ryder2019-06-141-1/+1
|
* Ensure we're in body text before breaking quotesTom Ryder2019-06-141-0/+7
|
* Correct a misleading word in mail ftplugin commentTom Ryder2019-06-141-1/+1
|
* Ensure only actual quoted mail lines are reshapedTom Ryder2019-06-141-1/+1
|
* Allow periods in sudo-ed filenamesTom Ryder2019-06-141-2/+2
|
* Use script-local runtimepath listTom Ryder2019-06-141-2/+2
|
* Refactor &runtimepath split a bit moreTom Ryder2019-06-141-10/+16
|
* Amend some commentary on backupsTom Ryder2019-06-141-4/+5
|
* Add detail on backslashed commasTom Ryder2019-06-141-6/+11
|
* Add links to plugin pagesTom Ryder2019-06-141-2/+17
|
* 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
|
* 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
|
* Update README.md to reflect Vim configurationTom Ryder2019-06-131-2/+2
|
* Drop support for NeovimTom Ryder2019-06-131-36/+5
| | | | It's just annoying.
* 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
|
* Adjust plugin commentTom Ryder2019-06-121-6/+7
|
* Correct reference to autoloaded UTC plugin funcTom Ryder2019-06-121-1/+1
|
* 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
|
* 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-111-0/+0
|\ | | | | | | | | * hotfix/v5.41.1: Update vim-keep-position to v0.4.0
| * Update vim-keep-position to v0.4.0Tom Ryder2019-06-111-0/+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-112-27/+10
|/ | | | It's just one line, and not very complicated. A plugin is overkill.
* Factor out :ReloadVimrc extras into functionTom Ryder2019-06-111-8/+12
|
* Include faked display of :ReloadVimrc commandTom Ryder2019-06-111-1/+6
|