diff options
Diffstat (limited to 'core/init.lua')
-rw-r--r-- | core/init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/init.lua b/core/init.lua index dd36dbd4..f6563c8b 100644 --- a/core/init.lua +++ b/core/init.lua @@ -28,6 +28,8 @@ if not MAC then require 'lua_dialog' end +rawset = nil -- do not allow modifications which could compromise stability + --- -- Checks if the buffer being indexed is the currently focused buffer. -- This is necessary because any buffer actions are performed in the focused |