mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
Remove autocmd clear on reload attempt
This commit is contained in:
parent
7fa9c0de33
commit
90dfcc34b6
1 changed files with 0 additions and 1 deletions
1
vimrc
1
vimrc
|
|
@ -240,7 +240,6 @@ endfunction
|
||||||
|
|
||||||
" Filetype/language specific settings
|
" Filetype/language specific settings
|
||||||
augroup vimrc
|
augroup vimrc
|
||||||
autocmd! * " clear for reload
|
|
||||||
autocmd FileType make setl noexpandtab
|
autocmd FileType make setl noexpandtab
|
||||||
autocmd FileType ruby setl softtabstop=2 shiftwidth=2
|
autocmd FileType ruby setl softtabstop=2 shiftwidth=2
|
||||||
autocmd FileType eruby setl softtabstop=2 shiftwidth=2
|
autocmd FileType eruby setl softtabstop=2 shiftwidth=2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue