aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check value of MYVIM before hooking into subfileTom Ryder2019-06-091-1/+5
* Refactor filetype reloading with commandTom Ryder2019-06-091-17/+14
* Adjust comment on vimrc reload hookTom Ryder2019-06-091-4/+4
* Prepend $MYVIM to &runtimepath if not thereTom Ryder2019-06-091-0/+8
* Move EnsureDir() declaration up, ensure $MYVIMTom Ryder2019-06-091-24/+35
* Refactor validity checks for $MYVIMTom Ryder2019-06-091-26/+38
* Move 'runtimepath' split back inlineTom Ryder2019-06-091-33/+21
* Refactor 'runtimepath' split back into functionTom Ryder2019-06-091-6/+11
* Refactor directory creation with custom commandTom Ryder2019-06-091-8/+10
* Adjust MYVIM validity checksTom Ryder2019-06-091-19/+21
* Remove Debian 'runtimepath' strippingTom Ryder2019-06-091-9/+0
* Correct backwards runtime checkTom Ryder2019-06-091-1/+1