mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Tests for incsubstitution feature
This commit is contained in:
parent
13841a56b4
commit
561c1e39e0
1276
test/functional/ui/incsubstitution_spec.lua
Normal file
1276
test/functional/ui/incsubstitution_spec.lua
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,7 +13,7 @@ describe('buffer functions', function()
|
|||||||
|
|
||||||
local buflist_new = function(file, flags)
|
local buflist_new = function(file, flags)
|
||||||
local c_file = to_cstr(file)
|
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
|
end
|
||||||
|
|
||||||
local close_buffer = function(win, buf, action, abort_if_last)
|
local close_buffer = function(win, buf, action, abort_if_last)
|
||||||
|
Loading…
Reference in New Issue
Block a user