fzy-lua-native
fzy-lua-native copied to clipboard
Luajit FFI bindings to FZY
Hey, when working on a [a plugin](https://github.com/vigoux/azy.nvim) I ended up trying to use `filter_many`. Though I could not use it and had to fallback to `filter` because the return value...
Hi, I'm using [wilder.nvim](https://github.com/gelguy/wilder.nvim), and it depends on this plugin for its fuzzy search. After the recent change, I'm getting an error for [this line](https://github.com/gelguy/wilder.nvim/blob/master/lua/wilder/internal.lua#L7) saying that: ``` wilder.nvim/lua/wilder/internal.lua:7: invalid...
Manually compiling the binary with GNU Make works: ``` gmake echo amd64 amd64 cc -Ofast -c -Wall -static -fpic -o ./src/match.o ./src/match.c cc -shared -o ./static/libfzy-freebsd-amd64.so ./src/match.o ``` Which results...
tldr: ```lua local fzy = require("fzy") fzy.filter("foo", { string.rep(" ", 1039) }) -- 1039 and below: no problem -- 1040/1041: LuaJIT ASSERT lj_api.c:162: lua_settop: bad stack slot -2 -- fish:...
Lazy.nvim or other version-control based package managers break after installing this plugin and building the static files with `make`: ``` ● fzy-lua-native 0.25ms care.nvim You have local changes in...