From edba12649555f6f7c2a94881f71c3c625a28f700 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 17 Aug 2013 07:49:25 -0700 Subject: [PATCH] Remove hard set tw and cc in python after script --- vim/after/ftplugin/python.vim | 9 --------- 1 file changed, 9 deletions(-) diff --git a/vim/after/ftplugin/python.vim b/vim/after/ftplugin/python.vim index 49ec05f..0f019c1 100644 --- a/vim/after/ftplugin/python.vim +++ b/vim/after/ftplugin/python.vim @@ -2,15 +2,6 @@ setlocal shiftwidth=4 setlocal softtabstop=4 setlocal expandtab -let s:buf_filename = expand('%:t') -if s:buf_filename != "SConscript" && s:buf_filename != "SConstruct" - setlocal textwidth=80 - setlocal colorcolumn=80 -else - setlocal textwidth=80 - setlocal colorcolumn=80 -endif - "setlocal foldnestmax=3 "setlocal fdm=indent