Justin M. Keyes
4abb67c027
test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}"
...
ref #11004
2019-11-09 22:26:01 -08:00
Daniel Hahler
93fe30593b
ex_echo: fix check for got_int #11225
...
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
2019-10-19 14:45:27 -07:00
Björn Linse
f316916758
screen: missing redraw/highlight for ruler in message area
2019-09-22 09:38:52 +02:00
Björn Linse
c705e3fb0b
update tests for new resize behavior (resize at pager, but not at :!cmd)
2019-09-08 15:24:14 +02:00
Björn Linse
1fc6489f30
test: add tests for pager glitches and crashes
2019-09-06 19:38:27 +02:00
Daniel Hahler
4556bb90fa
move test
2019-09-04 13:13:39 +02:00
Justin M. Keyes
ad4eb18e43
Merge #10098 'win: fix msg_puts_printf()'
2019-08-12 02:42:13 +02:00
Jan Edmund Lazo
01e3690ca8
vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusing
...
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 )
a84a3dd663
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.
553e5a5c56
vim-patch:8.1.1053: warning for missing return statement
Problem: Warning for missing return statement. (Dominique Pelle)
Solution: Add return statement.
d6c3f1fa2b
2019-07-28 22:19:11 -04:00
Björn Linse
c2b3cc970c
syntax: fix missing newlines in execute("syn list"). fixes #10467
2019-07-14 09:31:45 +02:00
Björn Linse
399eb49baf
highlight: show "hi Group" message correctly when not using the screen
...
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()
2019-07-05 15:52:59 +02:00
Björn Linse
e39d217592
messages: fix crash with msg_advance when using ext_messages
2019-06-16 11:31:35 +02:00
Björn Linse
41f31ca90d
messages: support shortmess-=S in ext_messages
2019-06-16 11:07:29 +02:00
erw7
2fbeea8326
Change to not test msg_puts_pirntf() in unix CI
2019-06-09 19:02:52 +09:00
erw7
da8f7141ce
Add msg_puts_printf() test for multibyte characters
2019-06-09 13:29:51 +09:00
Björn Linse
3d24bb48e7
test: don't detach screen just to change the size
2019-06-03 11:23:10 +02:00
Justin M. Keyes
c0134660ab
test: avoid some boilerplate
2019-06-03 00:08:32 +02:00
Ville Hakulinen
40218d1180
Make sure msg_clear is sent after confirm message ( #10065 )
2019-06-02 23:38:19 +02:00
Jit
b65a7b7f66
[RDY] Fix wildmode=list,full and display+=msgsep interaction ( #10103 )
...
* Fix wildmode=list and display+=msgsep interaction
* Add test to check ext_messages behaviour is unchanged
2019-06-02 21:38:34 +02:00
Justin M. Keyes
fb4d5a1846
UI/ext_messages: restore kind=quickfix #10067
...
Accidentally removed in 34f9e72af9
.
ref #6201
2019-05-27 00:01:41 +02:00
Björn Linse
8ed54bbec3
messages: use proper multiline error message for rpcrequest and API wrappers
2019-05-26 15:42:16 +02:00
Justin M. Keyes
3d1ed7c959
UI/ext_messages: learn more message kinds
...
ref #6201
2019-05-11 23:42:55 +02:00
Justin M. Keyes
698c4f662d
test: clear(): remove opts.headless
parameter
...
Callers can instead specify `args_rm={'--headless'}`.
TODO: should `nvim_argv` have "--headless" by default? Need to inspect
some uses of spawn(nvim_argv) ...
2019-04-27 16:31:26 +02:00
Björn Linse
be8ebba325
Allow using internal popupmenu or ext_popupmenu for wildmenu
...
Deprecate ext_wildmenu. ext_popupmenu already contains more state (anchor
position), and will allow further expansion (info about items).
2019-03-16 19:53:21 +01:00
Björn Linse
51fc54325c
ui: implement ext_messages
...
Co-Author: Dongdong Zhou <dzhou121@gmail.com >
2019-02-10 13:36:46 +01:00