neovim/test/functional
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
..
api vim-patch:8.1.1759: no mode char for terminal mapping from maparg() 2019-07-28 08:00:52 +09:00
autocmd TextYankPost: spurious/too-early dispatch during delete #10392 2019-07-29 00:50:11 +02:00
cmdline
core tests: use "cat" also on Windows 2019-07-26 21:45:00 +02:00
eval vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusing 2019-07-28 22:19:11 -04:00
ex_cmds tests: AppVeyor: fix test/functional/ex_cmds/arg_spec.lua (#10598) 2019-07-24 09:31:46 +02:00
fixtures shell-test: fix REP for count larger than uint8_t (#10581) 2019-07-22 20:49:45 +02:00
insert normal: Don't exit CTRL-O mode after processing K_EVENT 2019-06-04 13:59:43 +02:00
legacy vim-patch:8.0.1738: ":args" output is hard to read 2019-07-24 06:09:28 +02:00
lua tests: loop_spec: retry (#10413) 2019-07-04 16:42:10 +02:00
normal Merge #10596 'vim-patch:8.1.{899,903,905,907,908,910,913,1746}' 2019-07-25 12:00:08 +02:00
options vim-patch:8.1.1614: 'numberwidth' can only go up to 10 2019-07-05 21:26:46 -04:00
plugin man.vim: Handle ANSI escape sequences with ":" #10267 2019-06-30 15:25:49 +02:00
provider messages: use proper multiline error message for rpcrequest and API wrappers 2019-05-26 15:42:16 +02:00
shada
terminal tests: make TERM=interix test pending (#10576) 2019-07-22 18:49:37 +02:00
ui vim-patch:8.1.1049: when user tries to exit with CTRL-C message is confusing 2019-07-28 22:19:11 -04:00
viml
example_spec.lua
helpers.lua API: Context 2019-07-27 16:36:56 +02:00
preload.lua