diff options
-rw-r--r-- | core/.view.luadoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index c658ddfb..6913baa6 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -28,7 +28,7 @@ function split(view, vertical) end -- Unsplits the given view if possible. -- @param view The view to unsplit. -- @return boolean if the view was unsplit or not. -function view.unsplit(view) end +function unsplit(view) end --- -- Goes to the specified buffer in the given view. |