aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\
* | \ Merge branch 'release/v4.0.0'v4.0.0Tom Ryder2018-12-268-69/+26
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v4.0.0: Switch to two-space sentences Remove repeat.vim and surround.vim Force 'ttymouse' off a little more carefully No longer need a longer 'timeoutlen' in Vim Include /usr/tmp in 'backupskip' Factor out vimrc user 'runtimepath' switching
| * | 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
| * \ Merge branch 'release/v3.6.0' into developTom Ryder2018-12-191-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v3.6.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v3.6.1'v3.6.1Tom 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.
* | | Merge branch 'release/v3.6.0'v3.6.0Tom Ryder2018-12-193-20/+19
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v3.6.0: Bump VERSION Make .vimrc stub more resilient to older Vims Remove redundant links Update README.md link to msmtp Use secure URL for Vim website in README.md Update README.md link to Dunst Switch to secure link to OpenBSD foundation
| * | Bump VERSIONTom Ryder2018-12-191-2/+2
| |/
| * Make .vimrc stub more resilient to older VimsTom Ryder2018-12-191-10/+10
| |