Remove ftdetect/python.vim due to wrong location

This commit is contained in:
2016-07-06 21:20:58 +01:00
parent 4e38d2f43f
commit d713dd4619
2 changed files with 4 additions and 37 deletions

View File

@@ -1,7 +1,8 @@
" Set up tabs
setlocal tabstop=4
setlocal shiftwidth=4
setlocal expandtab
set expandtab
set tabstop=8
set shiftwidth=4
set softtabstop=4
" Set up text width
setlocal textwidth=0