aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v4.31.0'v4.31.0Tom Ryder2019-05-174-31/+28
|\ | | | | | | | | | | | | | | | | * release/v4.31.0: Bump VERSION Make CTRL-L redraw the screen from insert mode Rebuild dotfiles(7df) manual from README.md Don't clean up the dotfiles(7df) manual Correct path to dotfiles(7df) manual clean target
| * Bump VERSIONTom Ryder2019-05-171-2/+2
| |
| * Make CTRL-L redraw the screen from insert modeTom Ryder2019-05-171-0/+3
| |
| * Rebuild dotfiles(7df) manual from README.mdTom Ryder2019-05-171-28/+23
| |
| * Don't clean up the dotfiles(7df) manualTom Ryder2019-05-171-1/+0
| | | | | | | | It's versioned.
| * Correct path to dotfiles(7df) manual clean targetTom Ryder2019-05-171-1/+1
| |
| * Merge branch 'release/v4.30.0' into developTom Ryder2019-05-171-2/+2
| |\ | | | | | | | | | | | | * release/v4.30.0: Bump VERSION
* | \ Merge branch 'release/v4.30.0'v4.30.0Tom Ryder2019-05-1719-26/+268
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.30.0: Bump VERSION Break up long lines in sh syntax file Update vim-perl-version-bump to v1.2.0 Update vim-sahara to v1.1.0 Update vim-shebang-create-exec to v0.3.0 Update vim-juvenile to v0.5.0 Split long lines with version/patch check pattern Break up long lines in PHP Vim compiler script Bind \L to toggle 'colorcolumn' Sort flags for options Remove overkill Windows path reduction Switch back to insecure HTML Tidy site URL Use <Bar> in multi-command mapping
| * | Bump VERSIONTom Ryder2019-05-171-2/+2
| |/
| * Break up long lines in sh syntax fileTom Ryder2019-05-172-2/+229
| |
| * Update vim-perl-version-bump to v1.2.0Tom Ryder2019-05-171-0/+0
| |
| * Update vim-sahara to v1.1.0Tom Ryder2019-05-171-0/+0
| |
| * Update vim-shebang-create-exec to v0.3.0Tom Ryder2019-05-171-0/+0
| |
| * Update vim-juvenile to v0.5.0Tom Ryder2019-05-171-0/+0
| |
| * Split long lines with version/patch check patternTom Ryder2019-05-179-9/+18
| |
| * Break up long lines in PHP Vim compiler scriptTom Ryder2019-05-171-4/+9
| |
| * Bind \L to toggle 'colorcolumn'Tom Ryder2019-05-171-0/+4
| |
| * Sort flags for optionsTom Ryder2019-05-171-2/+2
| |
| * Remove overkill Windows path reductionTom Ryder2019-05-171-5/+2
| |
| * Switch back to insecure HTML Tidy site URLTom Ryder2019-05-171-1/+1
| | | | | | | | The secure one isn't loading its mixed assets.
| * Use <Bar> in multi-command mappingTom Ryder2019-05-171-1/+1
| |
| * Merge branch 'release/v4.29.0' into developTom Ryder2019-05-171-2/+2
| |\ | | | | | | | | | | | | * release/v4.29.0: Bump VERSION
* | \ Merge branch 'release/v4.29.0'v4.29.0Tom Ryder2019-05-174-44/+59
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.29.0: Bump VERSION Revert "Dispense with system-dependent files" Adjust formatting of autocmd Rearrange filetype and syntax logic Add note about 'ttymouse' option existence Restore 'ttymouse' option existence test Move filetype and syntax logic to end of .vimrc Remove `a` and `A` flags from 'cpoptions' Adjust order of 'backspace' flags per docs Adjust order of some directives Leverage negative 'softtabstop' value Dispense with system-dependent files
| * | Bump VERSIONTom Ryder2019-05-171-2/+2
| |/
| * Revert "Dispense with system-dependent files"Tom Ryder2019-05-174-2/+58
| | | | | | | | | | | | This reverts commit 1c51d2e98e0e0ec91da7ff3a93ad84f9767d0658. Already found problems--trips up using the -V command line option.
| * Adjust formatting of autocmdTom Ryder2019-05-171-1/+3
| |
| * Rearrange filetype and syntax logicTom Ryder2019-05-171-18/+18
| |
| * Add note about 'ttymouse' option existenceTom Ryder2019-05-171-2/+3
| |
| * Restore 'ttymouse' option existence testTom Ryder2019-05-171-1/+1
| | | | | | | | The option does not exist in NeoVim.
| * Move filetype and syntax logic to end of .vimrcTom Ryder2019-05-171-19/+20
| |
| * Remove `a` and `A` flags from 'cpoptions'Tom Ryder2019-05-171-2/+1
| |
| * Adjust order of 'backspace' flags per docsTom Ryder2019-05-161-1/+1
| |
| * Adjust order of some directivesTom Ryder2019-05-161-10/+10
| |
| * Leverage negative 'softtabstop' valueTom Ryder2019-05-162-8/+20
| | | | | | | | | | From :help 'softtabstop': > When 'sts' is negative, the value of 'shiftwidth' is used.
| * Dispense with system-dependent filesTom Ryder2019-05-164-58/+2
| | | | | | | | Let's see how well just :set all& works.
| * Merge branch 'release/v4.28.0' into developTom Ryder2019-05-161-2/+2
| |\ | | | | | | | | | | | | * release/v4.28.0: Bump VERSION
* | \ 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