diff --git a/stow/vim/.vim/vimrc b/stow/vim/.vim/vimrc index 4997a38..caad5fb 100644 --- a/stow/vim/.vim/vimrc +++ b/stow/vim/.vim/vimrc @@ -271,8 +271,6 @@ command! WQ wq command! Q1 q! "}}} -"general functions -"{{{ "toggle functions "{{{ function! ToggleColorColumn() @@ -351,7 +349,6 @@ function HalftabSettings() setlocal ts=2 sts=2 sw=2 expandtab endfunction "}}} -"}}} "syntax/filetype settings (just in case they haven't been set yet) "{{{