aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
...
* Alter MYVIM semantics: don't allow outside settingTom Ryder2019-06-112-50/+31
* Correct case errors in local spell file namesTom Ryder2019-06-111-3/+3
* Use dedicated augroup for local spellfileTom Ryder2019-06-111-1/+5
* Factor our :AddLocalSpellFile commandTom Ryder2019-06-111-0/+2
* Move spellfile local mapping into functionTom Ryder2019-06-111-1/+2
* Factor out :FileTypeReload into a functionTom Ryder2019-06-111-3/+6
* Rearrange blocks in vimrcTom Ryder2019-06-111-10/+10
* Check MYVIM is not blank in spellfile pluginTom Ryder2019-06-111-1/+1
* 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
* Remove bang from endfunctionTom Ryder2019-06-111-1/+1
* Correct <Leader>E map definitionTom Ryder2019-06-111-1/+1
* Move :PutDate and :UTC implementations into pluginTom Ryder2019-06-113-41/+44
* 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
* Update vim-cursorline-current to v2.0.1Tom Ryder2019-06-101-0/+0
* Update vim-cursorline-current to v2.0.0Tom Ryder2019-06-101-0/+0
* Update vim-write-mkpath to v2.1.1Tom Ryder2019-06-101-0/+0
* Set a Unicode-friendly font on WindowsTom Ryder2019-06-101-0/+5
* 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-102-22/+26
* 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