@[email protected] to [email protected]English • 2 years agoBram Moolenaar, creator of Vim, has diedgroups.google.commessage-square20fedilinkarrow-up1446cross-posted to: [email protected][email protected]
arrow-up1446external-linkBram Moolenaar, creator of Vim, has diedgroups.google.com@[email protected] to [email protected]English • 2 years agomessage-square20fedilinkcross-posted to: [email protected][email protected]
minus-square@[email protected]linkfedilinkEnglish8•2 years agoI have hooks that reformat on write, so I use :w constantly. So :wq is easier.
minus-squareinterolivarylinkfedilinkEnglish2•2 years agoAnd it’s not like it actually matters, they do approximately the same thing anyhow (:wq will always update modification time where :x only updates it if the contents changed)
I have hooks that reformat on write, so I use
:w
constantly. So:wq
is easier.And it’s not like it actually matters, they do approximately the same thing anyhow (
:wq
will always update modification time where:x
only updates it if the contents changed)