aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Remove complex 'spellfile' settingTom Ryder2019-12-191-25/+2
| | | | I'll replace and extend this functionality with a new plugin shortly.
* Update change date on vimrcTom Ryder2019-12-181-1/+1
|
* Set 'cursorline' for all windows on colors changeTom Ryder2019-12-181-1/+1
|
* Simplify 'cursorline' switchingTom Ryder2019-12-181-1/+1
|
* Switch to default tabs, spaces for some filetypesTom Ryder2019-12-081-33/+5
| | | | | | | | | | Lately I've been cooperating a lot with other administrators in managing some config files, and because they all use Vim with no configuration or nearly no configuration, they use tabs for indentation everywhere. This is showing up particularly often in configuration files. It now seems like a good idea to use tabs as the default so I don't have to keep cleaning up these files afterwards. For most of the languages in which I write actual programs, however, I'm sticking with spaces for now.
* Completely rewrite an awkward comment blockTom Ryder2019-11-241-12/+14
|
* Refine "sticky star" mappingTom Ryder2019-11-231-2/+6
|
* Improve extension histogram commandsTom Ryder2019-10-301-1/+1
| | | | | Apply the C locale to the entire subshell, rather than just the find(1) command.
* 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
|/
* Avoid let-& syntaxTom Ryder2019-07-111-7/+4
|
* 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-071-12/+12
|
* Set 'spellfile' back to default before prefixingTom Ryder2019-07-071-0/+1
|
* Rearrange command/function call semanticsTom Ryder2019-07-071-8/+7
|
* Handle path expansion in CreatePathTom Ryder2019-07-061-1/+1
|
* Expand arguments to :CreatePathTom Ryder2019-07-061-1/+1
|
* Adjust order of directory reference and creationTom Ryder2019-07-061-22/+15
|
* Remove excessive linebreaksTom Ryder2019-07-061-86/+12
|
* 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-061-2/+2
|
* Refine NZ vs US Vim spelling setupTom Ryder2019-07-061-4/+4
|
* Factor out functions from vimrcTom Ryder2019-07-061-87/+28
|
* 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
|
* Add missing parens around mapping targetTom Ryder2019-06-251-1/+1
|
* Use nicer syntax for item-per-line listsTom Ryder2019-06-251-5/+5
|
* Correct two typosTom Ryder2019-06-251-2/+2
|
* Correct a word in a commentTom Ryder2019-06-251-1/+1
|
* Use simpler method to get first part of &spelllangTom Ryder2019-06-251-1/+1
|
* Add missing character to &runtimepath substituteTom Ryder2019-06-251-1/+1
|
* Fix bug in previous patternTom Ryder2019-06-241-1/+1
|
* Add two-spacers definition for 'spellcapcheck'Tom Ryder2019-06-241-0/+14
|
* Rename scratch.vim to scratch_buffer.vimTom Ryder2019-06-241-2/+2
|
* Add basic homebrew scratch buffer pluginTom Ryder2019-06-231-0/+6
| | | | Thanks to crose in Freenode #vim for a hint about `:help <mods>`.