mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
ui: implement ext_messages
Co-Author: Dongdong Zhou <dzhou121@gmail.com>
This commit is contained in:
@@ -1277,8 +1277,9 @@ describe('API', function()
|
||||
ext_wildmenu = false,
|
||||
ext_linegrid = screen._options.ext_linegrid or false,
|
||||
ext_multigrid = false,
|
||||
ext_hlstate=false,
|
||||
ext_termcolors=false,
|
||||
ext_hlstate = false,
|
||||
ext_termcolors = false,
|
||||
ext_messages = false,
|
||||
height = 4,
|
||||
rgb = true,
|
||||
width = 20,
|
||||
|
||||
Reference in New Issue
Block a user