aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v8.29.0'v8.29.0Tom Ryder2020-05-0511-70/+116
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v8.29.0: Update dotfiles(7) manual page Switch undoskip.vim to use globs Attempt to imitate 'backupskip' pats in undoskip Revert "Add /tmp to 'backupskip'" Add /tmp to 'backupskip' Add /usr/tmp to the list of undoskip paths Break undoskip patterns into linewise list Use msc(1df) output in tmux status Add msc(1df) Add Bcc and terminating columns to Mutt pager hdrs Correct and refine explanation of 'thesaurus' Working on rewording vimrc
| * Update dotfiles(7) manual pageTom Ryder2020-05-051-0/+2
| |
| * Bump VERSIONTom Ryder2020-05-051-2/+2
| |
| * Switch undoskip.vim to use globsTom Ryder2020-05-051-9/+12
| | | | | | | | | | This increases the minimum version required to v7.4.668, but I think that's OK now with v8.2 being rolled out.
| * Attempt to imitate 'backupskip' pats in undoskipTom Ryder2020-05-051-7/+14
| |
| * 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
| |
| * Add /usr/tmp to the list of undoskip pathsTom Ryder2020-05-051-0/+1
| |
| * Break undoskip patterns into linewise listTom Ryder2020-05-051-1/+5
| |
| * Use msc(1df) output in tmux statusTom Ryder2020-05-051-1/+1
| |
| * Add msc(1df)Tom Ryder2020-05-055-0/+27
| |
| * Add Bcc and terminating columns to Mutt pager hdrsTom Ryder2020-05-041-2/+2
| |
| * 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-049-283/+376
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.28.2' into developTom Ryder2020-05-032-4/+4
| |\ \ | | | | | | | | | | | | | | | | * hotfix/v8.28.2: Use global variable not autoload for undoskip.vim
| * \ \ Merge branch 'hotfix/v8.28.1' into developTom Ryder2020-05-032-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * hotfix/v8.28.1: Test for correct feature for undoskip.vim plugin
| * \ \ \ Merge branch 'release/v8.28.0' into developTom Ryder2020-05-031-2/+2
| |\ \ \ \
| | | | | * Working on rewording vimrcTom Ryder2020-05-021-52/+57
| | | | | |
* | | | | | Merge branch 'hotfix/v8.28.2'v8.28.2Tom Ryder2020-05-032-4/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | * hotfix/v8.28.2: Use global variable not autoload for undoskip.vim
| * | | | | Bump VERSIONTom Ryder2020-05-031-2/+2
| | | | | |
| * | | | | Use global variable not autoload for undoskip.vimTom Ryder2020-05-031-2/+2
|/ / / / / | | | | | | | | | | | | | | | Just to be consistent with my other plugins.
* | | | | Merge branch 'hotfix/v8.28.1'v8.28.1Tom Ryder2020-05-032-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | * hotfix/v8.28.1: Test for correct feature for undoskip.vim plugin
| * | | | Bump VERSIONTom Ryder2020-05-031-2/+2
| | | | |
| * | | | Test for correct feature for undoskip.vim pluginTom Ryder2020-05-031-1/+1
|/ / / / | | | | | | | | | | | | The +persistent_undo feature wasn't added until Vim v7.3.
* | | | Merge branch 'release/v8.28.0'v8.28.0Tom Ryder2020-05-032-2/+48
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | * release/v8.28.0: Flesh out new undoskip.vim plugin a lot Add plugin undoskip.vim; switch 'undofile' on path
| * | | Bump VERSIONTom Ryder2020-05-031-2/+2
| |/ /
| * | Flesh out new undoskip.vim plugin a lotTom Ryder2020-05-031-7/+43
| | |
| * | Add plugin undoskip.vim; switch 'undofile' on pathTom Ryder2020-05-031-0/+10
| | |
| * | Merge branch 'release/v8.27.0' into developTom Ryder2020-05-032-101/+119
| |\ \ | | | | | | | | | | | | | | | | * release/v8.27.0: Update dotfiles(7) manual page
* | \ \ Merge branch 'release/v8.27.0'v8.27.0Tom Ryder2020-05-034-197/+231
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * release/v8.27.0: 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 dotfiles(7) manual pageTom Ryder2020-05-031-99/+117
| | | |
| * | | Bump VERSIONTom Ryder2020-05-031-2/+2
| |/ /
| * | Reflow features listTom Ryder2020-05-031-8/+7
| | |
| * | Remove spaces around em-dashesTom Ryder2020-05-031-26/+26
| | |
| * | Many README.md improvements in phrasing or grammarTom Ryder2020-05-031-66/+83
| | |
| * | Order sub-targets of `install` correctlyTom Ryder2020-05-031-1/+1
| | |
| * | Merge branch 'release/v8.26.0' into developTom Ryder2020-05-033-26/+19
| |\ \ | | | | | | | | | | | | | | | | | | | | * release/v8.26.0: Update PGP key Update dotfiles(7) manual page
* | \ \ Merge branch 'release/v8.26.0'v8.26.0Tom Ryder2020-05-036-55/+41
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v8.26.0: 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 Remove trailing slashes from default XDG basedir Use a dash rather than a three-period ellipsis
| * | | Update PGP keyTom Ryder2020-05-031-1/+0
| | | |
| * | | Update dotfiles(7) manual pageTom Ryder2020-05-031-23/+17
| | | |
| * | | Bump VERSIONTom Ryder2020-05-031-2/+2
| |/ /
| * | Reformat paragraphs in README.mdTom Ryder2020-05-031-5/+5
| | |
| * | Remove outdated description of GnuPG config genTom Ryder2020-05-031-9/+1
| | | | | | | | | | | | | | | I lean much more on defaults now, and haven't used m4/mi5 to generate this config since I drastically pared it back in 002551c.
| * | Update documentation of personal mail pathsTom Ryder2020-05-031-1/+1
| | |
| * | Add comment to installation dry run commandTom Ryder2020-05-031-1/+1
| | |
| * | Suggest creation of recommended path in docsTom Ryder2020-05-031-0/+1
| | |
| * | Update recommended path in documentationTom Ryder2020-05-031-10/+10
| | |
| * | Merge branch 'hotfix/v8.25.2' into developTom Ryder2020-05-034-22/+17
| |\ \ | | | | | | | | | | | | | | | | | | | | * hotfix/v8.25.2: Copy, don't reference XDG basedir lists Write v:null back out of XDG routines
| * | | Remove trailing slashes from default XDG basedirTom Ryder2020-05-031-1/+1
| | | |