I realized that in gvim Control+S
as the :update
command. I always save using Ctrl+S
, so I assume that :update
is another way of saying "refresh the changes." Is :update
basically the same as write :w
? Will I have problems if I replace :update
for :w!
?
edit: I wanted to change :update
to :w!
becauase I have a file that says "ready-only please add !
." And I thought this was the only solution