mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +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
|
" 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
|
||||||
if has("autocmd")
|
"if has("autocmd")
|
||||||
au BufReadPost * if &modifiable | retab | endif
|
" au BufReadPost * if &modifiable | retab | endif
|
||||||
endif
|
"endif
|
||||||
|
|
||||||
" dos2unix ^M copied from http://stackoverflow.com/a/5361702/1675649
|
" dos2unix ^M copied from http://stackoverflow.com/a/5361702/1675649
|
||||||
fun! Dos2unixFunction()
|
fun! Dos2unixFunction()
|
||||||
|
Loading…
Reference in New Issue
Block a user