Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | test: clear(): remove `opts.headless` parameter | Justin M. Keyes | 2019-04-27 | |
| | | | | | | | Callers can instead specify `args_rm={'--headless'}`. TODO: should `nvim_argv` have "--headless" by default? Need to inspect some uses of spawn(nvim_argv) ... | |||
* | Allow using internal popupmenu or ext_popupmenu for wildmenu | Björn Linse | 2019-03-16 | |
| | | | | | Deprecate ext_wildmenu. ext_popupmenu already contains more state (anchor position), and will allow further expansion (info about items). | |||
* | ui: implement ext_messages | Björn Linse | 2019-02-10 | |
Co-Author: Dongdong Zhou <dzhou121@gmail.com> |