mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +00:00
docs: lsp, options, promptbuf
Close #37630 Close #37682 Close #37762 Close #37785 Co-authored-by: Daniel Schmitt <d.schmitt@lansoftware.de> Co-authored-by: Duane Hilton <duane9@gmail.com> Co-authored-by: NeOzay <colpaert.benoit@gmail.com> Co-authored-by: Yi Ming <ofseed@foxmail.com> Co-authored-by: "Justin M. Keyes" <justinkz@gmail.com>
This commit is contained in:
@@ -109,7 +109,7 @@ describe('vim.ui', function()
|
||||
eq(true, exec_lua('return (nil == result)'))
|
||||
end)
|
||||
|
||||
it('can return opts.cacelreturn when aborted with ESC with cancelreturn opt #18144', function()
|
||||
it('can return opts.cancelreturn when aborted with ESC with cancelreturn opt #18144', function()
|
||||
feed(':lua result = "on_confirm not called"<cr>')
|
||||
feed(':lua vim.ui.input({ cancelreturn = "CANCEL" }, function(input) result = input end)<cr>')
|
||||
feed('Inputted Text<esc>')
|
||||
|
||||
Reference in New Issue
Block a user