aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v6.36.0'v6.36.0Tom Ryder2019-06-202-4/+4
|\ | | | | | | | | * release/v6.36.0: Correct version number in Vim feature test
| * Bump VERSIONTom Ryder2019-06-201-2/+2
| |
| * Correct version number in Vim feature testTom Ryder2019-06-201-2/+2
| |
| * Merge branch 'release/v6.35.0' into developTom Ryder2019-06-201-2/+2
| |\
* | \ Merge branch 'release/v6.35.0'v6.35.0Tom Ryder2019-06-206-15/+9
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v6.35.0: Whoops, forgot some vimrc file patterns Rename vimrc and gvimrc to have .vim suffix
| * | Bump VERSIONTom Ryder2019-06-201-2/+2
| |/
| * Whoops, forgot some vimrc file patternsTom Ryder2019-06-201-2/+2
| |
| * Rename vimrc and gvimrc to have .vim suffixTom Ryder2019-06-205-13/+7
| | | | | | | | | | Since they don't need to have the same names when installed, this makes it marginally easier to set filetypes without special paths.
| * Merge branch 'release/v6.34.0' into developTom Ryder2019-06-201-2/+2
| |\
* | \ Merge branch 'release/v6.34.0'v6.34.0Tom Ryder2019-06-205-9/+15
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v6.34.0: Move Vim help indent rules to main indent ftplugin Update vim-paste-insert to v0.2.0 Flip a test
| * | Bump VERSIONTom Ryder2019-06-201-2/+2
| |/
| * Move Vim help indent rules to main indent ftpluginTom Ryder2019-06-202-6/+12
| | | | | | | | | | I assumed Vim's runtime files included indent rules for :help files, but they don't.
| * Update vim-paste-insert to v0.2.0Tom Ryder2019-06-201-0/+0
| |
| * Flip a testTom Ryder2019-06-201-1/+1
| |
| * Merge branch 'release/v6.33.0' into developTom Ryder2019-06-191-2/+2
| |\
* | \ Merge branch 'release/v6.33.0'v6.33.0Tom Ryder2019-06-1919-93/+112
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v6.33.0: (23 commits) Spin off paste_insert.vim into distribution Use hard tabs for editing Vim :help files Add a word to a comment Finishing touches to paste_insert.vim Remove unneeded expand() Swap two terms around Remove leader maps for digits Back to simpler regex test of &term Adjust a few comments Adjust string comparisons Enable 'smarttab' in Vim Set filetype-appropriate 'foldlevel' Set 'shiftwidth' to 4 for C Vim sources Type proto/*.pro files as C Correct variable name Switch to tab indents for writing C Add abbreviation to TextAnywhere Vim ftplugin Fix a comment in mail Vim ftplugin Move 'foldmethod' definitions out to filetypes ...
| * | Bump VERSIONTom Ryder2019-06-191-2/+2
| |/
| * Spin off paste_insert.vim into distributionTom Ryder2019-06-194-21/+3
| |
| * Use hard tabs for editing Vim :help filesTom Ryder2019-06-191-0/+6
| |
| * Add a word to a commentTom Ryder2019-06-191-1/+1
| |
| * Finishing touches to paste_insert.vimTom Ryder2019-06-191-4/+5
| | | | | | | | I think I'll spin this out into a distribution shortly.
| * Remove unneeded expand()Tom Ryder2019-06-191-1/+1
| |
| * Swap two terms aroundTom Ryder2019-06-191-2/+2
| |
| * Remove leader maps for digitsTom Ryder2019-06-191-9/+0
| |
| * Back to simpler regex test of &termTom Ryder2019-06-191-1/+1
| |
| * Adjust a few commentsTom Ryder2019-06-191-4/+4
| |
| * Adjust string comparisonsTom Ryder2019-06-191-5/+5
| |
| * Enable 'smarttab' in VimTom Ryder2019-06-191-0/+1
| |
| * Set filetype-appropriate 'foldlevel'Tom Ryder2019-06-199-17/+27
| |
| * Set 'shiftwidth' to 4 for C Vim sourcesTom Ryder2019-06-191-0/+5
| |
| * Type proto/*.pro files as CTom Ryder2019-06-191-0/+1
| |
| * Correct variable nameTom Ryder2019-06-191-1/+1
| |
| * Switch to tab indents for writing CTom Ryder2019-06-191-0/+6
| |
| * Add abbreviation to TextAnywhere Vim ftpluginTom Ryder2019-06-191-0/+3
| |
| * Fix a comment in mail Vim ftpluginTom Ryder2019-06-191-2/+2
| |
| * Move 'foldmethod' definitions out to filetypesTom Ryder2019-06-199-18/+32
| |
| * Inline option resets and undos in Vim C ftpluginTom Ryder2019-06-191-6/+4
| |
| * Add 'define' option reset to Vim C ftpluginTom Ryder2019-06-191-1/+2
| |
| * Remove unnecessary :setlocal commandsTom Ryder2019-06-191-22/+22
| |
| * Merge branch 'release/v6.32.0' into developTom Ryder2019-06-191-2/+2
| |\
* | \ Merge branch 'release/v6.32.0'v6.32.0Tom Ryder2019-06-193-2/+2
|\ \ \ | | |/ | |/| | | | | | | | | | | | | * release/v6.32.0: Update vim-quickfix-auto-open to v2.2.1 Update vim-quickfix-auto-open to v2.2.0 Update vim-cursorline-current to v3.0.0
| * | Bump VERSIONTom Ryder2019-06-191-2/+2
| |/
| * Update vim-quickfix-auto-open to v2.2.1Tom Ryder2019-06-191-0/+0
| |
| * Update vim-quickfix-auto-open to v2.2.0Tom Ryder2019-06-191-0/+0
| |
| * Update vim-cursorline-current to v3.0.0Tom Ryder2019-06-191-0/+0
| |
| * Merge branch 'release/v6.31.0' into developTom Ryder2019-06-191-2/+2
| |\
* | \ Merge branch 'release/v6.31.0'v6.31.0Tom Ryder2019-06-195-174/+172
|\ \ \ | | |/ | |/| | | | | | | * release/v6.31.0: Properly divide up remaining terminfo files
| * | Bump VERSIONTom Ryder2019-06-191-2/+2
| |/
| * Properly divide up remaining terminfo filesTom Ryder2019-06-194-172/+170
| |
| * Merge branch 'release/v6.30.0' into developTom Ryder2019-06-191-2/+2
| |\