aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Combine 'dict' and 'tsr' :set and move downTom Ryder2019-06-091-34/+40
* Add P_NDNAME exclusion checks to 'dict' and 'tsr'Tom Ryder2019-06-091-2/+2
* Explain 'dictionary' approachTom Ryder2019-06-091-1/+3
* Break three conditions into separate linesTom Ryder2019-06-091-1/+3
* Swap two conditionsTom Ryder2019-06-091-1/+1
* Explain behaviour of malformed MYVIMTom Ryder2019-06-091-0/+3
* Flesh out opening comment a bitTom Ryder2019-06-091-4/+12
* Correct bad case in abbreviationsTom Ryder2019-06-091-2/+2
* Document 'ttyfast' setting, and include tmuxTom Ryder2019-06-091-2/+7
* Document many more option settingsTom Ryder2019-06-091-18/+167
* Document 'listchars' settingsTom Ryder2019-06-091-5/+18
* Group together and document 'wrap'-related optionsTom Ryder2019-06-091-5/+21
* Move 'backspace' settings down a bitTom Ryder2019-06-091-9/+9
* Add $MYVIM/vimrc hook conditionallyTom Ryder2019-06-091-1/+5
* Remove 'showmatch' againTom Ryder2019-06-091-6/+0
* Adjust a few spelling errorsTom Ryder2019-06-091-10/+9
* Correct an error messageTom Ryder2019-06-091-1/+1
* Add a bit more commentary on vimrc reloadingTom Ryder2019-06-091-0/+3
* Check MYVIM more completely before adding to &rtpTom Ryder2019-06-091-1/+1
* Handle special encoding with :scriptencodingTom Ryder2019-06-091-19/+24
* Save &runtimepath split in a variable for laterTom Ryder2019-06-091-10/+11
* Amend comment on viminfo fileTom Ryder2019-06-091-7/+8