mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 19:29:22 +01:00
vimrc: fix retab.
This commit is contained in:
parent
c86e1c496f
commit
a755bed581
4
vimrc
4
vimrc
@ -99,4 +99,6 @@ autocmd BufReadPost *
|
|||||||
" End of copied from https://raw.githubusercontent.com/ProgVal/misc/master/dotfiles/.vimrc
|
" End of copied from https://raw.githubusercontent.com/ProgVal/misc/master/dotfiles/.vimrc
|
||||||
|
|
||||||
" If we have tabs, remove them
|
" If we have tabs, remove them
|
||||||
retab
|
if has("autocmd")
|
||||||
|
au BufReadPost * if &modifiable | retab | endif
|
||||||
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user