Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add handling for older sh.vim syntax g:is_posix | Tom Ryder | 2018-07-17 | 1 | -0/+5 |
| | |||||
* | Add \m 'magic' setting to mail headers jump | Tom Ryder | 2018-07-16 | 1 | -1/+1 |
| | | | | | | This is because Vim's search() function checks the value of 'magic' to decide how to interpret the pattern. It's crazy to have this option off, but best to be explicit about it anyway. | ||||
* | Add reformatting analogue to quote mappings | Tom Ryder | 2018-07-16 | 3 | -0/+18 |
| | |||||
* | Add missing <buffer> to mail quote unmaps | Tom Ryder | 2018-07-15 | 3 | -9/+9 |
| | |||||
* | Check for +autocmd before gitcommit ftplugin hooks | Tom Ryder | 2018-07-15 | 1 | -1/+1 |
| | |||||
* | Adaptive 'colorcolumn' for gitcommit filetype | Tom Ryder | 2018-07-14 | 1 | -0/+10 |
| | |||||
* | Add mail quote maps for gitcommit and markdown | Tom Ryder | 2018-07-14 | 2 | -0/+26 |
| | |||||
* | Change mail quoting to generic autoload function | Tom Ryder | 2018-07-14 | 1 | -3/+3 |
| | | | | I intend to use it elsewhere. | ||||
* | Replace mail.vim quoting mappings | Tom Ryder | 2018-07-13 | 1 | -1/+15 |
| | |||||
* | Move to after headers when writing new mail | Tom Ryder | 2018-07-13 | 1 | -0/+7 |
| | |||||
* | Add missing angle bracket for Vim ftplugin undo | Tom Ryder | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | Disable 'spellcapcheck' for README.md files | Tom Ryder | 2018-07-13 | 1 | -4/+16 |
| | | | | | This is because such files very often have headings or sentences that start with filenames. | ||||
* | Check for 'spell' feature in ftplugins | Tom Ryder | 2018-07-12 | 2 | -2/+2 |
| | |||||
* | Update and configure for perl_version_bump.vim | Tom Ryder | 2018-07-12 | 1 | -2/+2 |
| | |||||
* | Update and configure for make_target.vim | Tom Ryder | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Check for +conceal before setting 'conceallevel' | Tom Ryder | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Correct login around ftplugin/make.vim mappings | Tom Ryder | 2018-07-10 | 1 | -4/+2 |
| | |||||
* | Move after/ftplugin/sed.vim to ftplugin/sed.vim | Tom Ryder | 2018-07-10 | 1 | -9/+0 |
| | | | | | Vim doesn't have a stock ftplugin for sed at all (just syntax), so this can be our base one. | ||||
* | Overhaul after/ftplugin | Tom Ryder | 2018-07-10 | 17 | -95/+51 |
| | | | | | | Use .= operator to append to b:undo_ftplugin, as we're requiring Vim 7.0 or later everywhere here anyway. Also remove &compatible where we don't need line breaks. | ||||
* | Move angle-bracket matchpairs to Perl filetype | Tom Ryder | 2018-07-10 | 1 | -0/+5 |
| | | | | | This is the only type I can think of where they're actually useful; in HTML, it's annoying having to be over the tag text to get the matching. | ||||
* | Clear b:current_compiler on unload | Tom Ryder | 2018-07-09 | 6 | -0/+6 |
| | |||||
* | Overhaul ftplugin check, lint, tidy | Tom Ryder | 2018-07-09 | 7 | -53/+56 |
| | | | | | | | | | | | | - Set 'equalprg' for HTML and Perl - Discard filter#Stable() - Set default :compiler for all applicable filetypes - Change local leader mappings for Perl and shell script merely to set :compiler, rather than running it - Bind global leader mapping for running :lmake! - Bind global leader mappings for applying 'equalprg' and 'formatprg' to the whole buffer, using a new autoloaded helper function vimrc#Anchor() to avoid the cursor jumping around | ||||
* | Overhaul base after-ftplugins | Tom Ryder | 2018-07-08 | 17 | -207/+65 |
| | | | | Mostly to simplify them--remove a lot of the load-guard cruft. | ||||
* | Upgrade and adjust config for diff_prune.vim | Tom Ryder | 2018-07-08 | 1 | -3/+4 |
| | |||||
* | Highlight overly long Git commit subjects as error | Tom Ryder | 2018-07-08 | 1 | -0/+2 |
| | |||||
* | Test 'modifiable' for spellchecking text/markdown | Tom Ryder | 2018-07-08 | 2 | -2/+2 |
| | |||||
* | Disable concealing when editing Vim help | Tom Ryder | 2018-07-08 | 1 | -0/+21 |
| | |||||
* | Add patterns for Vim help file detection | Tom Ryder | 2018-07-08 | 1 | -0/+1 |
| | |||||
* | Unmap PHP bracket maps | Tom Ryder | 2018-07-08 | 1 | -0/+7 |
| | |||||
* | Remove error suppression on Vim unmaps | Tom Ryder | 2018-07-08 | 1 | -12/+12 |
| | |||||
* | Restore Vim buffer mapping to unload script | Tom Ryder | 2018-07-08 | 1 | -13/+14 |
| | |||||
* | Wrap comments with `gq` in Git commit messages | Tom Ryder | 2018-07-07 | 1 | -1/+1 |
| | | | | | | | | I like quoting things in Git commit messages, as if they were mail messages. This was supposed to be fixed in commit a5b8367, but I didn't add all the necessary flags. | ||||
* | Rearrange Vim's VimL indent file | Tom Ryder | 2018-07-06 | 1 | -8/+9 |
| | |||||
* | Correct 'softtabstop' test in indent/vim.vim | Tom Ryder | 2018-07-05 | 1 | -1/+1 |
| | |||||
* | Spin off Vim Perl version bump into ftplugin | Tom Ryder | 2018-07-04 | 1 | -4/+4 |
| | |||||
* | Break up some long VimL lines | Tom Ryder | 2018-07-04 | 1 | -3/+6 |
| | |||||
* | Use :nnoremap for Perl vim maps | Tom Ryder | 2018-07-04 | 1 | -3/+3 |
| | |||||
* | Add _v/_V Vim maps for Perl version bumps | Tom Ryder | 2018-07-03 | 1 | -0/+9 |
| | |||||
* | Don't spellcheck &readonly text/markdown | Tom Ryder | 2018-07-02 | 2 | -8/+12 |
| | | | | | This stops annoying highlighting when I'm just reading something in Vim, rather than editing it (e.g. `view` or an unwriteable file). | ||||
* | Add 'c' flag to 'formatoptions' for gitcommit | Tom Ryder | 2018-07-02 | 1 | -1/+1 |
| | | | | This is so that quotes wrap pleasantly. | ||||
* | Clear away stock vim ftplugin's buffer maps | Tom Ryder | 2018-07-01 | 1 | -15/+13 |
| | |||||
* | Make Vim ftplugin preamble consistent with plugins | Tom Ryder | 2018-07-01 | 16 | -16/+64 |
| | |||||
* | Merge HTML timestamp into after/ftplugin/html.vim | Tom Ryder | 2018-07-01 | 2 | -28/+12 |
| | | | | | I don't see myself breaking this out into its own ftplugin, and the Makefile can be simpler this way. | ||||
* | Add new html/timestamp.vim ftplugin | Tom Ryder | 2018-07-01 | 1 | -0/+28 |
| | | | | | Not sure if this one will get published--it's a bit ad-hoc in its current state. | ||||
* | Add variable existence guard to after/indent/vim | Tom Ryder | 2018-06-30 | 1 | -1/+3 |
| | |||||
* | Remove unneeded matchit set ex PHP after ftplugin | Tom Ryder | 2018-06-30 | 1 | -12/+0 |
| | |||||
* | Conform all after/ftplugin files | Tom Ryder | 2018-06-30 | 3 | -9/+18 |
| | |||||
* | Join some b:undo_ftplugin addenda | Tom Ryder | 2018-06-30 | 7 | -13/+7 |
| | |||||
* | Review vim/ftplugin and vim/indent files | Tom Ryder | 2018-06-30 | 2 | -4/+20 |
| | |||||
* | Refactor ftplugins into single files | Tom Ryder | 2018-06-30 | 45 | -815/+331 |
| | | | | Each thereby effectively becomes its own .vimrc for that type. |