4
I am using vim on a Mac os X. After editing my .vimrc
file and I want to try to reload it without restarting vim. But it gives me the following error.
E174: Command already exists: add ! to replace it
Can anyone tell me why this is happening and how I can reload my .vimrc
without restarting?
1Did you even READ the answer? Nowhere does it suggest adding
!
after the:so
command! – Ben – 10 years ago