Files
neovim/src/nvim/api/private
zeertzjq e2aca58bcc fix(lua): don't override script ID from :source (#32626)
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().
2025-02-25 23:40:21 +00:00
..
2024-12-23 05:43:52 -08:00
2024-01-11 21:37:23 +01:00
2024-11-25 17:34:02 +00:00
2023-11-12 21:26:39 +01:00