summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/plugin/shada.lua
AgeCommit message (Collapse)AuthorFiles
2025-07-23fix(shada): check return value is 0Yochem van Rosmalen1
Problem: Vimscript functions return number to signal ok/error. Lua doesn't convert these to be falsey. Solution: Explicitly check if the return value is 0.
2025-07-23refactor(shada): switch plugin/shada.vim to Lua #34725Yochem van Rosmalen1