mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ext_cmdline: fix firstc, change cmdline_leave to cmdline_hide
This commit is contained in:
committed by
Björn Linse
parent
daec81ab51
commit
e164ba41c8
@@ -16,7 +16,7 @@ describe('External command line completion', function()
|
||||
screen:set_on_event_handler(function(name, data)
|
||||
if name == "cmdline_enter" then
|
||||
shown = true
|
||||
elseif name == "cmdline_leave" then
|
||||
elseif name == "cmdline_hide" then
|
||||
shown = false
|
||||
elseif name == "cmdline_show" then
|
||||
content, pos, firstc, prompt = unpack(data)
|
||||
|
||||
Reference in New Issue
Block a user