diff options
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 7a70b5c4..9ad6ee0d 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -1781,6 +1781,8 @@ function style_of_name(buffer, style_name) end --- -- Reloads the buffer's file contents, discarding any changes. +-- Emits `FILE_BEFORE_RELOAD` and `FILE_AFTER_RELOAD` events if the buffer is +-- the current one. -- @param buffer A buffer. -- @name reload function reload(buffer) end |