aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)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
| | | | Fun idea but not really that useful.
* Cache XDG values in vimrcTom Ryder2020-05-241-35/+40
| | | | | I'm still not entirely happy with this, but not quite sure how else to handle it yet.
* 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
| | | | Really shouldn't happen, but probably worth catching.
* 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
| | | | | | Spell files should go in the XDG data dirs, ideally; update to a version of spellfile_local.vim that allows that, with the necessary configuration in ~/.vim/after/plugin.
* 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
|\ | | | | | | | | * hotfix/v8.31.2: Make copies for map(), filter(), and reverse()
| * Make copies for map(), filter(), and reverse()Tom Ryder2020-05-091-5/+9
| | | | | | | | | | I really should have remembered this. Caused broken 'thesaurus' entries, in this case.
* | 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
| | | | | | It's part of the default anyway. This reverts commit 5d6f18d9baf4f5a0743ce4c63bb7fb6e5e2d5096.
* 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
|\ | | | | | | | | * feature/vimrc-edit: Working on rewording vimrc
| * Merge branch 'develop' into feature/vimrc-editTom Ryder2020-05-041-29/+41
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: Use global variable not autoload for undoskip.vim Test for correct feature for undoskip.vim plugin Flesh out new undoskip.vim plugin a lot Add plugin undoskip.vim; switch 'undofile' on path Update dotfiles(7) manual page Reflow features list Remove spaces around em-dashes Many README.md improvements in phrasing or grammar Order sub-targets of `install` correctly Update PGP key Update dotfiles(7) manual page Reformat paragraphs in README.md Remove outdated description of GnuPG config gen Update documentation of personal mail paths Add comment to installation dry run command Suggest creation of recommended path in docs Update recommended path in documentation Copy, don't reference XDG basedir lists Write v:null back out of XDG routines Remove trailing slashes from default XDG basedir Update PGP key fingerprint Use a dash rather than a three-period ellipsis Tighten :try block around 'dictionary'/'thesaurus' Factor out iteration variables with some maps Test dir lists for emptiness to avoid force :unlet Use v:null in XDG-related contexts Add handling of "after" subdirs in Vim XDG config Separate cache runtime behaviour from config Tolerate unset iteration variables Improve "absolute path" check for XDG base dirs Tidy and correct XDG var getenv() fallback Force unwanted --quoting-style option to ls(1) off Bump updated date for vimrc
* | Merge branch 'hotfix/v8.25.2' into developTom Ryder2020-05-031-10/+10
|\ \ | | | | | | | | | | | | | | | * hotfix/v8.25.2: Copy, don't reference XDG basedir lists Write v:null back out of XDG routines
| * | 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
| | | | | | | | | | | | | | | | | | | | | | | | I had misconfigured my test machine, and was testing the latest Vim v8.2.x when I thought I was testing v7.0.0, which misled me into thinking v:null was defined on the latter version in commit 145998c. Reverse this and just use an empty string as the sentinel value; it's not strictly correct, but it doesn't matter much to XDG.
* | | 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
| | | | | | | | I hadn't realised it was supported in Vim v7.0.
* | 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
| | | | | | | | It's a little awkward to conflate them.
* | 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
| | | | I've configured Vim itself to bump this date on each save now.
* 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
|