Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.1.1992: the search stat moves when wrapping at the end of the buffer | Jan Edmund Lazo | 2020-09-29 |
| | | | | | | Problem: The search stat moves when wrapping at the end of the buffer. Solution: Put the "W" in front instead of at the end. https://github.com/vim/vim/commit/16b58ae9f36e9675c34d942f5d5f8c8a7914dbc4 | ||
* | test: always use "set more" with :digraph test | Björn Linse | 2020-02-19 |
| | | | | otherwise we risk the same issue as with ex_cmds/digraphs_spec.lua | ||
* | screen: add missing redraws after a message | Björn Linse | 2020-01-26 |
| | |||
* | messages: echo "line1\r\nline2" should not clear line1 | Björn Linse | 2020-01-16 |
| | |||
* | API: deprecate nvim_command_output | Justin M. Keyes | 2019-12-02 |
| | |||
* | Add v:lua.func() vimL syntax for calling lua | Björn Linse | 2019-11-16 |
| | | | | Also simplify error messages when calling lua from vimL. | ||
* | test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}" | Justin M. Keyes | 2019-11-09 |
| | | | | ref #11004 | ||
* | ex_echo: fix check for got_int #11225 | Daniel Hahler | 2019-10-19 |
| | | | | | | It needs to return to not output any remaining parts. Followup to https://github.com/neovim/neovim/pull/10926 Ref: https://github.com/neovim/neovim/issues/10923 | ||
* | screen: missing redraw/highlight for ruler in message area | Björn Linse | 2019-09-22 |
| | |||
* | update tests for new resize behavior (resize at pager, but not at :!cmd) | Björn Linse | 2019-09-08 |
| | |||
* | test: add tests for pager glitches and crashes | Björn Linse | 2019-09-06 |
| | |||
* | move test | Daniel Hahler | 2019-09-04 |
| | |||
* | Merge #10098 'win: fix msg_puts_printf()' | Justin M. Keyes | 2019-08-12 |
|\ | |||
| * | Change to not test msg_puts_pirntf() in unix CI | erw7 | 2019-06-09 |
| | | |||
| * | Add msg_puts_printf() test for multibyte characters | erw7 | 2019-06-09 |
| | | |||
* | | vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusing | Jan Edmund Lazo | 2019-07-28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When user tries to exit with CTRL-C message is confusing. Solution: Only mention ":qa!" when there is a changed buffer. (closes vim/vim#4163) https://github.com/vim/vim/commit/a84a3dd6635fcd2e07f510cba6a999585dcc381a vim-patch:8.1.1052: test for CTRL-C message sometimes fails Problem: test for CTRL-C message sometimes fails Solution: Make sure there are no changed buffers. https://github.com/vim/vim/commit/553e5a5c568e7d175b65b0472cd6d9843b25f4c8 vim-patch:8.1.1053: warning for missing return statement Problem: Warning for missing return statement. (Dominique Pelle) Solution: Add return statement. https://github.com/vim/vim/commit/d6c3f1fa2b5e1dd7dc87cf608d72b84ad696b58f | ||
* | | 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> |