aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| * | Bump VERSIONTom Ryder2018-06-211-2/+2
| |/
| * Remove encoding .vimrc settingsTom Ryder2018-06-211-6/+0
| | | | | | | | | | | | * 'encoding' defaults to locale, which makes sense * `scriptencoding` is only necessary if there's UTF-8 encoded stuff in the file, and there isn't (yet)
| * Correct two .vimrc spelling errorsTom Ryder2018-06-211-2/+2
| |
| * Review GUI Vim options in .gvimrcTom Ryder2018-06-212-16/+18
| |
| * Add \c and \C bindings for cursor linesTom Ryder2018-06-211-0/+3
| |
| * Add 'belloff' .vimrc settingTom Ryder2018-06-211-3/+7
| |
| * Simplify exm(1df)Tom Ryder2018-06-211-2/+1
| | | | | | | | | | I thought shell script stripped \r from the end of variables, but that does not actually seem to be the case. I think it's just newlines.
| * Use simpler Vim :helptags build commandTom Ryder2018-06-211-2/+1
| |
| * More deckchairs on the TitanicTom Ryder2018-06-211-7/+7
| |
| * Run :nohlsearch on re-sourcing .vimrcTom Ryder2018-06-211-1/+2
| |
| * Use new 'display' setting 'truncate' if availableTom Ryder2018-06-211-4/+7
| |
| * Use slightly more correct v:version checkTom Ryder2018-06-211-1/+1
| |
| * Compress/improve .vimrc plugin disabling commentsTom Ryder2018-06-211-17/+10
| |
| * More alphabetical ordering in .vimrcTom Ryder2018-06-211-3/+3
| |
| * Abbreviate .vimrc comment on 'swapfile' settingTom Ryder2018-06-211-3/+1
| |
| * Update comment on Vim 'spelllang'Tom Ryder2018-06-211-1/+2
| |
| * Arrange .vimrc option in alphabetical orderTom Ryder2018-06-211-5/+5
| |
| * Merge branch 'release/v0.57.0' into developTom Ryder2018-06-211-2/+2
| |\ | | | | | | | | | | | | * release/v0.57.0: Bump VERSION
* | \ 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 ...
| * | Bump VERSIONTom Ryder2018-06-211-2/+2
| |/
| * Update paste_open.vim pluginTom Ryder2018-06-211-0/+0
| |
| * Update auto_cache_dirs.vim pluginTom Ryder2018-06-211-0/+0
| |
| * Add new vim_paste_open plugin and needed bindingsTom Ryder2018-06-213-0/+6
| |
| * Restore 'esckeys' settingTom Ryder2018-06-211-0/+3
| | | | | | | | | | I remember now; otherwise things hang at the end of insert mode, which is a bit rubbish.
| * Add .vimrc reload bindingTom Ryder2018-06-211-0/+2
| |
| * Add the "jetpack" buffer jump bindingTom Ryder2018-06-211-0/+2
| |
| * Remove 'wildignore' settingsTom Ryder2018-06-211-30/+0
| | | | | | | | | | Changed my mind; they're too bulky for this file. They would probably be better in a plugin file if at all.
| * Greatly expand 'wildignore'Tom Ryder2018-06-211-4/+25
| | | | | | | | This probably needs to be a little plugin.
| * Use literal leaders in mappingsTom Ryder2018-06-211-16/+20
| |
| * Reorder .vimrc fileTom Ryder2018-06-201-194/+178
| | | | | | | | | | | | Put options up the top, starting with core ones and then feature-dependent ones, in alphabetical order, then mappings, then digraphs, then plugin-specific settings.
| * Remove unneeded 'showtabline' .vimrc settingTom Ryder2018-06-201-5/+0
| | | | | | | | This is the default anyway.
| * Correct "Tmux" to "tmux" in a comment.Tom Ryder2018-06-201-1/+1
| |