diff options
Diffstat (limited to 'core/.textadept.lua')
-rw-r--r-- | core/.textadept.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/.textadept.lua b/core/.textadept.lua index bb541a2b..0ce0d19a 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -118,6 +118,11 @@ function _print(buffer_type, ...) end function print(...) end --- +-- Displays a dialog with a list of buffers to switch to and switches to the +-- selected one, if any. +function switch_buffer() end + +--- -- Displays a CocoaDialog of a specified type with the given string arguments. -- Each argument is like a string in Lua's 'arg' table. -- @return string CocoaDialog result. |