mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 14:21:41 +10:00
Problem: When setting an option, mapping etc. from Lua without -V1, the
script ID is set to SID_LUA even if there already is a script
ID assigned by :source.
Solution: Don't set script ID to SID_LUA if it is already a Lua script.
Also add _editor.lua to ignorelist to make script context more
useful when using vim.cmd().
16 KiB
16 KiB