|
|
|
|
|
by SteveDeFacto
3579 days ago
|
|
I see no reason to ever run vim as sudo. The best option in my opinion is to save files using ":w ! sudo tee %" This way you are not opening your system up to potential exploits within vim plugins. It also avoids issues such as this one. |
|