Files
neovim/runtime/plugin
Yochem van Rosmalen 0dcdd65dcc fix(shada): check return value is 0
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-23 13:57:27 +02:00
..
2025-07-23 13:57:27 +02:00
2024-07-16 15:07:40 +02:00