mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
docs: misc, dev-api-fast, $XDG_STATE_HOME #35138
This commit is contained in:
@@ -2938,7 +2938,7 @@ it("'inccommand' disables preview if preview buffer can't be created #27086", fu
|
||||
eq('nosplit', api.nvim_get_option_value('inccommand', {}))
|
||||
end)
|
||||
|
||||
it(':substitute with inccommand, does not show prompt during preview #11940', function()
|
||||
it("'inccommand' :substitute preview skips input() prompt #11940", function()
|
||||
clear()
|
||||
local screen = Screen.new(30, 3)
|
||||
common_setup(screen, 'split', 'foo')
|
||||
|
@@ -393,7 +393,7 @@ describe("'inccommand' for user commands", function()
|
||||
]])
|
||||
end)
|
||||
|
||||
it('does not crash on ambiguous command #18825', function()
|
||||
it('no crash on ambiguous command #18825', function()
|
||||
command('set inccommand=split')
|
||||
command('command Reply echo 1')
|
||||
feed(':R')
|
||||
|
Reference in New Issue
Block a user