aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | 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
| * | | 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
| * | 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
* | \ 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
| * | 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
* | \ Merge branch 'hotfix/v1.71.1' into developTom 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
| * \ 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....
| * \ \ 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
| * \ \ \ Merge branch 'hotfix/v1.68.1'v1.68.1Tom Ryder2018-09-092-3/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * hotfix/v1.68.1: Correct &laststatus default value test
* | | | | | 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
| * | | | | 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
| * | | | 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
| * | | 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
| * | 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
| * \ Merge branch 'release/v1.67.0'v1.67.0Tom Ryder2018-09-057-19/+15
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.67.0: Bump VERSION Update vertical_region.vim plugin Scrap the nvim.vim runtime include Correct a comment in vim/plugin/dist.vim Require at least one char in ftdetect filenames
| * \ \ Merge branch 'release/v1.66.0'v1.66.0Tom Ryder2018-09-043-47/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.66.0: Bump VERSION Comment to explain \c,\C mappings Use \_ as Vim text object for `[,`] marks Remove visual_block_suspend_wrap.vim
| * \ \ \ Merge branch 'release/v1.65.0'v1.65.0Tom Ryder2018-08-302-2/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.65.0: Bump VERSION Add visual_block_suspend_wrap.vim plugin
| * \ \ \ \ Merge branch 'release/v1.64.0'v1.64.0Tom Ryder2018-08-306-9/+20
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.64.0: Bump VERSION Spin out repeated blank lines map to new plugin Leave final blank for mail line squeeze, not first Count quoted blank lines for mail line squeeze
| * \ \ \ \ \ Merge branch 'release/v1.63.0'v1.63.0Tom Ryder2018-08-296-5/+30
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.63.0: Bump VERSION Add mapping to contract multiple blank lines Convert a few stridx() to alternative forms
| * \ \ \ \ \ \ Merge branch 'release/v1.62.0'v1.62.0Tom Ryder2018-08-274-8/+51
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.62.0: Bump VERSION Improve diff block navigation in Vim with function Correct a comment Silence Vim diff section navigation maps Use local leader keys in Vim diff section nav maps Use search() in Vim diff section navigation maps
| * \ \ \ \ \ \ \ Merge branch 'release/v1.61.0'v1.61.0Tom Ryder2018-08-265-19/+54
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.61.0: Bump VERSION Update/correct section on local leader maps Add another blank line Correct some leader map definition comments Add vertical spacing to leader maps section Add visual-mode analogues to some leader maps Upgrade sahara.vim colorscheme Remove doubleup in Awk ftplugin
| * \ \ \ \ \ \ \ \ Merge branch 'release/v1.60.0'v1.60.0Tom Ryder2018-08-235-4/+6
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.60.0: Bump VERSION Update replace_operator.vim plugin Update diff_prune.vim plugin Add collation locale def for plmu(1df) sort check Check for existence of :xmap for mapping