aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'hotfix/v4.5.1'v4.5.1Tom Ryder2019-01-022-4/+3
|\ | | | | | | | | | | * hotfix/v4.5.1: Bump VERSION Use short switches for emacs server pgrep
| * Bump VERSIONTom Ryder2019-01-021-2/+2
| |
| * Use short switches for emacs server pgrepTom Ryder2019-01-021-2/+1
|/ | | | | Turns out the pgrep from procps version 3.2.8 doesn't support these longer options.
* Merge branch 'release/v4.5.0'v4.5.0Tom Ryder2019-01-025-7/+58
|\ | | | | | | | | | | | | | | | | | | | | * release/v4.5.0: Bump VERSION Add some more elementary Emacs configuration Add Emacs settings for message-mode Tidy packages list in .emacs a bit Add emacsclient logic to $VISUAL set Don't edit message headers using Emacs Add new filetype pattern for muttrc
| * Bump VERSIONTom Ryder2019-01-021-2/+2
| |
| * Add some more elementary Emacs configurationTom Ryder2019-01-021-3/+22
| | | | | | | | Now I remember how it felt to try to use Vim for the first time.
| * Add Emacs settings for message-modeTom Ryder2019-01-021-0/+4
| |
| * Tidy packages list in .emacs a bitTom Ryder2019-01-021-1/+5
| |
| * Add emacsclient logic to $VISUAL setTom Ryder2019-01-021-4/+20
| |
| * Don't edit message headers using EmacsTom Ryder2019-01-021-0/+7
| | | | | | | | | | Until such time as I can figure out how to make format=flowed work sanely with these.
| * Add new filetype pattern for muttrcTom Ryder2019-01-021-0/+1
| |
| * Merge branch 'release/v4.4.0' into developTom Ryder2019-01-011-2/+2
| |\ | | | | | | | | | | | | * release/v4.4.0: Bump VERSION
* | \ Merge branch 'release/v4.4.0'v4.4.0Tom Ryder2019-01-014-2/+14
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v4.4.0: Bump VERSION Add my new .emacs file
| * | Bump VERSIONTom Ryder2019-01-011-2/+2
| |/
| * Add my new .emacs fileTom Ryder2019-01-013-0/+12
| |
| * Merge branch 'release/v4.3.0' into developTom Ryder2019-01-011-2/+2
| |\ | | | | | | | | | | | | * release/v4.3.0: Bump VERSION
* | \ Merge branch 'release/v4.3.0'v4.3.0Tom Ryder2019-01-0119-60/+133
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.3.0: Bump VERSION Switch to using GNU Emacs on development machines Trim some trailing whitespace Clarify control flow in shell scripts Add clarifying comment Translate a short-circuit into a conditional Add a cheeky error message to sd() Strip trailing slashes from sd() target Correct error message from sd()
| * | Bump VERSIONTom Ryder2019-01-011-2/+2
| |/
| * Switch to using GNU Emacs on development machinesTom Ryder2019-01-011-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > Andromeda, by Perseus sav'd and wed, > Hanker'd each day to see the Gorgon's head: > Till o'er a fount he held it, bade her lean, > And mirror'd in the wave was safely seen > That death she liv'd by. > Let not thine eyes know > Any forbidden thing itself, although > It once should save as well as kill: but be > Its shadow upon life enough for thee. > > --Dante Gabriel Rossetti
| * Trim some trailing whitespaceTom Ryder2018-12-313-4/+2
| |
| * Clarify control flow in shell scriptsTom Ryder2018-12-3113-50/+103
| |
| * Add clarifying commentTom Ryder2018-12-311-1/+1
| |
| * Translate a short-circuit into a conditionalTom Ryder2018-12-311-1/+3
| | | | | | | | | | I only want to use the `||` short-circuits for control flow changes (return, continue, break etc).
| * Add a cheeky error message to sd()Tom Ryder2018-12-311-0/+6
| |
| * Strip trailing slashes from sd() targetTom Ryder2018-12-311-0/+8
| |
| * Correct error message from sd()Tom Ryder2018-12-311-1/+1
| |
| * Merge branch 'release/v4.2.0' into developTom Ryder2018-12-301-2/+2
| |\ | | | | | | | | | | | | * release/v4.2.0: Bump VERSION
* | \ Merge branch 'release/v4.2.0'v4.2.0Tom Ryder2018-12-3011-8/+31
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.2.0: Bump VERSION Update vertical_region.vim to v1.0.0 Update regex_escape.vim to v1.0.2 Update replace_operator.vim to v1.0.2 Update regex_escape.vim plugin to 0.1.1 Choose regex character classes for some filetypes Add regex_escape.vim plugin Update quickfix_auto_open.vim plugin to v0.2.0
| * | Bump VERSIONTom Ryder2018-12-301-2/+2
| |/
| * Update vertical_region.vim to v1.0.0Tom Ryder2018-12-302-6/+6
| |
| * Update regex_escape.vim to v1.0.2Tom Ryder2018-12-291-0/+0
| |
| * Update replace_operator.vim to v1.0.2Tom Ryder2018-12-291-0/+0
| |
| * Update regex_escape.vim plugin to 0.1.1Tom Ryder2018-12-291-0/+0
| |
| * Choose regex character classes for some filetypesTom Ryder2018-12-294-0/+16
| |
| * Add regex_escape.vim pluginTom Ryder2018-12-293-0/+7
| |
| * Update quickfix_auto_open.vim plugin to v0.2.0Tom Ryder2018-12-281-0/+0
| |
| * Merge branch 'release/v4.1.0' into developTom Ryder2018-12-281-2/+2
| |\ | | | | | | | | | | | | * release/v4.1.0: Bump VERSION
* | \ Merge branch 'release/v4.1.0'v4.1.0Tom Ryder2018-12-28132-286/+298
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.1.0: Bump VERSION Correct typo in stub vimrc Remove some vestigial Bash 2.05 guards/comments Break up some long lines Two-space sentences in VimL comments Two-space sentences in shell comments Break up some long lines Fix long lines in manual pages Two-space sentences in manual pages Adjust sentence spacing of README.md Remove highlight double-quote VimL comment strings
| * | Bump VERSIONTom Ryder2018-12-281-2/+2
| |/
| * Correct typo in stub vimrcTom Ryder2018-12-271-1/+1
| |
| * Remove some vestigial Bash 2.05 guards/commentsTom Ryder2018-12-272-9/+4
| |
| * Break up some long linesTom Ryder2018-12-275-14/+14
| |
| * Two-space sentences in VimL commentsTom Ryder2018-12-271-8/+8
| |
| * Two-space sentences in shell commentsTom Ryder2018-12-2728-38/+38
| |
| * Break up some long linesTom Ryder2018-12-269-16/+26
| |
| * Fix long lines in manual pagesTom Ryder2018-12-2625-55/+59
| |
| * Two-space sentences in manual pagesTom Ryder2018-12-2688-123/+123
| |
| * Adjust sentence spacing of README.mdTom Ryder2018-12-261-54/+55
| |
| * Remove highlight double-quote VimL comment stringsTom Ryder2018-12-261-0/+2
| |
| * Merge branch 'release/v4.0.0' into developTom Ryder2018-12-261-2/+2
| |\