aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2020-03-04 23:26:24 +0100
committerInigoGutierrez <inigogf.95@gmail.com>2020-03-04 23:26:24 +0100
commita15634cceb02c2869ccfa7567d904c1a2a858037 (patch)
treeb77d805a02342bfcb8ee139dbf5685f6b2862369
parent85bf90a19e87b1ec985ccc913a7b7eaf531eb4fe (diff)
downloadconfigs-a15634cceb02c2869ccfa7567d904c1a2a858037.tar.gz
configs-a15634cceb02c2869ccfa7567d904c1a2a858037.zip
Reduced shellscripts line length to 80 characters.
-rw-r--r--files/vim/ftplugin/sh/sh.vim2
1 files changed, 1 insertions, 1 deletions
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 <buffer> <leader>C :sp ~/.vim/ftplugin/sh/sh.vim<CR>