linux - How to get back vim files after deleting them / completely reinstall vim? -
vim on terminal, ubuntu 14.04.
while messing vim syntax files , color files, accidentally deleted vim file /usr/share/
i installed vim sudo apt-get install vim
to files, tried:
sudo apt-get remove, install, update, upgrade, , hg clone https://vim.googlecode.com/hg/ vim , make. files got make doesn't seem me , not identical had before get install vim in usr/share/ folder
with apt-get install, normal vim works no syntax, color or other available things in vim file missing.
how reinstall vim / default files?
thanks
just found it,
sudo apt-get purge vim
sudo apt-get install vim
seems fix me. spent unnecessarily long on find solution. oh, well.
Comments
Post a Comment