neovim/test/functional
oni-link 0bdeec8ef0 screen: Adjust buffer sizes for multiple sign columns #10314
* screen: Fix to draw signs with combining characters.
The buffer size for signs can be too small, because the upper length
limit of a sign can be 56 bytes. If combining characters are only two
bytes in size, this reduces to 32 bytes.

* screen: Adjust buffer size to maximal sign column count
2019-06-24 00:01:01 +02:00
..
api tests: fix "api nvim_get_proc_children returns child process ids" (#10296) 2019-06-22 15:29:39 +02:00
autocmd messages: use proper multiline error message for rpcrequest and API wrappers 2019-05-26 15:42:16 +02:00
cmdline
core channel: refactor events, prevent recursive invocation of events 2019-06-18 10:49:38 +02:00
eval tests: increase timeout with "timers doesn't mess up the cmdline" (#10212) 2019-06-13 22:11:33 +02:00
ex_cmds vim-patch:8.0.1782: no simple way to label quickfix entries 2019-05-05 13:46:19 +02:00
fixtures test/env: multibyte env var to child process 2019-02-28 22:40:11 +01: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.1.0211: expanding a file name "~" results in $HOME 2019-05-25 20:36:01 -04:00
lua api/lua: add on_detach to nvim_buf_attach 2019-06-15 13:19:12 +02:00
normal jumplist: avoid extra tail entry #9805 2019-04-02 00:50:28 +02:00
options lua/shared: move table util funcs to vim.shared 2019-05-18 21:07:30 +02:00
plugin functionaltest: win: enable shada FileWriteCmd 2018-10-31 22:55:07 -04:00
provider messages: use proper multiline error message for rpcrequest and API wrappers 2019-05-26 15:42:16 +02:00
shada jumplist: avoid extra tail entry #9805 2019-04-02 00:50:28 +02:00
terminal tui: support rgba background detection (#10205) 2019-06-13 14:14:41 +02:00
ui screen: Adjust buffer sizes for multiple sign columns #10314 2019-06-24 00:01:01 +02:00
viml tests: adjust to latest Vim patches 2019-05-05 14:05:25 +02:00
example_spec.lua vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757 2019-03-19 12:24:41 +01:00
helpers.lua ci: AppVeyor: fix cov job, remove duplicate non-cov one (#10217) 2019-06-14 13:39:57 +02:00
preload.lua