aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Bump VERSIONTom Ryder2018-08-231-2/+2
| |
| * Update replace_operator.vim pluginTom Ryder2018-08-231-0/+0
| |
| * Update diff_prune.vim pluginTom Ryder2018-08-231-0/+0
| |
| * Add collation locale def for plmu(1df) sort checkTom Ryder2018-08-231-1/+1
| |
| * Check for existence of :xmap for mappingTom Ryder2018-08-231-1/+3
| |
| * Merge branch 'release/v1.59.0' into developTom Ryder2018-08-221-2/+2
| |\ | | | | | | | | | | | | * release/v1.59.0: Bump VERSION
* | \ 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
| * | Bump VERSIONTom Ryder2018-08-221-2/+2
| |/
| * Add replace_operator.vim plugin and configTom Ryder2018-08-223-0/+6
| |
| * Adjust mappings for reloading vimrc and filetypeTom Ryder2018-08-221-4/+4
| | | | | | | | This is to make room for a new \r mapping, shortly.
| * Fix a munted sentenceTom Ryder2018-08-221-3/+2
| |
| * Add mail shortcut for flagging a message as urgentTom Ryder2018-08-222-1/+13
| |
| * Test for g:is_posix existence before purgeTom Ryder2018-08-221-1/+3
| |
| * Add load guard to bindzone.vim syntax extensionsTom Ryder2018-08-221-0/+6
| |
| * Merge branch 'release/v1.58.0' into developTom Ryder2018-08-221-2/+2
| |\ | | | | | | | | | | | | * release/v1.58.0: Bump VERSION
* | \ 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
| * | Bump VERSIONTom Ryder2018-08-221-2/+2
| |/
| * Fix SSHFP/TLSA record highlighting in bindzone.vimTom Ryder2018-08-221-0/+3
| |
| * Add .m4a to text filenames completion skipsTom Ryder2018-08-221-2/+2
| |
| * Merge branch 'release/v1.57.0' into developTom Ryder2018-08-211-2/+2
| |\ | | | | | | | | | | | | * release/v1.57.0: Bump VERSION
* | \ 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
| * | Bump VERSIONTom Ryder2018-08-211-2/+2
| |/
| * Update sahara.vim colorscheme to v0.3.0Tom Ryder2018-08-211-0/+0
| |
| * Remove unwanted 'indentkeys' for Vim filetypeTom Ryder2018-08-211-0/+7
| |
| * Merge branch 'release/v1.56.0' into developTom Ryder2018-08-211-2/+2
| |\ | | | | | | | | | | | | * release/v1.56.0: Bump VERSION
* | \ 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 ...
| * | Bump VERSIONTom Ryder2018-08-211-2/+2
| |/
| * Don't clear away g:loaded_gzipTom Ryder2018-08-201-1/+0
| |
| * Add option terminators or equivs to :compilersTom Ryder2018-08-198-16/+16
| |
| * Revert "Let's try leaving netrw on again for a ...Tom Ryder2018-08-182-0/+3
| | | | | | | | This reverts commit 60eab724a29101c54c2d5d1cccd56385a8e5a85c.
| * Merge branch 'release/v1.55.0' into developTom Ryder2018-08-161-2/+2
| |\ | | | | | | | | | | | | * release/v1.55.0: Bump VERSION
* | \ 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
| * | Bump VERSIONTom Ryder2018-08-161-2/+2
| |/
| * Add explanatory README to vim/plugin directoryTom Ryder2018-08-161-0/+3
| |
| * Update new Vim pluginsTom Ryder2018-08-162-0/+0
| |
| * Spin equalalways_resized.vim into its own distTom Ryder2018-08-163-27/+3
| |
| * Spin foldlevelstart_stdin.vim into its own distTom Ryder2018-08-163-28/+3
| |
| * Work around buggy old Vim 'help' ftplugin undoTom Ryder2018-08-161-0/+6
| |
| * Don't set vint compiler for commandline windowsTom Ryder2018-08-161-3/+5
| |
| * Revert "Set gitconfig commit.verbose, clear com...Tom Ryder2018-08-161-1/+1
| | | | | | | | | | | | | | | | This reverts commit 88da7e0c917a82765b1972b07181305adecebd0b. Changed my mind again; decided I definitely don't like the status and diff being templated. I can always Ctrl-Z and do a status/diff I need to.
| * Qualify unmap with version number guardTom Ryder2018-08-161-1/+4
| |
| * Add a commentTom Ryder2018-08-161-0/+1
| |
| * Spin out scroll_next.vim into its own distTom Ryder2018-08-163-32/+3
| |
| * Use <PageDown> rather than <C-F> in mappingTom Ryder2018-08-161-1/+1
| | | | | | | | Rather clearer
| * Reorder .vimrc a bitTom Ryder2018-08-161-27/+27
| |
| * Remove Unix 'backupskip' parts if not running UnixTom Ryder2018-08-161-0/+4
| |
| * Merge branch 'release/v1.54.0' into developTom Ryder2018-08-161-2/+2
| |\ | | | | | | | | | | | | * release/v1.54.0: Bump VERSION
* | \ 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
| * | Bump VERSIONTom Ryder2018-08-161-2/+2
| |/