mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-22 18:52:45 +01:00
vimrc: uncomment automatic tabs to spaces
it made occasional ZNC pull requests too difficult.
This commit is contained in:
parent
79924dc542
commit
4cf47c1c6a
6
vimrc
6
vimrc
@ -99,9 +99,9 @@ autocmd BufReadPost *
|
||||
" End of copied from https://raw.githubusercontent.com/ProgVal/misc/master/dotfiles/.vimrc
|
||||
|
||||
" If we have tabs, remove them
|
||||
if has("autocmd")
|
||||
au BufReadPost * if &modifiable | retab | endif
|
||||
endif
|
||||
"if has("autocmd")
|
||||
" au BufReadPost * if &modifiable | retab | endif
|
||||
"endif
|
||||
|
||||
" dos2unix ^M copied from http://stackoverflow.com/a/5361702/1675649
|
||||
fun! Dos2unixFunction()
|
||||
|
Loading…
Reference in New Issue
Block a user