aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * 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
| * 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
| * \ Merge branch 'release/v1.12.0'v1.12.0Tom Ryder2018-06-307-27/+35
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.12.0: Bump VERSION Add comments to vim ftplugins Remove vim/indent/php.vim blocker stub Add CSV, TSV, and password file filetypes Remove unneeded matchit set ex PHP after ftplugin
| * \ \ Merge branch 'release/v1.11.0'v1.11.0Tom Ryder2018-06-304-18/+2
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.11.0: Bump VERSION Remove ftplugin overrides for html/markdown
| * \ \ \ Merge branch 'release/v1.10.0'v1.10.0Tom Ryder2018-06-3055-677/+421
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.10.0: (21 commits) Bump VERSION Conform all after/ftplugin files Join some b:undo_ftplugin addenda Review vim/ftplugin and vim/indent files Refactor ftplugins into single files Remove stray vim/autoload/vimrc.vim file Add g:no_plugin_maps checks for ftplugin maps.vim Use ftplugins for filetype mappings instead Refine 'comments' ftplugins further Remove 'formatoptions' reset in ftplugins Add Vim ftplugin to set 'comments' for sed Define 'comments' for AWK Reduce shell format ftplugin to just 'comments' Break sh noglob guard into two lines for clarity Correct typo in .bashrc Changed my mind about 'commentstring' Wrap feature-dependent 'comments' settings Add 'comments' settings for sh filetype Clear 'commentstring' as well as 'comments' Set 'include' and 'path' specifically in C/C++ ...
| * \ \ \ \ Merge branch 'release/v1.9.0'v1.9.0Tom Ryder2018-06-293-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.9.0: Bump VERSION Update diff_prune.vim ftplugin Upgrade fixed_join.vim plugin
| * \ \ \ \ \ Merge branch 'release/v1.8.0'v1.8.0Tom Ryder2018-06-282-2/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.8.0: Bump VERSION Update make_target.vim ftplugin
| * \ \ \ \ \ \ Merge branch 'release/v1.7.0'v1.7.0Tom Ryder2018-06-287-20/+39
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.7.0: Bump VERSION Rearrange .gitmodules a bit Add and configure make_target.vim ftplugin Update two Vim plugins Revise .vimrc header comment Move digraphs to more sensible location Adjust comment formatting Add `nbsp` flag to 'listchars' if supported Set 'laststatus' back to 1 in Neovim Don't load matchit.vim package if using Neovim Restore 'esckeys' option existence check
| * \ \ \ \ \ \ \ Merge branch 'release/v1.6.0'v1.6.0Tom Ryder2018-06-267-68/+118
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.6.0: Bump VERSION Update clear_local_maps.vim plugin Clear away VimL mapping rubbish Refactor filetype-specific .vimrc material Remap normal J only if loading plugins
| * \ \ \ \ \ \ \ \ Merge branch 'release/v1.5.0'v1.5.0Tom Ryder2018-06-263-5/+6
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.5.0: Bump VERSION Add fallback for normal J Expand/fix messages filetype detection
| * \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.4.0'v1.4.0Tom Ryder2018-06-256-46/+49
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.4.0: Bump VERSION Rebuild dotfiles(7) manual page Update README.md about Vim mappings Add and apply new clear_local_maps.vim plugin Use <Leader> in vimrc where reasonable Reindent and refactor local leader mappings
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.3.0'v1.3.0Tom Ryder2018-06-254-4/+46
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.3.0: Bump VERSION Clear local leader maps on filetype change Upgrade fixed_join.vim, define map explicitly Remove misguided buffer mapping clear
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.2.0'v1.2.0Tom Ryder2018-06-252-2/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.2.0: Bump VERSION Clear away filetype buffer mappings in vimrc
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.1.0'v1.1.0Tom Ryder2018-06-2520-110/+75
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.1.0: Bump VERSION Adjust an augroup name Missed an ftplugin map: HTML URL linking Update diff_prune.vim ftplugin Move all local bindings out into .vimrc Correct .vimrc comment Add diff_prune.vim ftplugin Update redact_pass.vim plugin Correct Vim 'formatlistpat' def for Markdown Add password filetype Correct an exists() call in markdown ftplugin Add "gitrebase" Vim filetype Print working directory after \g in Vim Bind \g in Vim to go to the current buffer's dir Add tab cycle bindings Update fixed_join.vim plugin
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.0.0'v1.0.0Tom Ryder2018-06-234-141/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.0.0: (24 commits) Bump VERSION Remove 'tabstop' setting from .exrc Document mode of Vim leader mappings Remove 'fillchars' setting from .vimrc Refine more .vimrc comments Lean on defaults for Vim 'shortmess' Remove j/gj remappings Handle visual mode better in Vim mappings Adjust more .vimrc comments and whitespace Reorder .vimrc mappings Don't reset 'backspace' in .vimrc More comment adjusting in .vimrc Remove 'spelllang' setting from .vimrc Add [a, ]a shortcuts to cycle through Vim arg list Remove 'equalalways' disable from .vimrc Remove 'wrap' disable from .vimrc Remove 'swapfile' disable in .vimrc Fix up .vimrc comments Alphabetically order 'backspace' flags Remove unneeded :vnoremap command ...
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v0.59.0'v0.59.0Tom Ryder2018-06-223-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.59.0: Bump VERSION Add -e flag to Vim :helptags build Correct grammar in a comment
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v0.58.0'v0.58.0Tom Ryder2018-06-215-74/+71
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.58.0: Bump VERSION Remove encoding .vimrc settings Correct two .vimrc spelling errors Review GUI Vim options in .gvimrc Add \c and \C bindings for cursor lines Add 'belloff' .vimrc setting Simplify exm(1df) Use simpler Vim :helptags build command More deckchairs on the Titanic Run :nohlsearch on re-sourcing .vimrc Use new 'display' setting 'truncate' if available Use slightly more correct v:version check Compress/improve .vimrc plugin disabling comments More alphabetical ordering in .vimrc Abbreviate .vimrc comment on 'swapfile' setting Update comment on Vim 'spelllang' Arrange .vimrc option in alphabetical order
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v0.57.0'v0.57.0Tom Ryder2018-06-217-319/+230
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.57.0: (45 commits) Bump VERSION Update paste_open.vim plugin Update auto_cache_dirs.vim plugin Add new vim_paste_open plugin and needed bindings Restore 'esckeys' setting Add .vimrc reload binding Add the "jetpack" buffer jump binding Remove 'wildignore' settings Greatly expand 'wildignore' Use literal leaders in mappings Reorder .vimrc file Remove unneeded 'showtabline' .vimrc setting Correct "Tmux" to "tmux" in a comment. Remove unneeded 'laststatus' .vimrc set Restructure indent settings in .vimrc Use more idiomatic `if 1` in .vimrc Remove unnecessary 'undofile' settings Remove 'esckeys' .vimrc setting Remove 'timeout' and related Vim settings Remove 'ttyfast' setting ...
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'hotfix/v0.56.1'v0.56.1Tom Ryder2018-06-172-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v0.56.1: Bump VERSION Add missing !
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.13.0' into developTom Ryder2018-06-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.13.0: Bump VERSION
| * | | | | | | | | | | | | | | | | | | Bump VERSIONTom Ryder2018-06-301-2/+2
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Add insert_timeout.vim pluginTom Ryder2018-06-302-0/+3
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Add cmdwin_ctrlc Vim pluginTom Ryder2018-06-302-0/+3
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Add variable existence guard to after/indent/vimTom Ryder2018-06-301-1/+3
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Correct .vimrc incorrect option nameTom Ryder2018-06-301-1/+1
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Use :buffers instead of :ls in \j Vim mapTom Ryder2018-06-301-1/+1
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'release/v1.12.0' into developTom Ryder2018-06-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.12.0: Bump VERSION
| * | | | | | | | | | | | | | | | | | Bump VERSIONTom Ryder2018-06-301-2/+2
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Add comments to vim ftpluginsTom Ryder2018-06-303-0/+9
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Remove vim/indent/php.vim blocker stubTom Ryder2018-06-301-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's give this another try, and maybe configure it this time.
* | | | | | | | | | | | | | | | | | Add CSV, TSV, and password file filetypesTom Ryder2018-06-304-3/+24
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Remove unneeded matchit set ex PHP after ftpluginTom Ryder2018-06-301-12/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'release/v1.11.0' into developTom Ryder2018-06-301-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.11.0: Bump VERSION