aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.59.0'v1.59.0Tom Ryder2018-08-229-11/+36
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.59.0: Bump VERSION Add replace_operator.vim plugin and config Adjust mappings for reloading vimrc and filetype Fix a munted sentence Add mail shortcut for flagging a message as urgent Test for g:is_posix existence before purge Add load guard to bindzone.vim syntax extensions
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.58.0'v1.58.0Tom Ryder2018-08-223-4/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.58.0: Bump VERSION Fix SSHFP/TLSA record highlighting in bindzone.vim Add .m4a to text filenames completion skips
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.57.0'v1.57.0Tom Ryder2018-08-213-2/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.57.0: Bump VERSION Update sahara.vim colorscheme to v0.3.0 Remove unwanted 'indentkeys' for Vim filetype
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.56.0'v1.56.0Tom Ryder2018-08-2111-19/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.56.0: Bump VERSION Don't clear away g:loaded_gzip Add option terminators or equivs to :compilers Revert "Let's try leaving netrw on again for a ...
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.55.0'v1.55.0Tom Ryder2018-08-1614-122/+63
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.55.0: Bump VERSION Add explanatory README to vim/plugin directory Update new Vim plugins Spin equalalways_resized.vim into its own dist Spin foldlevelstart_stdin.vim into its own dist Work around buggy old Vim 'help' ftplugin undo Don't set vint compiler for commandline windows Revert "Set gitconfig commit.verbose, clear com... Qualify unmap with version number guard Add a comment Spin out scroll_next.vim into its own dist Use <PageDown> rather than <C-F> in mapping Reorder .vimrc a bit Remove Unix 'backupskip' parts if not running Unix
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.54.0'v1.54.0Tom Ryder2018-08-165-15/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.54.0: Bump VERSION Add per-flag comments for 'bsk', 'ssop' Use slightly more correct dir definitions Bind Alt-' in readline to insert '\'' for shell Allow loading gzip plugin Simplify g:is_posix unset, add g:is_kornshell
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.53.0'v1.53.0Tom Ryder2018-08-159-163/+195
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.53.0: Bump VERSION Unset g:is_posix when no longer needed Move Perl boilerplate generation to autoload Use consistent format for local leader mappings Rearrange local mappings for mail Add `abort` attribute to autoloaded mail function Move Vim mail functions to autoload Delete multiple blank lines after skipped greeting Add "hey" to generic mail quote greetings
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.52.0'v1.52.0Tom Ryder2018-08-104-2/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.52.0: Bump VERSION Update vertical_region.vim with hotfix Spin out vertical_region.vim into submodule Use autoloading for vertical_region.vim Add vertical_region.vim plugin
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'release/v1.51.0'v1.51.0Tom Ryder2018-08-092-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v1.51.0: Bump VERSION Adjust line boundaries for mail motions