programming local .vimrc August 1, 2018 tallen "show a right margin set colorcolumn=160 highlight ColorColumn ctermbg=darkgrey "make tabs (not spaces) work set shiftwidth=4 set tabstop=4 "paths to includes etc... "let &path.="src/include,/usr/include/AL." 12345678910 "show a right marginset colorcolumn=160highlight ColorColumn ctermbg=darkgrey "make tabs (not spaces) workset shiftwidth=4set tabstop=4 "paths to includes etc..."let &path.="src/include,/usr/include/AL."