Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > 9d774c2acd48acc06918c7cdb78ae202 > files > 2

neovim-0.3.7-1.mga7.src.rpm

Index: neovim-0.1.7/CMakeLists.txt
===================================================================
--- neovim-0.1.7.orig/CMakeLists.txt
+++ neovim-0.1.7/CMakeLists.txt
@@ -386,7 +386,7 @@ endforeach()
 
 # Find Lua interpreter
 include(LuaHelpers)
-set(LUA_DEPENDENCIES lpeg mpack bit)
+set(LUA_DEPENDENCIES lpeg mpack bit32)
 if(NOT LUA_PRG)
   foreach(CURRENT_LUA_PRG luajit lua5.1 lua5.2 lua)
     # If LUA_PRG is set find_program() will not search
Index: neovim-0.1.7/src/nvim/ex_cmds.lua
===================================================================
--- neovim-0.1.7.orig/src/nvim/ex_cmds.lua
+++ neovim-0.1.7/src/nvim/ex_cmds.lua
@@ -1,4 +1,4 @@
-local bit = require 'bit'
+local bit = require 'bit32'
 
 -- Description of the values below is contained in ex_cmds_defs.h file.
 local RANGE      =    0x001