aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Include XDG_{CONFIG,DATA}_DIRS handling in VimTom Ryder2020-04-251-30/+27
| | | | This obsoletes custom $MYVIM variables.
* Roll out the beginnings of XDG support for VimTom Ryder2020-04-251-13/+29
| | | | | The idea here isn't to remove ~/.vim, but to be able to use ~/.cache and ~/.config on a per-machine basis.
* Remove thesaurus install targetTom Ryder2020-04-251-2/+2
| | | | Not really appropriate for a Makefile to `curl` resources.
* Add setting for 'viewdir' optionTom Ryder2020-04-231-0/+11
|
* Call path create rather than commandTom Ryder2020-04-061-4/+4
| | | | Prevents issues with premature expansion of env variables.
* Vim: Use more correct method of escaping :set RHSTom Ryder2020-04-051-7/+7
|
* Correct a vimrc commentTom Ryder2020-01-061-1/+1
|
* Remove 'synmaxcol' settingTom Ryder2020-01-051-6/+0
| | | | Let's see if this is still actually a problem.
* Centralize default 'foldlevel'Tom Ryder2019-12-231-0/+5
|
* Reshape autoloads into noun#Verb() patternTom Ryder2019-12-211-9/+13
|
* Remove complex 'spellfile' settingTom Ryder2019-12-191-25/+2
| | | | I'll replace and extend this functionality with a new plugin shortly.
* Update change date on vimrcTom Ryder2019-12-181-1/+1
|
* Set 'cursorline' for all windows on colors changeTom Ryder2019-12-181-1/+1
|
* Simplify 'cursorline' switchingTom Ryder2019-12-181-1/+1
|
* Switch to default tabs, spaces for some filetypesTom Ryder2019-12-081-33/+5
| | | | | | | | | | Lately I've been cooperating a lot with other administrators in managing some config files, and because they all use Vim with no configuration or nearly no configuration, they use tabs for indentation everywhere. This is showing up particularly often in configuration files. It now seems like a good idea to use tabs as the default so I don't have to keep cleaning up these files afterwards. For most of the languages in which I write actual programs, however, I'm sticking with spaces for now.
* Completely rewrite an awkward comment blockTom Ryder2019-11-241-12/+14
|
* Refine "sticky star" mappingTom Ryder2019-11-231-2/+6
|
* Improve extension histogram commandsTom Ryder2019-10-301-1/+1
| | | | | Apply the C locale to the entire subshell, rather than just the find(1) command.
* Merge branch 'hotfix/v6.57.1' into developTom Ryder2019-07-151-2/+2
|\ | | | | | | | | * hotfix/v6.57.1: Add missing carriage returns to maps