Skip to content

Fedora luajit version is not compatible with neovim #10

@VikramNisarga

Description

@VikramNisarga

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions