aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.15.0'v1.15.0Tom Ryder2018-07-0227-147/+191
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.15.0: (37 commits) Bump VERSION Reimplement fallback for fixed_join.vim Add insert_cancel.vim plugin and configuration Clear away stock vim ftplugin's buffer maps Correct \V mapping Include install-vim-plugin in install-vim target Break up \o and \O mapping comment Move plugin-specific settings into ~/.vim/plugin Remove custom digraphs Remove unnecessary value report from \u \z maps Add \m, \M, \v, and \V mappings Allow range for \d and \D bindings Swap \c and \C bindings Rearrange mappings a little more Remove unused mappings Simplify Ctrl-L Vim map Reorder mappings Remove conditional around \d,\D maps Remove range strip from :& rebind Prefer "remap" to "rebind" ...
| * Bump VERSIONTom Ryder2018-07-021-2/+2
| |
| * Reimplement fallback for fixed_join.vimTom Ryder2018-07-021-3/+3
| |
| * Add insert_cancel.vim plugin and configurationTom Ryder2018-07-023-1/+6
| |
| * Clear away stock vim ftplugin's buffer mapsTom Ryder2018-07-011-15/+13
| |
| * Correct \V mappingTom Ryder2018-07-011-1/+1
| |
| * Include install-vim-plugin in install-vim targetTom Ryder2018-07-011-1/+2
| |
| * Break up \o and \O mapping commentTom Ryder2018-07-011-1/+2
| |
| * Move plugin-specific settings into ~/.vim/pluginTom Ryder2018-07-014-32/+22
| | | | | | | | | | | | Makes way more sense--these files won't get loaded by definition unless plugins are enabled, and dist.vim will still be in time to stop the distributed plugins from loading.
| * Remove custom digraphsTom Ryder2018-07-011-7/+0
| | | | | | | | | | Ellipsis is digraph ,. which is fine. Mac command key I have never used, snowman was just a joke.
| * Remove unnecessary value report from \u \z mapsTom Ryder2018-07-011-2/+2
| |
| * Add \m, \M, \v, and \V mappingsTom Ryder2018-07-011-0/+8
| | | | | | | | For listing maps and variables.
| * Allow range for \d and \D bindingsTom Ryder2018-07-011-2/+2
| |
| * Swap \c and \C bindingsTom Ryder2018-07-011-3/+4
| |
| * Rearrange mappings a little moreTom Ryder2018-07-011-6/+6
| |
| * Remove unused mappingsTom Ryder2018-07-011-8/+0
| | | | | | | | These have all fallen out of disuse; I'm much more likely to y$ anyway.
| * Simplify Ctrl-L Vim mapTom Ryder2018-07-011-5/+2
| | | | | | | | It can be used in select mode, too.
| * Reorder mappingsTom Ryder2018-07-011-16/+16
| |
| * Remove conditional around \d,\D mapsTom Ryder2018-07-011-7/+4
| |
| * Remove range strip from :& rebindTom Ryder2018-07-011-1/+1
| | | | | | | | Not needed; a range works just fine
| * Prefer "remap" to "rebind"Tom Ryder2018-07-011-2/+2
| |
| * Use <Bslash> not \ for mapsTom Ryder2018-07-011-20/+20
| |
| * Rearrange a few .vimrc commentsTom Ryder2018-07-011-8/+2
| |
| * Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-0116-16/+64
| |
| * Merge HTML timestamp into after/ftplugin/html.vimTom Ryder2018-07-015-53/+33
| | | | | | | | | | I don't see myself breaking this out into its own ftplugin, and the Makefile can be simpler this way.
| * Add new html/timestamp.vim ftpluginTom Ryder2018-07-012-0/+43
| | | | | | | | | | Not sure if this one will get published--it's a bit ad-hoc in its current state.
| * Support nested dirs in two Vim runtime subdirsTom Ryder2018-07-011-4/+10
| | | | | | | | ~/.vim/after/ftplugin and ~/.vim/autoload, specifically.
| * Correct comment spelling in .vimrcTom Ryder2018-07-011-1/+1
| |
| * Update juvenile.vim colorschemeTom Ryder2018-07-011-0/+0
| |
| * Revert "Start using ~/.vim/vimrc as vimrc path"Tom Ryder2018-07-012-7/+2
| | | | | | | | | | | | This reverts commit 40c1e1ace9531ae11f44dde2b893dfd6fae0cc3c. I don't actually like this much.
| * Revert "Stack Vim ^ to make it support counts"Tom Ryder2018-07-011-6/+0
| | | | | | | | This reverts commit f9de91a7f7d1a514bdebd1d4045952aa30f44339.
| * Revert "Add gg mapping to exrc"Tom Ryder2018-07-011-3/+0
| | | | | | | | This reverts commit a2dcef64b25a60a76015753d2479233ba78733b8.
| * Revert "Add +title settings to .vimrc"Tom Ryder2018-06-301-6/+0
| | | | | | | | This reverts commit 751eeb947a20e1bcd6e79a53bc3d15cd27bf2371.
| * Remove 'ruler' Vim optionTom Ryder2018-06-301-5/+0
| | | | | | | | Let's see if I miss it. I have CTRL-G.
| * Add gg mapping to exrcTom Ryder2018-06-301-0/+3
| |
| * Adjust comments specifying Vim mapping modesTom Ryder2018-06-301-4/+4
| |
| * Stack Vim ^ to make it support countsTom Ryder2018-06-301-0/+6
| | | | | | | | Can't immediately see a clean way to do it for operator mode, though.
| * Add +title settings to .vimrcTom Ryder2018-06-301-0/+6
| |
| * Merge branch 'release/v1.14.0' into developTom Ryder2018-06-301-2/+2
| |\ | | | | | | | | | | | | * release/v1.14.0: Bump VERSION
* | \ Merge branch 'release/v1.14.0'v1.14.0Tom Ryder2018-06-306-4/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.14.0: Bump VERSION Update Vim plugin submodules Start using ~/.vim/vimrc as vimrc path Blank 'mouse' in .gvimrc
| * | Bump VERSIONTom Ryder2018-06-301-2/+2
| |/
| * Update Vim plugin submodulesTom Ryder2018-06-302-0/+0
| |
| * Start using ~/.vim/vimrc as vimrc pathTom Ryder2018-06-302-2/+7
| | | | | | | | This conveniently enables filtering out truly ancient Vims.
| * Blank 'mouse' in .gvimrcTom Ryder2018-06-301-0/+3
| |
| * Merge branch 'hotfix/v1.13.1' into developTom Ryder2018-06-302-3/+3
| |\ | | | | | | | | | | | | | | | * hotfix/v1.13.1: Bump VERSION Adjust Vim helptags build command
| * \ Merge branch 'release/v1.13.0' into developTom Ryder2018-06-301-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.13.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.13.1'v1.13.1Tom Ryder2018-06-302-3/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v1.13.1: Bump VERSION Adjust Vim helptags build command
| * | | Bump VERSIONTom Ryder2018-06-301-2/+2
| | | |
| * | | Adjust Vim helptags build commandTom Ryder2018-06-301-1/+1
|/ / /
* | | Merge branch 'release/v1.13.0'v1.13.0Tom Ryder2018-06-306-5/+13
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.13.0: Bump VERSION Add insert_timeout.vim plugin Add cmdwin_ctrlc Vim plugin Add variable existence guard to after/indent/vim Correct .vimrc incorrect option name Use :buffers instead of :ls in \j Vim map