diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-21 23:13:13 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-21 23:13:13 +0100 |
| commit | a7115b12267f6165426d0540da6ab0ae6f90a191 (patch) | |
| tree | f022738acdc5963ed6f5bc4384031191f3339d29 /README.md | |
| parent | 095c502cc6510da652332cc6c406ab110a935806 (diff) | |
| download | vis-a7115b12267f6165426d0540da6ab0ae6f90a191.tar.gz vis-a7115b12267f6165426d0540da6ab0ae6f90a191.tar.xz | |
vis-lua: rename file_save event to file_save_post
Indicating that the event is triggered *after* a successfull write.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -590,7 +590,7 @@ At this time there exists no API stability guarantees. - `start()` - `quit()` - `file_open(file)` - - `file_save(file)` + - `file_save_post(file)` triggered *after* a successfull write - `file_close(file)` - `win_open(win)` - `win_close(win)` |
