aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v1.76.0'v1.76.0Tom Ryder2018-11-225-9/+26
|\ | | | | | | | | | | | | | | | | | | * release/v1.76.0: Bump VERSION Add color definitions to xterm resources Correct TERM string for xterm Remove some resources from URxvt Add Dillo to README.md configuration list Add single quotes to description of Vim options
| * Bump VERSIONTom Ryder2018-11-221-2/+2
| |
| * Add color definitions to xterm resourcesTom Ryder2018-11-221-0/+18
| |
| * Correct TERM string for xtermTom Ryder2018-11-221-1/+1
| | | | | | | | | | Looks like this went in when the xterm resource type was created; it was probably from when I was experimenting with monochrome terminals.
| * Remove some resources from URxvtTom Ryder2018-11-221-2/+0
| | | | | | | | Neither of these are needed since b456da1.
| * Add Dillo to README.md configuration listTom Ryder2018-11-221-0/+1
| |
| * Add single quotes to description of Vim optionsTom Ryder2018-11-221-4/+4
| |
| * Merge branch 'hotfix/v1.75.1' into developTom Ryder2018-11-222-16/+34
| |\ | | | | | | | | | | | | * hotfix/v1.75.1: Rebuild dotfiles(7df) manual
| * \ Merge branch 'release/v1.75.0' into developTom Ryder2018-11-221-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v1.75.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v1.75.1'v1.75.1Tom Ryder2018-11-222-16/+34
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * hotfix/v1.75.1: Rebuild dotfiles(7df) manual
| * | | Bump VERSIONTom Ryder2018-11-221-2/+2
| | | |
| * | | Rebuild dotfiles(7df) manualTom Ryder2018-11-221-14/+32
|/ / /
* | | Merge branch 'release/v1.75.0'v1.75.0Tom Ryder2018-11-2211-91/+81
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | * release/v1.75.0: Bump VERSION Remove alignment spaces from Newsboat config Remove mpdlrc setup from Xinitrc.d Apply some logic to choose a GUI browser Remove colon alignment from .Xresources subfiles Remove font settings
| * | Bump VERSIONTom Ryder2018-11-221-2/+2
| |/
| * Remove alignment spaces from Newsboat configTom Ryder2018-11-221-16/+16
| |
| * Remove mpdlrc setup from Xinitrc.dTom Ryder2018-11-221-3/+0
| | | | | | | | | | I haven't used it in some time, and it's due to be properly ported to my Music::Lyrics::LRC library.
| * Apply some logic to choose a GUI browserTom Ryder2018-11-221-3/+23
| | | | | | | | | | I'll want to use Dillo if I'm on a machine with limited memory, but the balance tips in favour of Firefox if I have RAM to spare.
| * Remove colon alignment from .Xresources subfilesTom Ryder2018-11-222-40/+40
| |
| * Remove font settingsTom Ryder2018-11-227-27/+0
| | | | | | | | | | | | I'm pretty tired of messing with all these. The defaults are fine, and render nice and quickly; it's just too much of a hassle making it all pixel-perfect, and the anti-aliasing is so often just rubbish.
| * Merge branch 'release/v1.74.0' into developTom Ryder2018-11-221-2/+2
| |\ | | | | | | | | | | | | * release/v1.74.0: Bump VERSION
* | \ Merge branch 'release/v1.74.0'v1.74.0Tom Ryder2018-11-224-2/+27
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v1.74.0: Bump VERSION Add a dillorc file
| * | Bump VERSIONTom Ryder2018-11-221-2/+2
| |/
| * 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
| | | |