Monday, February 6, 2012

Determining whether :update actually saved file?

Is there a way to call :update <some other file name> such that you can tell whether there actually were changes and that the file was written?

I'd like to perform an action each time the current buffer changes (without explicitly saving to the current file), but presently calling :update <other file name> seems like a black hole as there's no way to know whether anything was written or not.

I've tried treating update as a function by doing things like `echo update`, but it seems that it behaves differently from a function and it errors...


Thanks,
Suan

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: