mirror of
https://github.com/neovim/neovim.git
synced 2026-08-21 06:41:04 +00:00
Tests for incsubstitution feature
This commit is contained in:
@@ -13,7 +13,7 @@ describe('buffer functions', function()
|
||||
|
||||
local buflist_new = function(file, flags)
|
||||
local c_file = to_cstr(file)
|
||||
return buffer.buflist_new(c_file, c_file, 1, flags)
|
||||
return buffer.buflist_new(c_file, c_file, 1, flags, 0)
|
||||
end
|
||||
|
||||
local close_buffer = function(win, buf, action, abort_if_last)
|
||||
|
||||
Reference in New Issue
Block a user