aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v4.28.0'v4.28.0Tom Ryder2019-05-163-19/+18
|\ | | | | | | | | | | | | | | | | | | * release/v4.28.0: Bump VERSION Update to vim-perl-version-bump v1.1.2 Turns out I'm not actually using 'wildmenu' Try ternary operator for $MYVIMRUNTIME setting Revert "Remove redundant :pwd from mapping" Use consistent version support specification
| * Bump VERSIONTom Ryder2019-05-161-2/+2
| |
| * Update to vim-perl-version-bump v1.1.2Tom Ryder2019-05-161-0/+0
| |
| * Turns out I'm not actually using 'wildmenu'Tom Ryder2019-05-151-2/+1
| | | | | | | | | | | | The 'wildmenu' option specifically means the interactive menu above the completing text, which only shows if 'wildmode' contains the `full` flag. Because I use a value that doesn't, this setting is unneeded.
| * Try ternary operator for $MYVIMRUNTIME settingTom Ryder2019-05-151-5/+5
| | | | | | | | Not sure about this just yet.
| * Revert "Remove redundant :pwd from mapping"Tom Ryder2019-05-151-1/+1
| | | | | | | | | | | | | | | | This reverts commit e5073155edd4fc8fa006ce35a060ddb41c32d17c. The :cd command doesn't seem to print the current directory, at least not consistently. It might be version-dependent. Using :pwd after the change ensures it will be displayed.
| * Use consistent version support specificationTom Ryder2019-05-151-9/+9
| |
| * Merge branch 'release/v4.27.0' into developTom Ryder2019-05-141-2/+2
| |\ | | | | | | | | | | | | * release/v4.27.0: Bump VERSION
* | \ Merge branch 'release/v4.27.0'v4.27.0Tom Ryder2019-05-142-49/+29
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v4.27.0: Bump VERSION Remove some overzealous conditions from vimrc Simplify colorscheme comments Remove redundant :pwd from mapping
| * | Bump VERSIONTom Ryder2019-05-141-2/+2
| |/
| * Remove some overzealous conditions from vimrcTom Ryder2019-05-141-42/+26
| | | | | | | | Let's try not to solve problems we aren't actually having.
| * Simplify colorscheme commentsTom Ryder2019-05-141-5/+1
| |
| * Remove redundant :pwd from mappingTom Ryder2019-05-141-1/+1
| | | | | | | | :cd prints the resulting directory as a side effect anyway.
| * Merge branch 'release/v4.26.0' into developTom Ryder2019-05-131-2/+2
| |\ | | | | | | | | | | | | * release/v4.26.0: Bump VERSION
* | \ Merge branch 'release/v4.26.0'v4.26.0Tom Ryder2019-05-135-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v4.26.0: Bump VERSION Update vim-vimrc-reload-filetype to v0.2.0 Update vim-vertical-region to v1.1.0 Update vim-uncap-ex to v0.4.0 Update vim-toggle-flags to v1.1.0
| * | Bump VERSIONTom Ryder2019-05-131-2/+2
| |/
| * Update vim-vimrc-reload-filetype to v0.2.0Tom Ryder2019-05-131-0/+0
| |
| * Update vim-vertical-region to v1.1.0Tom Ryder2019-05-131-0/+0
| |
| * Update vim-uncap-ex to v0.4.0Tom Ryder2019-05-131-0/+0
| |
| * Update vim-toggle-flags to v1.1.0Tom Ryder2019-05-131-0/+0
| |
| * Merge branch 'release/v4.25.0' into developTom Ryder2019-05-121-2/+2
| |\ | | | | | | | | | | | | * release/v4.25.0: Bump VERSION
* | \ Merge branch 'release/v4.25.0'v4.25.0Tom Ryder2019-05-1215-19/+14
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.25.0: Bump VERSION Update vim-strip-trailing-whitespace to v2.1.1 Update vim-perl-version-bump to v1.1.1 Update vim-strip-trailing-whitespace to v2.1.0 Update vim-squeeze-repeat-blanks to v0.2.0 Update vim-shebang-create-exec to v0.2.0 Update vim-scroll-next to v0.2.0 Break a long condition Don't feature-test for 'printoptions' on Debian Don't feature-test for 'ruler' setting on Debian Update vim-sahara to v1.0.0 Update vim-redact-pass to v1.3.0 Update vim-quickfix-auto-open to v0.3.0 Update vim-perl-version-bump to v1.1.0 Update vim-paste-open to v1.1.0 Update vim-make-target to v1.3.0 Adjust 'commentstring' and 'include' C Vim setting
| * | Bump VERSIONTom Ryder2019-05-121-2/+2
| |/
| * Update vim-strip-trailing-whitespace to v2.1.1Tom Ryder2019-05-121-0/+0
| |
| * Update vim-perl-version-bump to v1.1.1Tom Ryder2019-05-121-0/+0
| |
| * Update vim-strip-trailing-whitespace to v2.1.0Tom Ryder2019-05-121-0/+0
| |
| * Update vim-squeeze-repeat-blanks to v0.2.0Tom Ryder2019-05-121-0/+0
| |
| * Update vim-shebang-create-exec to v0.2.0Tom Ryder2019-05-121-0/+0
| |
| * Update vim-scroll-next to v0.2.0Tom Ryder2019-05-121-0/+0
| |
| * Break a long conditionTom Ryder2019-05-122-2/+4
| |
| * Don't feature-test for 'printoptions' on DebianTom Ryder2019-05-121-3/+1
| |
| * Don't feature-test for 'ruler' setting on DebianTom Ryder2019-05-121-3/+1
| |
| * Update vim-sahara to v1.0.0Tom Ryder2019-05-122-5/+1
| | | | | | | | | | This offloads the color depth check to the colorscheme, and avoids repeating it.
| * Update vim-redact-pass to v1.3.0Tom Ryder2019-05-121-0/+0
| |
| * Update vim-quickfix-auto-open to v0.3.0Tom Ryder2019-05-121-0/+0
| |
| * Update vim-perl-version-bump to v1.1.0Tom Ryder2019-05-121-0/+0
| |
| * Update vim-paste-open to v1.1.0Tom Ryder2019-05-121-0/+0
| |
| * Update vim-make-target to v1.3.0Tom Ryder2019-05-121-0/+0
| |
| * Adjust 'commentstring' and 'include' C Vim settingTom Ryder2019-05-111-4/+5
| |
| * Merge branch 'release/v4.24.0' into developTom Ryder2019-05-111-2/+2
| |\ | | | | | | | | | | | | * release/v4.24.0: Bump VERSION
* | \ Merge branch 'release/v4.24.0'v4.24.0Tom Ryder2019-05-113-12/+10
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v4.24.0: Bump VERSION Replace text.vim ftplugin entirely
| * | Bump VERSIONTom Ryder2019-05-111-2/+2
| |/
| * Replace text.vim ftplugin entirelyTom Ryder2019-05-112-10/+8
| | | | | | | | | | This makes more sense than dancing around the potential availability of the stock one.
| * Merge branch 'release/v4.23.0' into developTom Ryder2019-05-111-2/+2
| |\ | | | | | | | | | | | | * release/v4.23.0: Bump VERSION
* | \ Merge branch 'release/v4.23.0'v4.23.0Tom Ryder2019-05-113-17/+31
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v4.23.0: Bump VERSION Set up custom ftplugin for plain text files Refactor colorscheme logic a little Remove Vim 'grepprg' setting
| * | Bump VERSIONTom Ryder2019-05-111-2/+2
| |/
| * Set up custom ftplugin for plain text filesTom Ryder2019-05-112-1/+16
| |
| * Refactor colorscheme logic a littleTom Ryder2019-05-101-9/+13
| |
| * Remove Vim 'grepprg' settingTom Ryder2019-05-101-5/+0
| | | | | | | | | | I am almost always using :vimgrep nowadays, and it seems wrong to fire up the system grep(1) every time I start Vim.
| * Merge branch 'release/v4.22.0' into developTom Ryder2019-05-101-2/+2
| |\ | | | | | | | | | | | | * release/v4.22.0: Bump VERSION