aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct a comment in vim/plugin/dist.vimTom Ryder2018-09-051-1/+1
|
* Require at least one char in ftdetect filenamesTom Ryder2018-09-051-3/+3
|
* Comment to explain \c,\C mappingsTom Ryder2018-09-041-2/+2
|
* Use \_ as Vim text object for `[,`] marksTom Ryder2018-09-021-0/+3
|
* Remove visual_block_suspend_wrap.vimTom Ryder2018-08-311-43/+0
| | | | | | This would be great if it was immediate and didn't require the CursorMoved event, but as it stands it's not really an improvement over just my \w mapping to toggle 'wrap'.
* Add visual_block_suspend_wrap.vim pluginTom Ryder2018-08-301-0/+43
|
* Spin out repeated blank lines map to new pluginTom Ryder2018-08-303-5/+13
|
* Leave final blank for mail line squeeze, not firstTom Ryder2018-08-301-1/+1
|
* Count quoted blank lines for mail line squeezeTom Ryder2018-08-301-1/+1
|
* Add mapping to contract multiple blank linesTom Ryder2018-08-292-0/+25
| | | | | This should be a command, and may very well be useful outside of mail contexts, but this will do OK for now.
* Convert a few stridx() to alternative formsTom Ryder2018-08-273-3/+3
| | | | | | If we don't actually want to know whether the string occurs *anywhere* in the line, just at the start, we should really use substring operations or plain old regular expression tests.
* Improve diff block navigation in Vim with functionTom Ryder2018-08-272-3/+44
|
* Correct a commentTom Ryder2018-08-271-1/+1
|
* Silence Vim diff section navigation mapsTom Ryder2018-08-271-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 mapsTom Ryder2018-08-271-4/+4
|
* Use search() in Vim diff section navigation mapsTom Ryder2018-08-271-2/+4
| | | | This preserves the user's primary search pattern.
* Add another blank lineTom Ryder2018-08-231-0/+1
|
* Correct some leader map definition commentsTom Ryder2018-08-231-4/+4
|
* Add vertical spacing to leader maps sectionTom Ryder2018-08-231-0/+28
|
* Add visual-mode analogues to some leader mapsTom Ryder2018-08-231-0/+15
|
* Upgrade sahara.vim colorschemeTom Ryder2018-08-231-0/+0
|
* Remove doubleup in Awk ftpluginTom Ryder2018-08-231-9/+0
| | | | | | The after/ftplugin version does exactly the same things as the primary ftplugin version does; this file should have been removed in commit a2f8dea.
* Update replace_operator.vim pluginTom Ryder2018-08-231-0/+0
|
* Update diff_prune.vim pluginTom Ryder2018-08-231-0/+0
|
* Check for existence of :xmap for mappingTom Ryder2018-08-231-1/+3
|
* Add replace_operator.vim plugin and configTom Ryder2018-08-222-0/+3
|
* Adjust mappings for reloading vimrc and filetypeTom Ryder2018-08-221-4/+4
| | | | This is to make room for a new \r mapping, shortly.
* Add mail shortcut for flagging a message as urgentTom Ryder2018-08-222-1/+13
|
* Test for g:is_posix existence before purgeTom Ryder2018-08-221-1/+3
|
* Add load guard to bindzone.vim syntax extensionsTom Ryder2018-08-221-0/+6
|
* Fix SSHFP/TLSA record highlighting in bindzone.vimTom Ryder2018-08-221-0/+3
|
* Update sahara.vim colorscheme to v0.3.0Tom Ryder2018-08-211-0/+0
|
* Remove unwanted 'indentkeys' for Vim filetypeTom Ryder2018-08-211-0/+7
|
* Don't clear away g:loaded_gzipTom Ryder2018-08-201-1/+0
|
* Add option terminators or equivs to :compilersTom Ryder2018-08-198-16/+16
|
* Revert "Let's try leaving netrw on again for a ...Tom Ryder2018-08-182-0/+3
| | | | This reverts commit 60eab724a29101c54c2d5d1cccd56385a8e5a85c.
* Add explanatory README to vim/plugin directoryTom Ryder2018-08-161-0/+3
|
* Update new Vim pluginsTom Ryder2018-08-162-0/+0
|
* Spin equalalways_resized.vim into its own distTom Ryder2018-08-162-27/+0
|
* Spin foldlevelstart_stdin.vim into its own distTom Ryder2018-08-162-28/+0
|
* Work around buggy old Vim 'help' ftplugin undoTom Ryder2018-08-161-0/+6
|
* Don't set vint compiler for commandline windowsTom Ryder2018-08-161-3/+5
|
* Qualify unmap with version number guardTom Ryder2018-08-161-1/+4
|
* Add a commentTom Ryder2018-08-161-0/+1
|
* Spin out scroll_next.vim into its own distTom Ryder2018-08-162-32/+0
|
* Use <PageDown> rather than <C-F> in mappingTom Ryder2018-08-161-1/+1
| | | | Rather clearer
* Reorder .vimrc a bitTom Ryder2018-08-161-27/+27
|
* Remove Unix 'backupskip' parts if not running UnixTom Ryder2018-08-161-0/+4
|
* Add per-flag comments for 'bsk', 'ssop'Tom Ryder2018-08-161-5/+5
|
* Use slightly more correct dir definitionsTom Ryder2018-08-161-3/+15
|