diff options
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 5aaa1e03..bf2ed6ee 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -10,11 +10,16 @@ module('view') -- Markdown: -- ## Fields -- --- * `buffer` [table]: The buffer this view contains. (Read-only) -- * `size` [number]: The position of the split resizer (if this view is part of -- a split view). --- +-- The buffer this view contains. (Read-only) +-- @class table +-- @name buffer +local buffer + +--- -- Splits the indexed view vertically or horizontally and focuses the new view. -- @param vertical Flag indicating a vertical split. Defaults to `false` for -- horizontal. |