remove fold

This commit is contained in:
James Dixon 2020-10-26 01:05:15 -04:00
parent a9f7292d99
commit 6125109566

View File

@ -271,8 +271,6 @@ command! WQ wq
command! Q1 q! command! Q1 q!
"}}} "}}}
"general functions
"{{{
"toggle functions "toggle functions
"{{{ "{{{
function! ToggleColorColumn() function! ToggleColorColumn()
@ -351,7 +349,6 @@ function HalftabSettings()
setlocal ts=2 sts=2 sw=2 expandtab setlocal ts=2 sts=2 sw=2 expandtab
endfunction endfunction
"}}} "}}}
"}}}
"syntax/filetype settings (just in case they haven't been set yet) "syntax/filetype settings (just in case they haven't been set yet)
"{{{ "{{{