aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add a dillorc fileTom Ryder2018-11-223-0/+25
| | | | | | | | | | | | | | | | | | I'm using this browser on an old ThinkPad. Firefox runs, but it's slow, and lately I'm spending a lot of time on sites that don't require JavaScript or anything like that. Let's see how this goes. The `save_dir` doesn't accept tildes in it as a shorthand for the home directory, so I've had to template it with mi5->m4.
| * Merge branch 'release/v1.73.0' into developTom Ryder2018-11-221-2/+2
| |\ | | | | | | | | | | | | * release/v1.73.0: Bump VERSION
* | \ Merge branch 'release/v1.73.0'v1.73.0Tom Ryder2018-11-222-10/+54
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.73.0: Bump VERSION Make more of an effort with sudoedit(8) strips Add resolv.conf Vim filetype detection Add hostconf Vim filetype detection for hosts(5)
| * | Bump VERSIONTom Ryder2018-11-221-2/+2
| |/
| * Make more of an effort with sudoedit(8) stripsTom Ryder2018-11-221-8/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle both kinds of templated temporary files produced by sudoedit(8): * /var/tmp/foo.XXXXXXXX * /var/tmp/fooXXXXXXXX.bar This means that editing /etc/resolv.conf now highlights correctly, having also in this commit moved the sudo detection to *before* the .conf fallback. The hardcoded temporary path for finding the files probably needs to be either determined at runtime or made configurable by the user.
| * Add resolv.conf Vim filetype detectionTom Ryder2018-11-221-0/+4
| |
| * Add hostconf Vim filetype detection for hosts(5)Tom Ryder2018-11-221-0/+4
| |
| * Merge branch 'release/v1.72.0' into developTom Ryder2018-11-211-2/+2
| |\ | | | | | | | | | | | | * release/v1.72.0: Bump VERSION
* | \ Merge branch 'release/v1.72.0'v1.72.0Tom Ryder2018-11-218-6/+25
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.72.0: Bump VERSION Restore 'visualbell' Vim setting Correct sxhkd installation path Add Bash settings to Vim readline highlighting Add missing left angle bracket to filetype undo Remove trailing quote from edda(1df) manual Add a new issue
| * | Bump VERSIONTom Ryder2018-11-211-2/+2
| |/
| * Restore 'visualbell' Vim settingTom Ryder2018-11-211-0/+3
| | | | | | | | | | | | Commit 35ba8df removed this, but the bell still rings on a TTY and in an X terminal outside of tmux. I didn't notice because the machine I was using doesn't have a PC speaker.
| * Correct sxhkd installation pathTom Ryder2018-11-211-1/+1
| |
| * Add Bash settings to Vim readline highlightingTom Ryder2018-11-163-1/+12
| | | | | | | | | | This includes the creation of a hitherto-unneeded Makefile target install-vim-syntax.
| * Add missing left angle bracket to filetype undoTom Ryder2018-11-141-1/+1
| |
| * Remove trailing quote from edda(1df) manualTom Ryder2018-11-121-1/+1
| |
| * Merge branch 'hotfix/v1.71.3' into developTom Ryder2018-11-012-3/+3
| |\ | | | | | | | | | | | | * hotfix/v1.71.3: Ignore unset variables in sh.vim clear script
| * \ Merge branch 'hotfix/v1.71.2' into developTom Ryder2018-10-3110-20/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | * hotfix/v1.71.2: Bump VERSION Add left-parens to inner case statements
| * \ \ Merge branch 'hotfix/v1.71.1' into developTom Ryder2018-10-3110-2/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v1.71.1: Bump VERSION Add missing ;; terminators
| * | | | Add a new issueTom Ryder2018-10-301-0/+5
| | | | |
| * | | | Merge branch 'release/v1.71.0' into developTom Ryder2018-10-301-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.71.0: Bump VERSION
* | \ \ \ \ Merge branch 'hotfix/v1.71.3'v1.71.3Tom Ryder2018-11-012-3/+3
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | * hotfix/v1.71.3: Ignore unset variables in sh.vim clear script
| * | | | | Bump VERSIONTom Ryder2018-11-011-2/+2
| | | | | |
| * | | | | Ignore unset variables in sh.vim clear scriptTom Ryder2018-11-011-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Error message is: Error detected while processing /home/tom/.vim/after/syntax/sh.vim: line 10: E108: No such variable: "g:is_kornshell" Press ENTER or type command to continue
* | | | | Merge branch 'hotfix/v1.71.2'v1.71.2Tom Ryder2018-10-3110-20/+20
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | * hotfix/v1.71.2: Bump VERSION Add left-parens to inner case statements
| * | | | Bump VERSIONTom Ryder2018-10-311-2/+2
| | | | |
| * | | | Add left-parens to inner case statementsTom Ryder2018-10-319-18/+18
|/ / / / | | | | | | | | | | | | | | | | This helps older versions of Bash understand that the surrounding subshell isn't terminating.
* | | | Merge branch 'hotfix/v1.71.1'v1.71.1Tom Ryder2018-10-3110-2/+11
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v1.71.1: Bump VERSION Add missing ;; terminators
| * | | Bump VERSIONTom Ryder2018-10-311-2/+2
| | | |
| * | | Add missing ;; terminatorsTom Ryder2018-10-319-0/+9
|/ / /
* | | Merge branch 'release/v1.71.0'v1.71.0Tom Ryder2018-10-3013-6/+149
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | * release/v1.71.0: Bump VERSION Documented the special install-conf target Respect completion-ignore-case in custom functions Use case statement for sudo -v switching
| * | Bump VERSIONTom Ryder2018-10-301-2/+2
| |/
| * Documented the special install-conf targetTom Ryder2018-10-302-1/+14
| |
| * Respect completion-ignore-case in custom functionsTom Ryder2018-10-3010-2/+129
| | | | | | | | | | | | This involves a little too much boilerplate for my liking, but it's still an improvement over what I had before. I might find a way to make this into a generic function.
| * Use case statement for sudo -v switchingTom Ryder2018-10-241-1/+4
| | | | | | | | This is slightly more idiomatic shell.
| * Merge branch 'release/v1.70.0' into developTom Ryder2018-09-141-2/+2
| |\ | | | | | | | | | | | | * release/v1.70.0: Bump VERSION
* | \ Merge branch 'release/v1.70.0'v1.70.0Tom Ryder2018-09-143-52/+5
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v1.70.0: Bump VERSION Revert "Replace paste_open.vim with paste_hook....
| * | Bump VERSIONTom Ryder2018-09-141-2/+2
| |/
| * Revert "Replace paste_open.vim with paste_hook....Tom Ryder2018-09-142-50/+3
| | | | | | | | | | | | | | This reverts commit dce5abc0724428f805562dd32bf9a71677d55aaa. On review, paste_open is good enough. I can always dig this back up again if I need to.
| * Merge branch 'release/v1.69.0' into developTom Ryder2018-09-121-2/+2
| |\ | | | | | | | | | | | | * release/v1.69.0: Bump VERSION
* | \ Merge branch 'release/v1.69.0'v1.69.0Tom Ryder2018-09-123-5/+52
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v1.69.0: Bump VERSION Replace paste_open.vim with paste_hook.vim
| * | Bump VERSIONTom Ryder2018-09-121-2/+2
| |/
| * Replace paste_open.vim with paste_hook.vimTom Ryder2018-09-122-3/+50
| | | | | | | | Still a little experimental; no documentation (or distribution) yet.
| * Merge branch 'hotfix/v1.68.1' into developTom Ryder2018-09-092-3/+3
| |\ | | | | | | | | | | | | * hotfix/v1.68.1: Correct &laststatus default value test
| * \ Merge branch 'release/v1.68.0' into developTom Ryder2018-09-091-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.68.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.68.1'v1.68.1Tom Ryder2018-09-092-3/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * hotfix/v1.68.1: Correct &laststatus default value test
| * | | Bump VERSIONTom Ryder2018-09-091-2/+2
| | | |
| * | | Correct &laststatus default value testTom Ryder2018-09-091-1/+1
|/ / /
* | | Merge branch 'release/v1.68.0'v1.68.0Tom Ryder2018-09-093-5/+12
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.68.0: Bump VERSION Update cursorline_current.vim plugin Unset 'laststatus' and 'ruler' only if they're set Specify object type in comments Add "whole buffer" object an experiment Update cursorline_current.vim plugin
| * | Bump VERSIONTom Ryder2018-09-091-2/+2
| |/
| * Update cursorline_current.vim pluginTom Ryder2018-09-091-0/+0
| |