1
mirror of https://github.com/neovim/neovim.git synced 2025-01-01 17:23:36 -07:00
neovim/test/functional
zeertzjq 97aaea3478 test(tui_spec): use Unicode in cursor_address test ()
Now that  is fixed, use Unicode again to reduce screen height.
Unfortunately composing chars still can't be used, as it turns out that
composing chars may be missing when sent separately from the base char
at the last char a screen line.

(cherry picked from commit 1189c5ce59)
2024-10-14 08:20:44 +00:00
..
api fix(window): making float with title/footer non-float leaks memory () 2024-09-28 02:44:46 +00:00
autocmd test(autocmd/termxx_spec): properly setup TextChangedT tests () 2024-10-13 11:29:29 +08:00
core fix(channel): handle writing to file instead of pipe () 2024-09-26 08:43:51 +00:00
editor feat(jumplist): allow opting out of removing unloaded buffers () 2024-09-19 10:32:50 +00:00
ex_cmds fix(quickfix): make shortmess+=O work with cmdheight=0 () 2024-07-08 02:36:58 +00:00
fixtures NVIM v0.10.0 2024-05-16 14:34:32 +02:00
legacy vim-patch:9.1.0753: Wrong display when typing in diff mode with 'smoothscroll' () 2024-10-01 23:34:17 +00:00
lua fix(diff): use mmfile_t in linematch 2024-09-30 12:34:01 +01:00
options test: improve test conventions 2024-04-23 18:17:04 +02:00
plugin test(health): "test_plug/health/init.lua" completes as "test_plug" 2024-09-11 16:07:29 +01:00
provider test: improve test conventions 2024-04-23 18:17:04 +02:00
script docs(luacats): support backtick captured generic type 2024-05-07 14:33:14 +01:00
shada test: improve test conventions 2024-04-23 18:17:04 +02:00
terminal test(tui_spec): use Unicode in cursor_address test () 2024-10-14 08:20:44 +00:00
treesitter fix(runtime): sync bundled treesitter queries 2024-07-24 17:02:12 +02:00
ui fix(float): properly find last window of tabpage () 2024-09-29 10:55:55 +00:00
vimscript test: improve test conventions 2024-04-23 18:17:04 +02:00
example_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
preload.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testnvim.lua test: do not set termguicolors in test runner 2024-06-13 01:09:49 +00:00