6 ms·
They're not equivalent. :w will touch the file (update mtime) whether you've made changes or not :x will only update mtime if the file contents are actually c
by lucky_cloud 3y ago
They're not equivalent.
:w will touch the file (update mtime) whether you've made changes or not
:x will only update mtime if the file contents are actually changed