aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.54.0'v0.54.0Tom Ryder2018-06-1733-572/+647
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.54.0: Regenerate dotfiles(7) manual Bump VERSION Add note about compiler scripts Arrange for tidiers to hold window position Update markdown_autoformat.vim Update surround.vim Completely overhaul after/ftplugin files Use short-circuit for no-mapping check Correct g:current_compiler setting Consistently require 'nocompatible' for ftplugins Upgrade insert_suspend_hlsearch.vim Use `function!` consistently in ftplugins Fix comments in vim/filetype.vim Set 'comments' blank by default Add Xresources filenames Add more names to Vim Bash types
| * Regenerate dotfiles(7) manualTom Ryder2018-06-171-0/+11
| |
| * Bump VERSIONTom Ryder2018-06-171-2/+2
| |
| * Add note about compiler scriptsTom Ryder2018-06-171-0/+8
| |
| * Arrange for tidiers to hold window positionTom Ryder2018-06-172-2/+16
| |
| * Update markdown_autoformat.vimTom Ryder2018-06-171-0/+0
| |
| * Update surround.vimTom Ryder2018-06-171-0/+0
| |
| * Completely overhaul after/ftplugin filesTom Ryder2018-06-1722-356/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | Should have done some of this in separate commits; oh well. * Rewrite headers for each ftplugin * Require Vim version >= 7.0, and thereby: * Switch back to location list * Don't check for b:undo_ftplugin existence, assume it * Save and restore compiler instead of internal options * Add bash, ksh, sh, and shellcheck compilers * Rename mail/format_flowed.vim to mail/flowed.vim * Rename sh/bash_han.vim to sh/han.vim
| * Use short-circuit for no-mapping checkTom Ryder2018-06-1611-197/+197
| |
| * Correct g:current_compiler settingTom Ryder2018-06-161-1/+1
| | | | | | | | Copypaste error.
| * Consistently require 'nocompatible' for ftpluginsTom Ryder2018-06-162-26/+2
| |
| * Upgrade insert_suspend_hlsearch.vimTom Ryder2018-06-161-0/+0
| |
| * Use `function!` consistently in ftpluginsTom Ryder2018-06-168-104/+88
| |
| * Fix comments in vim/filetype.vimTom Ryder2018-06-151-2/+6
| |
| * Set 'comments' blank by defaultTom Ryder2018-06-141-0/+4
| |
| * Add Xresources filenamesTom Ryder2018-06-141-0/+2
| |
| * Add more names to Vim Bash typesTom Ryder2018-06-141-0/+4
| |
| * Merge branch 'release/v0.53.0' into developTom Ryder2018-06-141-2/+2
| |\ | | | | | | | | | | | | * release/v0.53.0: Bump VERSION
* | \ Merge branch 'release/v0.53.0'v0.53.0Tom Ryder2018-06-144-40/+48
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v0.53.0: Bump VERSION Correct comment on 'shm' i Remove redundant NR==1 in awk(1) call Refactor tilde and extension stripping
| * | Bump VERSIONTom Ryder2018-06-141-2/+2
| |/
| * Correct comment on 'shm' iTom Ryder2018-06-131-1/+1
| |
| * Remove redundant NR==1 in awk(1) callTom Ryder2018-06-131-1/+1
| | | | | | | | Duhhhhh.
| * Refactor tilde and extension strippingTom Ryder2018-06-131-36/+44
| |
| * Merge branch 'release/v0.52.0' into developTom Ryder2018-06-131-2/+2
| |\ | | | | | | | | | | | | * release/v0.52.0: Bump VERSION
* | \ Merge branch 'release/v0.52.0'v0.52.0Tom Ryder2018-06-138-80/+352
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.52.0: Bump VERSION Use proper version test for 'fo' j Check for +unix before binding date commands Correct Mutt filename pattern Add Ruby shebang Don't require num suffix to Python shebang word Accept "5" as suffix to Perl shebang word Add TCL shebang handling Lots of extension to filetype.vim Rename terminfo files to *.ti extension Add .wgetrc Vim filetype Add crontab(5) Vim filetype Apply t_cm hack to Makefile Vim invocation
| * | Bump VERSIONTom Ryder2018-06-131-2/+2
| |/
| * Use proper version test for 'fo' jTom Ryder2018-06-131-2/+4
| |
| * Check for +unix before binding date commandsTom Ryder2018-06-121-4/+7
| |
| * Correct Mutt filename patternTom Ryder2018-06-121-1/+1
| | | | | | | | Missing hostname
| * Add Ruby shebangTom Ryder2018-06-111-0/+4
| |
| * Don't require num suffix to Python shebang wordTom Ryder2018-06-111-1/+1
| |
| * Accept "5" as suffix to Perl shebang wordTom Ryder2018-06-111-1/+1
| |
| * Add TCL shebang handlingTom Ryder2018-06-111-0/+4
| |
| * Lots of extension to filetype.vimTom Ryder2018-06-111-70/+320
| | | | | | | | | | More filetypes I care about, and some extension-stripping and sudoedit(8)-handling.
| * Rename terminfo files to *.ti extensionTom Ryder2018-06-114-1/+1
| |
| * Add .wgetrc Vim filetypeTom Ryder2018-06-111-0/+4
| |
| * Add crontab(5) Vim filetypeTom Ryder2018-06-111-0/+4
| |
| * Apply t_cm hack to Makefile Vim invocationTom Ryder2018-06-111-1/+2
| | | | | | | | | | This prevents it from trying to move output to the bottom of the screen during the make(1) run.
| * Merge branch 'release/v0.51.0' into developTom Ryder2018-06-111-2/+2
| |\ | | | | | | | | | | | | * release/v0.51.0: Update VERSION
* | \ Merge branch 'release/v0.51.0'v0.51.0Tom Ryder2018-06-115-4/+5
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * release/v0.51.0: Update VERSION Update markdown_autoformat.vim Use uppercase letters in <C-A>, <C-B> consistently Define `self` var for mim(1df) Update strip_trailing_whitespace.vim plugin
| * | Update VERSIONTom Ryder2018-06-111-2/+2
| |/
| * Update markdown_autoformat.vimTom Ryder2018-06-101-0/+0
| |
| * Use uppercase letters in <C-A>, <C-B> consistentlyTom Ryder2018-06-101-2/+2
| |
| * Define `self` var for mim(1df)Tom Ryder2018-06-101-0/+1
| | | | | | | | Required for the mktd(1df) boilerplate.
| * Update strip_trailing_whitespace.vim pluginTom Ryder2018-06-101-0/+0
| |
| * Merge branch 'release/v0.50.0' into developTom Ryder2018-06-101-2/+2
| |\ | | | | | | | | | | | | * release/v0.50.0: Bump VERSION
* | \ Merge branch 'release/v0.50.0'v0.50.0Tom Ryder2018-06-1012-16/+48
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v0.50.0: Bump VERSION Update redact_pass.vim plugin again Update redact_pass.vim plugin Update copy_linebreak plugin Set some more 'listchars' options Replace mail_mutt.vim with mim(1df) Include .gvimrc patterns for vim filetype
| * | Bump VERSIONTom Ryder2018-06-101-2/+2
| |/
| * Update redact_pass.vim plugin againTom Ryder2018-06-101-0/+0
| |
| * Update redact_pass.vim pluginTom Ryder2018-06-101-0/+0
| |