add missing autocmd!

This commit is contained in:
Thomas Ruoff
2018-01-26 00:30:06 +01:00
parent f95fead2b8
commit e78a2785cc

1
vimrc
View File

@@ -352,6 +352,7 @@ augroup END
"" Python
augroup python
autocmd!
autocmd FileType python set noexpandtab
augroup END