forked from neovim/neovim
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Fedora's luajit is using the build flag -DLUAJIT_ENABLE_LUA52COMPAT to build luajit, which changes the return type of some of the methods whereas the neovim's laujit version is not using this build flag. Because of this some of the neovim's plugins are not working in fedora 34
nvim --version:NVIM v0.5.0-dev+1211-g6db3ba9df- Operating system/version: Fedora 34 beta
- Terminal name/version:gnome terminal
$TERM:xterm-256color
Steps to reproduce using nvim -u NORC
Execute :lua print(os.execute("mkdir ./test"))
Actual behaviour
returns true exit 0
Expected behaviour
0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels