diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/vim/ftplugin/sh/sh.vim | 2 |
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> |