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(-) (limited to 'vim') 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(-) (limited to 'vim') 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(-) (limited to 'vim') 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