aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump VERSIONTom Ryder2019-01-151-2/+2
|
* Break up some long conditions for readabilityTom Ryder2019-01-151-2/+4
|
* Add setting for p flag to Vim 'formatoptions'Tom Ryder2019-01-151-0/+5
|
* Merge branch 'release/v4.10.0' into developTom Ryder2019-01-071-2/+2
|\ | | | | | | | | * release/v4.10.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-071-2/+2
|/
* Correct function reference in gitcommit ftpluginTom Ryder2019-01-071-1/+1
|
* Merge branch 'release/v4.9.0' into developTom Ryder2019-01-071-2/+2
|\ | | | | | | | | * release/v4.9.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-071-2/+2
|/
* Return to vi as default visual editorTom Ryder2019-01-071-7/+2
| | | | | | This is getting in the way of my work a bit too much. I'm still learning how to use it, but throwing myself into the deep end at this point turned out to be a bad idea.
* Remove superfluous unmappings for mail filetypeTom Ryder2019-01-061-7/+0
|
* Clarify a comment for HTML indentationTom Ryder2019-01-061-2/+3
|
* Add test to 'keywordprg' setting for Vim helpTom Ryder2019-01-061-3/+6
|
* Make name of autocmd group more specificTom Ryder2019-01-061-4/+4
|
* Clarify a commentTom Ryder2019-01-061-1/+1
|
* Refactor Vim mail header field shortcutsTom Ryder2019-01-061-10/+24
|
* Explain .bashrc $- 'r' flag problem fullyTom Ryder2019-01-051-2/+3
|
* Merge branch 'release/v4.8.0' into developTom Ryder2019-01-041-2/+2
|\ | | | | | | | | * release/v4.8.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-041-2/+2
|/
* Revert "Add experimental delimit_operator.vim plugin"Tom Ryder2019-01-043-70/+0
| | | | | | | | | This reverts commit 6ed48b12e451a0770d5a3f236e66e0e7e9a39c8d. I don't think this is the right approach. The main reason I dropped surround.vim was because I didn't like how often I was doing something that doesn't work at all in vanilla Vim. If I make a half-assed re-implementation, I'm just perpetuating the problem.
* Merge branch 'release/v4.7.0' into developTom Ryder2019-01-041-2/+2
|\ | | | | | | | | * release/v4.7.0: Bump VERSION
| * Bump VERSIONTom Ryder2019-01-041-2/+2
|/
* Add experimental delimit_operator.vim pluginTom Ryder2019-01-043-0/+70
| | | | | | This is an attempt at a small subset of surround.vim's behaviour, hopefully drastically simplified. I'm not actually sure how useful or practical this is going to be yet.
* Merge branch 'hotfix/v4.6.1' into developTom Ryder2019-01-042-3/+3
|\ | | | | | | | | * hotfix/v4.6.1: Add missing arguments to emacsm wrapper
| * Bump VERSIONTom Ryder2019-01-041-2/+2
| |
| * Add missing arguments to emacsm wrapperTom Ryder2019-01-041-1/+1
| |
| * Merge branch 'release/v4.6.0'v4.6.0Tom Ryder2019-01-049-31/+29
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.6.0: Bump VERSION Further attempts at sane Emacs VISUAL setting Use :lhelpgrep for help search shortcut Remove a daft comment Add Lisp to filetypes.vim Remove some possibly-unwanted .emacs config Adjust some comments in .emacs Block stderr from emacs daemon startup Remove an error-prone line from .emacs
| * \ 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
* | \ \ Merge branch 'release/v4.6.0' into developTom Ryder2019-01-041-2/+2
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * release/v4.6.0: Bump VERSION
| * | | Bump VERSIONTom Ryder2019-01-041-2/+2
|/ / /
* | | Further attempts at sane Emacs VISUAL settingTom Ryder2019-01-045-22/+15
| | |
* | | Use :lhelpgrep for help search shortcutTom Ryder2019-01-031-2/+2
| | |
* | | Remove a daft commentTom Ryder2019-01-031-2/+0
| | |
* | | Add Lisp to filetypes.vimTom Ryder2019-01-031-0/+7
| | |
* | | Remove some possibly-unwanted .emacs configTom Ryder2019-01-031-1/+0
| | |
* | | Adjust some comments in .emacsTom Ryder2019-01-031-1/+3
| | |
* | | Block stderr from emacs daemon startupTom Ryder2019-01-021-1/+1
| | |
* | | Remove an error-prone line from .emacsTom Ryder2019-01-021-1/+0
| | |
* | | Merge branch 'hotfix/v4.5.1' into developTom 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
| * \ 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
| * \ \ 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()
| * \ \ \ 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
| * \ \ \ \ 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
| * \ \ \ \ \ 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
| * \ \ \ \ \ \ Merge branch 'hotfix/v3.6.1'v3.6.1Tom Ryder2018-12-202-3/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v3.6.1: Correct error in stub .vimrc
* | \ \ \ \ \ \ \ Merge branch 'release/v4.5.0' into developTom Ryder2019-01-021-2/+2
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.5.0: Bump VERSION
| * | | | | | | | 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.