Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | syntax: fix missing newlines in execute("syn list"). fixes #10467 | Björn Linse | 2019-07-14 |
| | |||
* | highlight: show "hi Group" message correctly when not using the screen | Björn Linse | 2019-07-05 |
| | | | | | | | ext_message doesn't set msg_col. Add a space and let client deal with wrapping. When using silent redirect show the unwrapped message form. Removed check is already part of msg_advance() | ||
* | messages: fix crash with msg_advance when using ext_messages | Björn Linse | 2019-06-16 |
| | |||
* | messages: support shortmess-=S in ext_messages | Björn Linse | 2019-06-16 |
| | |||
* | test: don't detach screen just to change the size | Björn Linse | 2019-06-03 |
| | |||
* | test: avoid some boilerplate | Justin M. Keyes | 2019-06-03 |
| | |||
* | Make sure msg_clear is sent after confirm message (#10065) | Ville Hakulinen | 2019-06-02 |
| | |||
* | [RDY] Fix wildmode=list,full and display+=msgsep interaction (#10103) | Jit | 2019-06-02 |
| | | | | * Fix wildmode=list and display+=msgsep interaction * Add test to check ext_messages behaviour is unchanged | ||
* | UI/ext_messages: restore kind=quickfix #10067 | Justin M. Keyes | 2019-05-27 |
| | | | | Accidentally removed in 34f9e72af9c9. ref #6201 | ||
* | messages: use proper multiline error message for rpcrequest and API wrappers | Björn Linse | 2019-05-26 |
| | |||
* | UI/ext_messages: learn more message kinds | Justin M. Keyes | 2019-05-11 |
| | | | | ref #6201 | ||
* | 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> |