From b63eb7d014d9feeecaf712c16b39143755dac099 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 18:12:09 +1200 Subject: Move 'viminfofile' --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index e93bd4e3..14602b7f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -179,7 +179,7 @@ endif " Keep the viminfo file in the home Vim directory, mostly to stop history " getting clobbered when something runs Vim without using this vimrc -let $VIMINFO = $MYVIM.'/viminfo' +let $VIMINFO = $MYVIM.'/cache/viminfo' if exists('+viminfofile') " Use new option method if we can (v8.1.716) set viminfofile=$VIMINFO else " Resort to clunkier method with 'viminfo' option flag -- cgit v1.2.3 From 33392e985e0038513f02a6ae2d92dcae2233a834 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 20:25:57 +1200 Subject: Update vim-insert-cancel to v4.0.0 --- vim/bundle/insert_cancel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/insert_cancel b/vim/bundle/insert_cancel index 0b86ed61..6ebbce7d 160000 --- a/vim/bundle/insert_cancel +++ b/vim/bundle/insert_cancel @@ -1 +1 @@ -Subproject commit 0b86ed61400d5935b378f909a81ec3b3f6b41fea +Subproject commit 6ebbce7d994111fcbe5b1fd5617f9da6b773f733 -- cgit v1.2.3 From c5dbe595f39736678d35682cf9c43b29fef1948a Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 20:38:42 +1200 Subject: Update vim-cursorline-current to v0.4.0 --- vim/bundle/cursorline_current | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/cursorline_current b/vim/bundle/cursorline_current index 90ffeabc..1db91b7e 160000 --- a/vim/bundle/cursorline_current +++ b/vim/bundle/cursorline_current @@ -1 +1 @@ -Subproject commit 90ffeabc80c0f27748213d30952ad00a8e57b097 +Subproject commit 1db91b7e90801021f11fb1ff4f5917e6df04d3d2 -- cgit v1.2.3 From 06ac068d16771eb1c0eb768db014b451768ea2f2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 20:50:32 +1200 Subject: Update vim-paste-open to v2.0.0 --- vim/bundle/paste_open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/paste_open b/vim/bundle/paste_open index e26c80ba..79ee83ea 160000 --- a/vim/bundle/paste_open +++ b/vim/bundle/paste_open @@ -1 +1 @@ -Subproject commit e26c80bac5ab5592ddd4d2186180a85e58d8ba8d +Subproject commit 79ee83eac32dbadf722df687e65f07d75a2f8eaf -- cgit v1.2.3 From c70d9a95969c4ed0c2e1be50c6cbfdd7f60b5762 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 21:05:28 +1200 Subject: Update vim-copy-linebreak to v1.0.0 --- vim/bundle/copy_linebreak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/copy_linebreak b/vim/bundle/copy_linebreak index 98eb34d4..6692eef7 160000 --- a/vim/bundle/copy_linebreak +++ b/vim/bundle/copy_linebreak @@ -1 +1 @@ -Subproject commit 98eb34d4ef603039cd9d5a50e3c4f12fcb943fce +Subproject commit 6692eef760ccfc2e1b888d1d604e3e1a156fcbc0 -- cgit v1.2.3 From ec618584a451d06decf09a73c75252433bdbb0eb Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 22:30:07 +1200 Subject: Update vim-quickfix-auto-open to v1.0.0 --- vim/bundle/redact_pass | 2 +- vim/vimrc | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/vim/bundle/redact_pass b/vim/bundle/redact_pass index f3c2ffa6..4e5727fa 160000 --- a/vim/bundle/redact_pass +++ b/vim/bundle/redact_pass @@ -1 +1 @@ -Subproject commit f3c2ffa6ba2bf9949d5de8d37b4426c22885ad91 +Subproject commit 4e5727fae46e154bf4161b6b481071ed02564069 diff --git a/vim/vimrc b/vim/vimrc index 14602b7f..e248669f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -466,3 +466,14 @@ nnoremap ! ^"zyg_:!z inoreabbrev almsot almost inoreabbrev wrnog wrong inoreabbrev Fielding Feilding + +" Automatic quickfix window and location list opening, merci romainl +augroup quickfix_auto_open + autocmd! + autocmd QuickFixCmdPost [^l]* cwindow + autocmd QuickFixCmdPost l* lwindow + autocmd VimEnter * cwindow +augroup END + +augroup equalalways_resized + autocmd! -- cgit v1.2.3 From 6ae3a7014321071ed46ffeb7418c1255a23197fa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 22:50:23 +1200 Subject: Update vim-insert-suspend-hlsearch to v1.0.0 --- vim/bundle/insert_suspend_hlsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/insert_suspend_hlsearch b/vim/bundle/insert_suspend_hlsearch index 39e9abea..03785477 160000 --- a/vim/bundle/insert_suspend_hlsearch +++ b/vim/bundle/insert_suspend_hlsearch @@ -1 +1 @@ -Subproject commit 39e9abea82f6485cc429f05a03f63c9cabf086c6 +Subproject commit 0378547786e68b7825fa4893efd7cd240202f121 -- cgit v1.2.3 From 7a9ab3f1953676d995af9e363240130349a79dd3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 25 May 2019 23:11:44 +1200 Subject: Adjust a concatenated string --- vim/vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index e248669f..27c8778f 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -25,9 +25,7 @@ set backspace= " Keep backup files in dedicated directory; add trailing double-slash to keep " full path in name, if Vim is new enough to support that set backup -execute 'set backupdir^=' - \ . escape($MYVIM, '\ ') - \ . '/cache/backup' +execute 'set backupdir^='.escape($MYVIM, '\ ').'/cache/backup' \ . (has('patch-8.1.251') ? '//' : '') " Add some *nix paths not to back up -- cgit v1.2.3 From 603f1e4705305ec18f99fe61d6c7d3714fd8b6c4 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 26 May 2019 00:17:17 +1200 Subject: Update vim-quickfix-auto-open to v1.0.0 --- vim/bundle/quickfix_auto_open | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/quickfix_auto_open b/vim/bundle/quickfix_auto_open index bc88f5e2..0b642ea7 160000 --- a/vim/bundle/quickfix_auto_open +++ b/vim/bundle/quickfix_auto_open @@ -1 +1 @@ -Subproject commit bc88f5e2c911ad9148bd76a3c78f43e8a878bd76 +Subproject commit 0b642ea72474f289ce463b2ddc3fdb104f0abdf7 -- cgit v1.2.3 From fab13b89120ab282d08f4877ca0632a9e81cc200 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 26 May 2019 12:30:48 +1200 Subject: Enable crypt_protected_headers_write in Mutt From v1.12's release notes : > When $crypt_protected_headers_write is set, a protected subject header > will be generated for signed or encrypted emails. For encrypted > emails, the value in $crypt_protected_headers_subject will replace the > real subject in the unencrypted headers. --- mutt/muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt/muttrc b/mutt/muttrc index 1fb9274a..67bd4790 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -101,6 +101,7 @@ set thorough_search = yes set time_inc = 250 # Encryption settings +set crypt_protected_headers_write = yes set crypt_replysign = yes set crypt_replyencrypt = yes set crypt_replysignencrypted = yes -- cgit v1.2.3 From 406eac7930f956bac4b9f60035a48aee877972d5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 26 May 2019 12:33:57 +1200 Subject: Enable forward_attachments in Mutt From v1.12's release notes : > Previously, if you wanted to include attachments in a forwarded email, > you had to either use $mime_forward, which forwarded the entire email > as an attachment, or else open the attachment menu, manually tag all > the attachments and then hit forward from the attachment menu. > > $forward_attachments is a quadoption that now allows forwarding > attachments from an email when inline-forwarding (that is, > $mime_forward unset, and $forward_decode set). Note that > text-decodable attachments will still be decoded and included in the > message body. Non-decodable attachments will be added as separate > attachments. --- mutt/muttrc | 1 + 1 file changed, 1 insertion(+) diff --git a/mutt/muttrc b/mutt/muttrc index 67bd4790..b61b4af6 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -87,6 +87,7 @@ set quote_regexp = '^(>[ \t]*)+' # Responses set fast_reply = yes +set forward_attachments = yes set forward_format = 'Fw: %s' set include = yes set use_envelope_from = yes -- cgit v1.2.3 From aa7fe3048de815c22a4f6c25c55e72baccdf2fe0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 26 May 2019 20:29:52 +1200 Subject: Update vim-insert-timeout to v1.0.1 --- vim/bundle/insert_timeout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/insert_timeout b/vim/bundle/insert_timeout index a8e2ed01..92bf8165 160000 --- a/vim/bundle/insert_timeout +++ b/vim/bundle/insert_timeout @@ -1 +1 @@ -Subproject commit a8e2ed01eb1b5deafb44f1c51b8ab8f78911a259 +Subproject commit 92bf8165bfeba13384cba57905a3d850db44816e -- cgit v1.2.3 From f4bd4a34bdeaa3b71a299b5887d36272bbbd974b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 26 May 2019 23:58:12 +1200 Subject: Update vim-vimrc-reload-filetype to v1.0.0 --- vim/bundle/vimrc_reload_filetype | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/vimrc_reload_filetype b/vim/bundle/vimrc_reload_filetype index 296bd0d8..1a59433f 160000 --- a/vim/bundle/vimrc_reload_filetype +++ b/vim/bundle/vimrc_reload_filetype @@ -1 +1 @@ -Subproject commit 296bd0d8aff7a343cf3d0c56eaa633e227bc432b +Subproject commit 1a59433fa33f737264af73a7323ce669fa14a21a -- cgit v1.2.3 From 38993f77b9c2b44583321b747800d69b4a5313f2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 27 May 2019 21:02:43 +1200 Subject: Refine apostrophe matching for mail greetings --- vim/after/ftplugin/mail.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/after/ftplugin/mail.vim b/vim/after/ftplugin/mail.vim index 76605d03..937ee40c 100644 --- a/vim/after/ftplugin/mail.vim +++ b/vim/after/ftplugin/mail.vim @@ -15,13 +15,13 @@ if line('.') == 1 && col('.') == 1 while getline('.') =~? '^> *' \ . '\%(' \ . '\%(' - \ . 'g[''’]\=day' + \ . "g['\u2019]\\=day" \ . '\|\%(good \)\=\%(morning\|afternoon\|evening\)' \ . '\|h[eu]\%(ll\|rr\)o\+' \ . '\|hey\+' \ . '\|hi\+' \ . '\|sup' - \ . '\|what''s up' + \ . "\\|what['\u2019]\\=s up" \ . '\|yo' \ . '\)' \ . '[[:punct:] ]*' -- cgit v1.2.3 From 7211ee46fd9f1edd28ad182723e50ed1e1e03f19 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 27 May 2019 22:12:01 +1200 Subject: Whoops, I didn't mean to leave these in here --- vim/vimrc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 27c8778f..44c1b33a 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -464,14 +464,3 @@ nnoremap ! ^"zyg_:!z inoreabbrev almsot almost inoreabbrev wrnog wrong inoreabbrev Fielding Feilding - -" Automatic quickfix window and location list opening, merci romainl -augroup quickfix_auto_open - autocmd! - autocmd QuickFixCmdPost [^l]* cwindow - autocmd QuickFixCmdPost l* lwindow - autocmd VimEnter * cwindow -augroup END - -augroup equalalways_resized - autocmd! -- cgit v1.2.3 From 318e2991a70b410ed9f93d811d7d0acebc75d424 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 27 May 2019 22:20:04 +1200 Subject: Don't split entire array just to get first element --- vim/vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 44c1b33a..c88781c1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -4,7 +4,9 @@ " Set an environment variable for the user runtime directory, if not already " set; use the first element of &runtimepath, rather like 'spellfile' if !exists('$MYVIM') - let $MYVIM = expand(split(&runtimepath, ',')[0]) + let $MYVIM = expand( + \ strpart(&runtimepath, 0, stridx(&runtimepath, ',')) + \ ) endif " The all-important default indent settings; filetypes to tweak -- cgit v1.2.3 From 6aabafd7cb6b6d8084306c15e002980537daaea2 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 28 May 2019 22:01:15 +1200 Subject: Update vim-scroll-next to v0.3.0 --- vim/bundle/scroll_next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/scroll_next b/vim/bundle/scroll_next index d1c87018..e38d3c95 160000 --- a/vim/bundle/scroll_next +++ b/vim/bundle/scroll_next @@ -1 +1 @@ -Subproject commit d1c87018e705e976b1e500ab32fcfe1a03445577 +Subproject commit e38d3c95af32ba73c6dc8ded57d31a784987e9e9 -- cgit v1.2.3 From 8e2f8f4d045c6b20a49000446550cbf4354d6f34 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 28 May 2019 22:14:27 +1200 Subject: Update vim-scroll-next to v1.0.0 --- vim/bundle/scroll_next | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/scroll_next b/vim/bundle/scroll_next index e38d3c95..6529dc5e 160000 --- a/vim/bundle/scroll_next +++ b/vim/bundle/scroll_next @@ -1 +1 @@ -Subproject commit e38d3c95af32ba73c6dc8ded57d31a784987e9e9 +Subproject commit 6529dc5ef3cea4c929da150ee749ceb3d8b891bd -- cgit v1.2.3 From 29170d1624dd6835bf9c578e45966fadd9996f04 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 28 May 2019 22:45:48 +1200 Subject: Update to vim-insert-cancel v5.0.0 --- vim/bundle/insert_cancel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/insert_cancel b/vim/bundle/insert_cancel index 6ebbce7d..e8f1153d 160000 --- a/vim/bundle/insert_cancel +++ b/vim/bundle/insert_cancel @@ -1 +1 @@ -Subproject commit 6ebbce7d994111fcbe5b1fd5617f9da6b773f733 +Subproject commit e8f1153d387782d966b8a07b7b91efe5ddeff42e -- cgit v1.2.3 From 7eb634d2c0d7b4d006c0d657aed2cf20c89ce992 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 28 May 2019 22:47:00 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5e9ca7b3..c85dd94d 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v4.49.0 -Sat May 25 06:05:22 UTC 2019 +tejr dotfiles v4.50.0 +Tue May 28 10:47:00 UTC 2019 -- cgit v1.2.3