Files
neovim/test/functional/lua
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-04-23 18:17:04 +02:00
2025-01-09 09:26:45 -08:00
2025-01-01 12:29:51 -08:00
2024-04-23 18:17:04 +02:00