aboutsummaryrefslogtreecommitdiff
path: root/vim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove 'splitbelow' and 'splitright' settingsTom Ryder2019-06-091-8/+0
* Add explanations for 'ttymouse' and 'split*' optsTom Ryder2019-06-091-6/+15
* Reorder some vimrc blocksTom Ryder2019-06-091-39/+39
* Add user-local 'dictionary' pathTom Ryder2019-06-091-1/+1
* Explain the 'backupskip' problem a bit moreTom Ryder2019-06-091-2/+3
* Restrict allowed characters of $MYVIM even moreTom Ryder2019-06-091-7/+14
* Restore simple comma blockingTom Ryder2019-06-091-5/+2
* Break a paragraphTom Ryder2019-06-091-2/+4
* Block MYVIM with pipes in its nameTom Ryder2019-06-091-2/+5
* Identify patch number of fixed featureTom Ryder2019-06-091-2/+2
* Rearrange a paragraphTom Ryder2019-06-091-4/+3
* Revert "Restore 'shortmess' defaults"Tom Ryder2019-06-091-0/+3
* Refactor cache directory creation and 'viminfo'Tom Ryder2019-06-091-26/+40
* Adjust comma commentTom Ryder2019-06-091-3/+4
* Adjust layout of 'runtimepath' split codeTom Ryder2019-06-091-29/+30
* Split an awkwardly long :set lineTom Ryder2019-06-091-1/+2
* Restore 'shortmess' defaultsTom Ryder2019-06-091-3/+0
* Add some more literate commentsTom Ryder2019-06-091-4/+14
* Develop commentary of 'modeline' awfulnessTom Ryder2019-06-091-1/+9
* Move C resets further upTom Ryder2019-06-091-28/+32
* Adjust commentary around indent settingsTom Ryder2019-06-091-8/+9
* Group 'showmatch' and 'matchtime' meaningfullyTom Ryder2019-06-091-5/+5
* Move 'runtimepath' manipulation to top of fileTom Ryder2019-06-091-11/+15