aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Bump VERSIONTom Ryder2018-06-251-2/+2
| |
| * Adjust an augroup nameTom Ryder2018-06-251-1/+1
| |
| * Missed an ftplugin map: HTML URL linkingTom Ryder2018-06-252-10/+2
| |
| * Update diff_prune.vim ftpluginTom Ryder2018-06-251-0/+0
| |
| * Move all local bindings out into .vimrcTom Ryder2018-06-2511-101/+34
| | | | | | | | This is the natural way of things, I think.
| * Correct .vimrc commentTom Ryder2018-06-251-1/+1
| |
| * Add diff_prune.vim ftpluginTom Ryder2018-06-253-0/+14
| |
| * Update redact_pass.vim pluginTom Ryder2018-06-241-0/+0
| |
| * Correct Vim 'formatlistpat' def for MarkdownTom Ryder2018-06-231-2/+2
| |
| * Add password filetypeTom Ryder2018-06-232-0/+17
| |
| * Correct an exists() call in markdown ftpluginTom Ryder2018-06-231-1/+1
| | | | | | | | Evidently copy-pasted from documentation.
| * Add "gitrebase" Vim filetypeTom Ryder2018-06-231-0/+4
| |
| * Print working directory after \g in VimTom Ryder2018-06-231-1/+1
| |
| * Bind \g in Vim to go to the current buffer's dirTom Ryder2018-06-231-0/+2
| |
| * Add tab cycle bindingsTom Ryder2018-06-231-0/+3
| |
| * Update fixed_join.vim pluginTom Ryder2018-06-231-0/+0
| |
| * Merge branch 'release/v1.0.0' into developTom Ryder2018-06-231-2/+2
| |\ | | | | | | | | | | | | * release/v1.0.0: Bump VERSION
* | \ 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 ...
| * | Bump VERSIONTom Ryder2018-06-231-2/+2
| |/ | | | | | | 1.0.0 release!
| * Remove 'tabstop' setting from .exrcTom Ryder2018-06-231-1/+0
| |
| * Document mode of Vim leader mappingsTom Ryder2018-06-231-2/+2
| |
| * Remove 'fillchars' setting from .vimrcTom Ryder2018-06-231-6/+0
| | | | | | | | Unneeded
| * Refine more .vimrc commentsTom Ryder2018-06-231-5/+5
| |
| * Lean on defaults for Vim 'shortmess'Tom Ryder2018-06-231-11/+1
| |
| * Remove j/gj remappingsTom Ryder2018-06-231-6/+0
| | | | | | | | Mostly as an experiment; let's see how much I miss them.
| * Handle visual mode better in Vim mappingsTom Ryder2018-06-231-3/+12
| |
| * Adjust more .vimrc comments and whitespaceTom Ryder2018-06-231-4/+2
| |
| * Reorder .vimrc mappingsTom Ryder2018-06-231-4/+4
| |
| * Don't reset 'backspace' in .vimrcTom Ryder2018-06-231-1/+0
| |
| * More comment adjusting in .vimrcTom Ryder2018-06-231-46/+28
| |
| * Remove 'spelllang' setting from .vimrcTom Ryder2018-06-231-6/+0
| | | | | | | | At least on this system, Vim seems to get this right on its own.
| * Add [a, ]a shortcuts to cycle through Vim arg listTom Ryder2018-06-231-0/+3
| |
| * Remove 'equalalways' disable from .vimrcTom Ryder2018-06-231-3/+0
| | | | | | | | Just a change in preference.
| * Remove 'wrap' disable from .vimrcTom Ryder2018-06-231-3/+0
| | | | | | | | | | Now that I think about it, if I'm opening a file with long lines I'm actually more likely to want to 'wrap', not less.
| * Remove 'swapfile' disable in .vimrcTom Ryder2018-06-231-3/+0
| |
| * Fix up .vimrc commentsTom Ryder2018-06-231-52/+37
| |
| * Alphabetically order 'backspace' flagsTom Ryder2018-06-231-1/+1
| |
| * Remove unneeded :vnoremap commandTom Ryder2018-06-221-1/+0
| |
| * Adjust comment indent on .vimrc indent settingsTom Ryder2018-06-221-4/+4
| |
| * Use negative Vim 'softtabstop' valueTom Ryder2018-06-221-1/+8
| | | | | | | | | | | | | | | | | | | | From :help 'softtabstop': > When 'sts' is negative, the value of 'shiftwidth' is used. From :help version7.txt: > Patch 7.3.693 > Problem: Can't make 'softtabstop' follow 'shiftwidth'. > Solution: When 'softtabstop' is negative use the value of 'shiftwidth'.
| * Revise Vim 'shiftround' commentTom Ryder2018-06-221-1/+1
| |
| * Don't create ~/.vim/configTom Ryder2018-06-221-1/+0
| |
| * Merge branch 'release/v0.59.0' into developTom Ryder2018-06-221-2/+2
| |\ | | | | | | | | | | | | * release/v0.59.0: Bump VERSION
* | \ 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
| * | Bump VERSIONTom Ryder2018-06-221-2/+2
| |/
| * Add -e flag to Vim :helptags buildTom Ryder2018-06-221-1/+1
| | | | | | | | Prevents warnings on stderr about output not being to a terminal.
| * Correct grammar in a commentTom Ryder2018-06-211-1/+1
| |
| * Merge branch 'release/v0.58.0' into developTom Ryder2018-06-211-2/+2
| |\ | | | | | | | | | | | | * release/v0.58.0: Bump VERSION
* | \ 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