aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent punctuation in vimrc commentsTom Ryder2021-11-161-67/+67
|
* Don't set XDG vars if not running under UnixTom Ryder2020-11-191-19/+24
|
* Rewrap comments in vimrcTom Ryder2020-10-231-7/+7
|
* Break some lines to line things upTom Ryder2020-10-091-6/+11
|
* Delete extra newlineTom Ryder2020-10-041-2/+1
|
* Refactor patch testing into new patch#() wrapperTom Ryder2020-10-031-13/+13
| | | | This is a little more efficient, and perhaps a bit clearer, too.
* Simplify/correct vimrc matching rulesTom Ryder2020-09-191-11/+3
| | | | | It looks like :doautocmd doesn't actually expand variables like $MYVIMRC; I could have sworn it did...
* Add Newsbeuter->Newsboat spelling correctionsTom Ryder2020-09-191-1/+5
|
* Lower 'history' to 300 to keep startup snappyTom Ryder2020-09-191-11/+9
|
* Use consistent spacingTom Ryder2020-09-181-2/+2
|
* Separate 'dictionary' and 'thesaurus' settingsTom Ryder2020-09-171-10/+13
|
* Move plugin-dependent config to vim/after filesTom Ryder2020-09-171-51/+1
|
* Correct and extend 'backupskip' patterns for .gitTom Ryder2020-09-141-6/+8
|
* Remove outdated comment on 'dictionary' settingTom Ryder2020-09-121-11/+2
|
* Set 'backupskip', and have g:undofileskip copy itTom Ryder2020-09-121-19/+37
|
* Add Vim digraph for zero-width space (zs)Tom Ryder2020-07-191-1/+6
|
* Correct a spelling error in a commentTom Ryder2020-07-091-2/+2
|
* Add 'spelloptions' `camel` flag in VimTom Ryder2020-06-111-1/+12
|
* Add a reader quote to vimrcTom Ryder2020-06-081-1/+6
|
* 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