aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Set 'keywordprg' to :help for older VimsTom Ryder2019-04-011-0/+7
| | | | | I didn't realise this had been introduced in the stock runtime files so late.
* Remove unneeded leading pipe from b:undo_ftpluginTom Ryder2019-03-281-1/+1
|
* Add textarea filetypeTom Ryder2019-03-282-0/+14
| | | | | | | | This custom filetype is just a hook to hang functionality for TextEditorAnywhere documents under Windows. Most of the time, it's me writing email, or comments that benefit from email formatting, so I've configured <LocalLeader>f to switch to the mail filetype. This switching could probably benefit from a plugin, actually.
* Correct short :setf to :setfiletype commandTom Ryder2019-03-281-1/+1
|
* Use "tcl" Vim filetype for Expect shebangTom Ryder2019-02-281-1/+1
|
* Update vim-insert-cancel to v3.2.0Tom Ryder2019-02-131-0/+0
|
* Clear 't_vb' on gvim startupTom Ryder2019-01-151-0/+3
|
* Correct unmapping commands for sh '\''Tom Ryder2019-01-151-2/+2
|
* Break up some long conditions for readabilityTom Ryder2019-01-151-2/+4
|
* Add setting for p flag to Vim 'formatoptions'Tom Ryder2019-01-151-0/+5
|
* Correct function reference in gitcommit ftpluginTom Ryder2019-01-071-1/+1
|
* Remove superfluous unmappings for mail filetypeTom Ryder2019-01-061-7/+0
|
* Clarify a comment for HTML indentationTom Ryder2019-01-061-2/+3
|
* Add test to 'keywordprg' setting for Vim helpTom Ryder2019-01-061-3/+6
|
* Make name of autocmd group more specificTom Ryder2019-01-061-4/+4
|
* Clarify a commentTom Ryder2019-01-061-1/+1
|
* Refactor Vim mail header field shortcutsTom Ryder2019-01-061-10/+24
|
* Revert "Add experimental delimit_operator.vim plugin"Tom Ryder2019-01-043-70/+0
| | | | | | | | | This reverts commit 6ed48b12e451a0770d5a3f236e66e0e7e9a39c8d. I don't think this is the right approach. The main reason I dropped surround.vim was because I didn't like how often I was doing something that doesn't work at all in vanilla Vim. If I make a half-assed re-implementation, I'm just perpetuating the problem.
* Add experimental delimit_operator.vim pluginTom Ryder2019-01-043-0/+70
| | | | | | This is an attempt at a small subset of surround.vim's behaviour, hopefully drastically simplified. I'm not actually sure how useful or practical this is going to be yet.
* Use :lhelpgrep for help search shortcutTom Ryder2019-01-031-2/+2
|
* Remove a daft commentTom Ryder2019-01-031-2/+0
|
* Add Lisp to filetypes.vimTom Ryder2019-01-031-0/+7
|
* Add new filetype pattern for muttrcTom Ryder2019-01-021-0/+1
|
* Trim some trailing whitespaceTom Ryder2018-12-311-2/+0
|
* Update vertical_region.vim to v1.0.0Tom Ryder2018-12-302-6/+6
|
* Update regex_escape.vim to v1.0.2Tom Ryder2018-12-291-0/+0
|
* Update replace_operator.vim to v1.0.2Tom Ryder2018-12-291-0/+0
|
* Update regex_escape.vim plugin to 0.1.1Tom Ryder2018-12-291-0/+0
|
* Choose regex character classes for some filetypesTom Ryder2018-12-294-0/+16
|
* Add regex_escape.vim pluginTom Ryder2018-12-292-0/+4
|
* Update quickfix_auto_open.vim plugin to v0.2.0Tom Ryder2018-12-281-0/+0
|
* Correct typo in stub vimrcTom Ryder2018-12-271-1/+1
|
* Two-space sentences in VimL commentsTom Ryder2018-12-271-8/+8
|
* Remove highlight double-quote VimL comment stringsTom Ryder2018-12-261-0/+2
|
* Switch to two-space sentencesTom Ryder2018-12-261-3/+4
| | | | You win, Steve Losh.
* Remove repeat.vim and surround.vimTom Ryder2018-12-263-9/+0
| | | | | | Getting in the habit of using , and ; properly. This is the last of the third-party code in my ~/.vim!
* Force 'ttymouse' off a little more carefullyTom Ryder2018-12-261-1/+2
|
* No longer need a longer 'timeoutlen' in VimTom Ryder2018-12-261-3/+0
|
* Include /usr/tmp in 'backupskip'Tom Ryder2018-12-261-1/+2
| | | | The temporary paths used by `sudo -e` appear to be chosen at build time.
* Factor out vimrc user 'runtimepath' switchingTom Ryder2018-12-261-15/+12
|
* Correct error in stub .vimrcTom Ryder2018-12-201-1/+1
| | | | | This was introduced in commit 5d67a92. I'm surprised I haven't noticed already. I would have thought this would cause glaring errors.
* Make .vimrc stub more resilient to older VimsTom Ryder2018-12-191-10/+10
|
* Make <LocalLeader>f to toggle HTML/PHPTom Ryder2018-12-192-0/+10
| | | | | I'm thinking I might make this a generic mapping for "alternate filetype".
* Add sh.vim mapping to insert '\'' quicklyTom Ryder2018-12-191-0/+9
| | | | | | This was added as a Bash Readline macro in commit 25b513d, and has proven to be very useful. I don't normally like insert mode maps in Vim, especially Alt keys, so I'm not sure this will stick; we'll see.
* Add /j flag to :vimgrep shortcutTom Ryder2018-12-171-1/+1
| | | | | This prevents a jump to the first match, which I usually don't want, at least immediately.
* Move filetype.vim helper funcs into autoloadTom Ryder2018-12-082-78/+79
| | | | | May as well, now that we've dropped support for versions of Vim that don't have it.
* Block out local 'runtimepath' on bad VimsTom Ryder2018-12-041-0/+10
|
* Remove b:undo_ftplugin cmds for double-key mapsTom Ryder2018-12-044-7/+0
| | | | | The relevant maps were removed in commit 5f1f5b9, but these unmap instructions were left behind.
* Remove accidentally created html.vim~ fileTom Ryder2018-12-041-35/+0
|
* Use "stub .vimrc" method to dodge vim-tinyTom Ryder2018-12-042-117/+111
|