-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display tick #33
Comments
Could you check if the following patch fixes the issue? --- a/lua/statuscol/ffidef.lua
+++ b/lua/statuscol/ffidef.lua
@@ -1,6 +1,6 @@
local ffi = require("ffi")
ffi.cdef([[
- uint64_t display_tick;
+ unsigned long int display_tick;
typedef struct {} Error;
typedef struct {} win_T;
typedef struct { |
I'm not sure that it will. Are you on Windows? folke/noice.nvim#229 seems related. Some googling suggests similar errors can be resolved by adding missing libraries(DLLs) to the path, though I'm not sure what would be the relevant library here. |
It seems only functions are available through FFI on windows: neovim/neovim#15999? |
Okay thanks 😭😭😭. Yes I am in windows |
|
thanks. cant wait to check out your plugin 😁😁😁😁 |
Reverted the workaround: b3d6490. It is fixed in neovim, you will need to rebuild/download a new nightly. FYI @folke this should also make your workaround in folke/noice.nvim@b10bbbb obsolete for 0.9, if you are interested in removing that. |
Can someone help me with this issue when I try to run it
The text was updated successfully, but these errors were encountered: