Kenneth Benzie (Benie) b9be6fba5a Fix - mapping sometimes landing on wrong filename
Instead of using Lua to search through all buffer lines and match the
file line containing the filename, instead use `search()` and wrap the
filename in word boundry delimiters `\<\>` to always match the whole
filename not a subscript. This also moves the cursor to that position
in the file.
2024-03-17 14:16:34 +00:00
2024-03-02 15:17:48 +00:00
Description
No description provided
512 KiB
Languages
Lua 98.4%
Vim Snippet 1.6%