mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
Introduce nvim namespace: Fix unit tests.
Point cimports to new locations.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
require 'lfs'
|
||||
require 'bit'
|
||||
|
||||
fs = cimport './src/os/os.h'
|
||||
fs = cimport './src/nvim/os/os.h'
|
||||
|
||||
-- TODO(aktau): define these constants "better"
|
||||
FAIL = 0
|
||||
|
Reference in New Issue
Block a user