From f2374c4aba53fa462dc88d4104e10d8cb97e61ba Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 25 May 2020 21:16:01 -0400 Subject: Allow views to be used as buffers and update API. This allows for a superficial separation of buffer- and view-specific Scintilla functionality. buffers and views can now be used interchangeably for the most part, and the APIs are guidance, not hard requirements. User scripts do not require any modification and will continue to function normally. --- core/._M.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/._M.luadoc') diff --git a/core/._M.luadoc b/core/._M.luadoc index 80b127cd..479b88bb 100644 --- a/core/._M.luadoc +++ b/core/._M.luadoc @@ -68,7 +68,7 @@ -- if lexer ~= 'python' then return end -- buffer.tab_width = 4 -- buffer.use_tabs = false --- buffer.view_ws = buffer.WS_VISIBLEALWAYS +-- view.view_ws = view.WS_VISIBLEALWAYS -- end -- -- ## Autocompletion and Documentation -- cgit v1.2.3