Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Use shorter :map commands for diff/mail... | Tom Ryder | 2019-06-14 | 1 | -8/+16 |
| | | | | | | | This reverts commit bcad400. It breaks visual mode and operator mode operations, which should have been obvious. | ||||
* | Use shorter :map commands for diff/mail para nav | Tom Ryder | 2019-06-07 | 1 | -16/+8 |
| | |||||
* | Remove unnecessary g: prefixes to Vim variables | Tom Ryder | 2019-05-09 | 1 | -1/+1 |
| | |||||
* | Remove b:undo_ftplugin cmds for double-key maps | Tom Ryder | 2018-12-04 | 1 | -1/+0 |
| | | | | | The relevant maps were removed in commit 5f1f5b9, but these unmap instructions were left behind. | ||||
* | Add missing detail to a comment | Tom Ryder | 2018-11-29 | 1 | -1/+1 |
| | |||||
* | Remove double-key mapping shortcuts | Tom Ryder | 2018-11-29 | 1 | -2/+0 |
| | | | | | I never use these anyway; I'm firmly in the habit of using underscores to represent the current line these days. | ||||
* | Remove boilerplate after/ftplugin load guards | Tom Ryder | 2018-11-29 | 1 | -5/+0 |
| | | | | | | | | I'm likely going to move away from Vim 6.0 support, at least for all of this filetype stuff. We will keep the one filetype load guard we actually need, which is the HTML one, to stop plugins like markdown.vim from loading it. | ||||
* | Improve diff block navigation in Vim with function | Tom Ryder | 2018-08-27 | 1 | -3/+15 |
| | |||||
* | Silence Vim diff section navigation maps | Tom Ryder | 2018-08-27 | 1 | -2/+2 |
| | | | | | This is just to prevent the `:call search(...)` command from showing up in the command line when the map is invoked. | ||||
* | Use local leader keys in Vim diff section nav maps | Tom Ryder | 2018-08-27 | 1 | -4/+4 |
| | |||||
* | Use search() in Vim diff section navigation maps | Tom Ryder | 2018-08-27 | 1 | -2/+4 |
| | | | | This preserves the user's primary search pattern. | ||||
* | Use consistent format for local leader mappings | Tom Ryder | 2018-08-14 | 1 | -3/+6 |
| | |||||
* | Add Vim mappings for normal {,} in diff buffers | Tom Ryder | 2018-07-22 | 1 | -0/+6 |
| | |||||
* | Overhaul after/ftplugin | Tom Ryder | 2018-07-10 | 1 | -3/+2 |
| | | | | | | 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. | ||||
* | Overhaul base after-ftplugins | Tom Ryder | 2018-07-08 | 1 | -11/+2 |
| | | | | 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 |
| | |||||
* | Add patterns for Vim help file detection | Tom Ryder | 2018-07-08 | 1 | -0/+1 |
| | |||||
* | Make Vim ftplugin preamble consistent with plugins | Tom Ryder | 2018-07-01 | 1 | -1/+4 |
| | |||||
* | Refactor ftplugins into single files | Tom Ryder | 2018-06-30 | 1 | -0/+22 |
Each thereby effectively becomes its own .vimrc for that type. |