aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Expand)AuthorAgeFilesLines
...
* Rename EnsureDir to EstablishTom Ryder2019-06-111-11/+11
* Rearrange 'backupskip' changes logicTom Ryder2019-06-111-14/+12
* Rearrange vimrc autocmdsTom Ryder2019-06-111-35/+44
* Alter MYVIM semantics: don't allow outside settingTom Ryder2019-06-111-49/+30
* Factor out :FileTypeReload into a functionTom Ryder2019-06-111-3/+6
* Rearrange blocks in vimrcTom Ryder2019-06-111-10/+10
* Make map display mapping reflect commentTom Ryder2019-06-111-2/+2
* Remove a comment lineTom Ryder2019-06-111-1/+0
* Trim Schopenhauer quoteTom Ryder2019-06-111-3/+2
* Correct <Leader>E map definitionTom Ryder2019-06-111-1/+1
* Move :PutDate and :UTC implementations into pluginTom Ryder2019-06-111-41/+2
* Inline a few non-command-line mappings and abbrevsTom Ryder2019-06-111-72/+37
* Lots more progress on documentating literate vimrcTom Ryder2019-06-111-199/+350
* Edit :PutDate command to support a rangeTom Ryder2019-06-101-2/+2
* Correct a comment describing PutDate()Tom Ryder2019-06-101-1/+1
* Restore my FrenchTom Ryder2019-06-101-1/+1
* Explicitly set colorscheme to default on load failTom Ryder2019-06-101-1/+1
* Refactor vimrc reload and source hooksTom Ryder2019-06-101-23/+20
* Add bang to :command declaration so they redefineTom Ryder2019-06-101-2/+2
* Limit scope of UTC functionTom Ryder2019-06-101-2/+2
* Add bang to function declaration so it redefinesTom Ryder2019-06-101-1/+1
* Add space to :put commandTom Ryder2019-06-101-1/+1
* Move local spellfile out into ad-hoc pluginTom Ryder2019-06-101-22/+0
* Add uncommented code for spellfile extensionTom Ryder2019-06-101-0/+22
* Correct a badly copy-pasted sentenceTom Ryder2019-06-101-3/+2
* Add a command prefixTom Ryder2019-06-101-1/+1
* Change a word in a commentTom Ryder2019-06-101-1/+1
* Expand on why I hate i_CTRL-CTom Ryder2019-06-101-1/+3
* Inline a set-run-restore command tripletTom Ryder2019-06-101-3/+1
* Document what appears to be a Vim v8.1 bugTom Ryder2019-06-101-0/+5
* Rename Date() to PutDate() to make func clearerTom Ryder2019-06-101-3/+3
* Factor out date printing into functionTom Ryder2019-06-101-2/+6
* Use strftime() for date printingTom Ryder2019-06-101-4/+17
* Arrange abbreviations in columnsTom Ryder2019-06-101-9/+9
* Break mapping lines in twoTom Ryder2019-06-101-89/+178
* Lots more reordering and commentingTom Ryder2019-06-101-188/+249
* Use expansion $ prefix for env vars consistentlyTom Ryder2019-06-101-3/+3
* Fix some spelling and grammar errorsTom Ryder2019-06-101-20/+20
* Refactor comment on SourceCmd hook blockTom Ryder2019-06-101-3/+5
* Expand <C-K> documentation, add Steve Losh's linkTom Ryder2019-06-101-3/+7
* Use Unicode characters for 'lcs' extends/precedesTom Ryder2019-06-101-2/+15
* Make comments on leader mappings more legibleTom Ryder2019-06-101-55/+55
* Document insert mode CTRL-K double-tap mappingTom Ryder2019-06-101-1/+26
* Document insert mode CTRL-C mappingTom Ryder2019-06-101-2/+27
* Document <Space> mappingTom Ryder2019-06-101-1/+17
* Add opening notes for the mapping sectionTom Ryder2019-06-101-0/+36
* Flesh out comment on persistent undoTom Ryder2019-06-091-2/+2
* Adjust layout and commentary on 'wild...' :setsTom Ryder2019-06-091-32/+25
* Document :EnsureDir command as well as functionTom Ryder2019-06-091-0/+6
* Restore -nargs=1 for :EnsureDirTom Ryder2019-06-091-1/+1