aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | 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
| * | | | | | | 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
| * | | | | | 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
| * | | | | 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
| * | | | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | Bump VERSIONTom Ryder2018-12-261-2/+2
|/ / /
* | | Switch to two-space sentencesTom Ryder2018-12-261-3/+4
| | | | | | | | | | | | You win, Steve Losh.
* | | Remove repeat.vim and surround.vimTom Ryder2018-12-266-44/+4
| | | | | | | | | | | | | | | | | | Getting in the habit of using , and ; properly. This is the last of the third-party code in my ~/.vim!
* | | Force 'ttymouse' off a little more carefullyTom Ryder2018-12-261-1/+2
| | |
* | | No longer need a longer 'timeoutlen' in VimTom Ryder2018-12-261-3/+0
| | |
* | | Include /usr/tmp in 'backupskip'Tom Ryder2018-12-261-1/+2
| | | | | | | | | | | | The temporary paths used by `sudo -e` appear to be chosen at build time.
* | | Factor out vimrc user 'runtimepath' switchingTom Ryder2018-12-261-15/+12
| | |
* | | Merge branch 'hotfix/v3.6.1' into developTom Ryder2018-12-202-3/+3
|\ \ \ | | |/ | |/| | | | | | | * hotfix/v3.6.1: Correct error in stub .vimrc
| * | Bump VERSIONTom Ryder2018-12-201-2/+2
| | |
| * | Correct error in stub .vimrcTom Ryder2018-12-201-1/+1
| |/ | | | | | | | | This was introduced in commit 5d67a92. I'm surprised I haven't noticed already. I would have thought this would cause glaring errors.