aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Collapse)AuthorAgeFilesLines
* Restore 'foldlevel' to 99 for C filetypeTom Ryder2019-11-281-2/+2
| | | | | | Commit cc2cd38 set the default 'foldlevel' folding threshold to 0 for the "c" filetype, as an experiment. I've decided I don't like this and am turning it back up to 99.
* Completely rewrite an awkward comment blockTom Ryder2019-11-241-12/+14
|
* Refine "sticky star" mappingTom Ryder2019-11-231-2/+6
|
* Don't color colon-delimited labels in Vim commentsTom Ryder2019-11-091-1/+3
|
* Improve extension histogram commandsTom Ryder2019-10-301-1/+1
| | | | | Apply the C locale to the entire subshell, rather than just the find(1) command.
* Update vim-scratch-buffer to v0.1.1Tom Ryder2019-09-251-0/+0
|
* Whoops, missed an apostropheTom Ryder2019-08-141-1/+1
|
* Use nice characters in vimrc stubTom Ryder2019-08-141-7/+7
|
* Support .yml extension for Vim ft=yamlTom Ryder2019-08-011-1/+2
|
* Fix an anachronismTom Ryder2019-07-251-1/+1
|
* Spin scratch_buffer.vim plugin into a distTom Ryder2019-07-243-13/+0
|
* Spin alternate_filetypes.vim plugin into a distTom Ryder2019-07-233-17/+0
|
* Set font for Vim 2html.vimTom Ryder2019-07-221-0/+1
|
* Merge branch 'hotfix/v6.57.1' into developTom Ryder2019-07-151-2/+2
|\ | | | | | | | | * hotfix/v6.57.1: Add missing carriage returns to maps
| * Add missing carriage returns to mapsTom Ryder2019-07-151-2/+2
| |
* | Fix some typographical stuffTom Ryder2019-07-151-17/+17
|/
* Update paste_insert.vim to v1.0.1Tom Ryder2019-07-121-0/+0
| | | | Resolve issue, too.
* Avoid let-& syntaxTom Ryder2019-07-112-7/+12
|
* Explain a parameter to a command functionTom Ryder2019-07-091-1/+2
|
* Update updated dateTom Ryder2019-07-091-1/+1
|
* Correct typoTom Ryder2019-07-071-1/+1
|
* Backport convenient patch-* test to old VimTom Ryder2019-07-072-12/+28
|
* Set 'spellfile' back to default before prefixingTom Ryder2019-07-071-0/+1
|
* Remove multibyte character from autoload fileTom Ryder2019-07-071-1/+1
|
* Rearrange command/function call semanticsTom Ryder2019-07-072-12/+12
|
* Handle path expansion in CreatePathTom Ryder2019-07-062-3/+4
|
* Expand arguments to :CreatePathTom Ryder2019-07-061-1/+1
|
* Force load of Funcref autoload func on older VimTom Ryder2019-07-061-0/+4
|
* Adjust order of directory reference and creationTom Ryder2019-07-061-22/+15
|
* Remove excessive linebreaksTom Ryder2019-07-062-86/+19
|
* More vimrc comment refactoringTom Ryder2019-07-061-58/+19
|
* Revert to simpler spelling approachTom Ryder2019-07-061-5/+7
|
* Add case sensitivity flag to needed opersTom Ryder2019-07-062-4/+3
|
* Refine NZ vs US Vim spelling setupTom Ryder2019-07-061-4/+4
|
* Factor out functions from vimrcTom Ryder2019-07-068-87/+84
|
* Spelling correctionsTom Ryder2019-07-061-4/+4
|
* Translate a :let-& call into a :set= oneTom Ryder2019-07-061-4/+1
|
* Completely redo literate vimrcTom Ryder2019-07-061-108/+1279
|
* Restore missing // sigilsTom Ryder2019-07-011-2/+2
|
* Adopt argument unpacking conventionsTom Ryder2019-07-011-5/+6
|
* Playing with Unicode charactersTom Ryder2019-07-011-36/+36
|
* Beginning process of re-doing literate vimrcTom Ryder2019-07-011-9/+123
|
* Adjust approach to selective mode mappingTom Ryder2019-07-011-23/+30
|
* Factor out mkdir() calls into functionTom Ryder2019-07-011-12/+8
|
* Flatten functionTom Ryder2019-07-011-3/+1
|
* Factor out double-escape for opts into functionTom Ryder2019-07-011-17/+12
|
* Factor out option split into a functionTom Ryder2019-07-011-7/+9
|
* Stripped all comments, refactored directoriesTom Ryder2019-07-011-1304/+63
|
* Fix comment typoTom Ryder2019-07-011-1/+1
|
* Add missing parens around mapping targetTom Ryder2019-06-251-1/+1
|