reset term post vim upgrade to prevent.
Prior the terminal would go all funky. This is an attempt to fix it.
This commit is contained in:
parent
ea936540b3
commit
f48d4370f0
|
@ -23,6 +23,7 @@ update:
|
||||||
; $(report) "vim plug setup"
|
; $(report) "vim plug setup"
|
||||||
vim +PlugInstall +PlugUpdate +qall \
|
vim +PlugInstall +PlugUpdate +qall \
|
||||||
; $(report) "downloading/updating plugins"
|
; $(report) "downloading/updating plugins"
|
||||||
|
stty sane # dropping in & out causes some weird tty behavior.
|
||||||
else
|
else
|
||||||
$(report) warn "cannot find vim?"
|
$(report) warn "cannot find vim?"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user