aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.view.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-23 12:19:35 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-10-23 12:19:35 -0400
commit779139b92748dc90249d92d3b8c453f48b2dbcba (patch)
tree92a0e27fb8ad9eb2f72b2636f0d84e32130bda3c /core/.view.luadoc
parent5ad6b6de25a164803a121da9799d765318b6d763 (diff)
Fixed LuaDoc; core/.view.luadoc
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r--core/.view.luadoc2
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.