From a15634cceb02c2869ccfa7567d904c1a2a858037 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 4 Mar 2020 23:26:24 +0100 Subject: Reduced shellscripts line length to 80 characters. --- files/vim/ftplugin/sh/sh.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/vim/ftplugin/sh/sh.vim b/files/vim/ftplugin/sh/sh.vim index 786fdf8..ccea418 100644 --- a/files/vim/ftplugin/sh/sh.vim +++ b/files/vim/ftplugin/sh/sh.vim @@ -3,7 +3,7 @@ " " Linters: sh, shellcheck -call matchadd('ColorColumn', '\%101v', 100) +call matchadd('ColorColumn', '\%81v', 100) setlocal textwidth=80 nnoremap C :sp ~/.vim/ftplugin/sh/sh.vim -- cgit v1.2.1