Sublime Forum

Mark buffer as dirty?

#1

Is there an API call I can make, preferably compatible with ST2 and ST3, to mark a buffer as being dirty? I want to do some async action in on_post_save() and flag the buffer as being dirty if that async call fails (which could take a few seconds).

0 Likes