From c8630e64e7f3fe900cf5aa66ee712ca15d0aa512 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 5 Jan 2020 04:20:13 +1300 Subject: Remove 'synmaxcol' setting Let's see if this is still actually a problem. --- vim/vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 601341f0..ac8958c1 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -707,12 +707,6 @@ endif " set splitbelow splitright -" Limit the number of characters per line that syntax highlighting will -" attempt to match. This is as much an effort to encourage me to break long -" lines and do hard wrapping correctly as it is for efficiency. -" -set synmaxcol=500 - " Vim has an internal list of terminal types that support using smoother " terminal redrawing, and for which 'ttyfast' is normally set, described in " ‘:help 'ttyfast'’. That list includes most of the terminals I use, but -- cgit v1.2.3 From 1e3199615b295b33f0a319ab787af97c14ed01fe Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 6 Jan 2020 00:59:40 +1300 Subject: Correct a vimrc comment --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index ac8958c1..2328bb11 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1437,7 +1437,7 @@ sunmap r nnoremap ! \ :! nmap 1 ! -"" Leader,#/3 gives me my fortune +"" Leader,#/3 switches the current buffer to the next altenate filetype nmap # (AlternateFileType) nmap 3 # "" Leader,$/4 gives me my fortune -- cgit v1.2.3 From 519deddde59d1c42edcb683d584ce815ed13a8b8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 6 Jan 2020 16:49:21 +1300 Subject: Update spellfile_local.vim plugin to v0.2.0 --- vim/bundle/spellfile_local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/bundle/spellfile_local b/vim/bundle/spellfile_local index 7124a05b..16dbdc90 160000 --- a/vim/bundle/spellfile_local +++ b/vim/bundle/spellfile_local @@ -1 +1 @@ -Subproject commit 7124a05b1ed53ccc1bae6f4dc99a1fe78c474512 +Subproject commit 16dbdc90b39c1ebf43ca1881a493edc816d2d9fa -- cgit v1.2.3 From 9783c4985956f3fb7097e537c9ab664660300aff Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 13 Jan 2020 13:00:06 +1300 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c5e7377d..f6914680 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v8.10.0 -Sat, 04 Jan 2020 12:07:46 +0000 +tejr dotfiles v8.11.0 +Mon, 13 Jan 2020 00:00:06 +0000 -- cgit v1.2.3 From 5b84b3b44fc3e4dc0580a850635b025df76fd552 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 13 Jan 2020 13:00:09 +1300 Subject: Update PGP key --- finger/pgpkey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/finger/pgpkey b/finger/pgpkey index a19c98f8..667d6625 100644 --- a/finger/pgpkey +++ b/finger/pgpkey @@ -1,4 +1,4 @@ -pub rsa4096 2013-03-12 [SC] [expires: 2020-04-03] +pub rsa4096 2013-03-12 [C] [expires: 2020-04-03] FA09 C06E 1B67 0CD0 B2F5 DE60 C142 86EA 77BB 8872 uid [ultimate] Thomas Ryder (tyrmored, tejr) uid [ultimate] Thomas Ryder -- cgit v1.2.3