aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Expand)AuthorAgeFilesLines
* Adjust layout of quoteTom Ryder2020-06-081-2/+2
* Remove two outdated commentsTom Ryder2020-06-021-6/+2
* Reference don't copy vimrc source/save checksTom Ryder2020-06-021-3/+3
* Correct the vimrc SourceCmd hook pathTom Ryder2020-06-021-1/+1
* Remove fortune.vim pluginTom Ryder2020-06-011-6/+1
* Cache XDG values in vimrcTom Ryder2020-05-241-35/+40
* Rewrite and rewrap a comment block in vimrcTom Ryder2020-05-211-5/+5
* Correct two command references in vimrc commentTom Ryder2020-05-211-2/+2
* Remove inappropriate reverse() callTom Ryder2020-05-171-3/+3
* Remove vestigial reference to $MYVIM without condTom Ryder2020-05-161-2/+2
* Update updated date in vimrcTom Ryder2020-05-161-1/+1
* Correct some poor writingTom Ryder2020-05-161-4/+3
* Bail from Vim if &runtimepath is emptyTom Ryder2020-05-161-2/+3
* Write out over-engineered path creation functionTom Ryder2020-05-161-18/+2
* Switch XDG semantics to functions not global varTom Ryder2020-05-161-64/+56
* Don't put spell in cache, update spell pluginTom Ryder2020-05-151-10/+1
* Rewriting commentary on vimrcTom Ryder2020-05-111-48/+85
* Remove unneeded <silent> modifiers from mapsTom Ryder2020-05-111-5/+5
* Break map definitions consistentlyTom Ryder2020-05-111-29/+55
* Break abbreviation definitions for readabilityTom Ryder2020-05-111-8/+15
* Merge branch 'hotfix/v8.31.2' into developTom Ryder2020-05-091-5/+9
|\
| * Make copies for map(), filter(), and reverse()Tom Ryder2020-05-091-5/+9
* | Test $MYVIM is defined and non-empty for definingTom Ryder2020-05-091-2/+10
* | Use more idiomatic approach to get() defaultingTom Ryder2020-05-091-2/+2
* | Use nested single quotes rather than doubleTom Ryder2020-05-081-4/+4
|/
* Revert "Add /tmp to 'backupskip'"Tom Ryder2020-05-051-5/+4
* Add /tmp to 'backupskip'Tom Ryder2020-05-051-4/+5
* Correct and refine explanation of 'thesaurus'Tom Ryder2020-05-041-9/+6
* Merge branch 'feature/vimrc-edit' into developTom Ryder2020-05-041-52/+57
|\
| * Merge branch 'develop' into feature/vimrc-editTom Ryder2020-05-041-29/+41
| |\ | |/ |/|
* | Merge branch 'hotfix/v8.25.2' into developTom Ryder2020-05-031-10/+10
|\ \
| * | Copy, don't reference XDG basedir listsTom Ryder2020-05-031-3/+3
| * | Write v:null back out of XDG routinesTom Ryder2020-05-031-8/+8
* | | Use a dash rather than a three-period ellipsisTom Ryder2020-05-031-4/+4
|/ /
* | Tighten :try block around 'dictionary'/'thesaurus'Tom Ryder2020-05-031-11/+11
* | Factor out iteration variables with some mapsTom Ryder2020-05-031-17/+16
* | Test dir lists for emptiness to avoid force :unletTom Ryder2020-05-031-15/+19
* | Use v:null in XDG-related contextsTom Ryder2020-05-031-8/+8
* | Add handling of "after" subdirs in Vim XDG configTom Ryder2020-05-031-2/+6
* | Separate cache runtime behaviour from configTom Ryder2020-05-031-13/+16
* | Tolerate unset iteration variablesTom Ryder2020-05-031-2/+4
| * Working on rewording vimrcTom Ryder2020-05-021-52/+57
|/
* Bump updated date for vimrcTom Ryder2020-05-021-1/+1
* Refine 'viminfo' option setting and commentTom Ryder2020-04-281-12/+8
* Fix a few spelling and punctuation errorsTom Ryder2020-04-271-9/+9
* Improve robustness of option directory creationTom Ryder2020-04-261-16/+29
* Correct an XDG pathTom Ryder2020-04-261-1/+1
* Refactor adjusted XDG handlingTom Ryder2020-04-251-43/+26
* Improve compliance/sanity of XDG implementationTom Ryder2020-04-251-38/+62
* Handle invalid XDG cache homeTom Ryder2020-04-251-17/+29