neovim/test/functional
bfredl aeb053907d refactor(options): use schar_T representation for fillchars and listchars
A bit big, but practically it was a lot simpler to change over all
fillchars and all listchars at once, to not need to maintain two
parallel implementations.

This is mostly an internal refactor, but it also removes an arbitrary
limitation: that 'fillchars' and 'listchars' values can only be
single-codepoint characters. Now any character which fits into a single
screen cell can be used.
2024-01-08 14:37:55 +01:00
..
api refactor: format test/* 2024-01-03 02:09:29 +01:00
autocmd refactor: format test/* 2024-01-03 02:09:29 +01:00
core refactor: format test/* 2024-01-03 02:09:29 +01:00
editor refactor: format test/* 2024-01-03 02:09:29 +01:00
ex_cmds refactor: format test/* 2024-01-03 02:09:29 +01:00
fixtures refactor: format test/* 2024-01-03 02:09:29 +01:00
legacy refactor: format test/* 2024-01-03 02:09:29 +01:00
lua refactor: format test/* 2024-01-03 02:09:29 +01:00
options refactor(options): use schar_T representation for fillchars and listchars 2024-01-08 14:37:55 +01:00
plugin refactor: format test/* 2024-01-03 02:09:29 +01:00
provider refactor: format test/* 2024-01-03 02:09:29 +01:00
shada refactor: format test/* 2024-01-03 02:09:29 +01:00
terminal fix(test/tui_spec): pass the expected NULL-sentinel to execl() 2024-01-06 06:57:31 -05:00
treesitter refactor: format test/* 2024-01-03 02:09:29 +01:00
ui fix(column): fill 'statuscolumn' clickdefs with evaluated width (#26891) 2024-01-05 21:34:54 +08:00
vimscript refactor: format test/* 2024-01-03 02:09:29 +01:00
example_spec.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
helpers.lua refactor: format test/* 2024-01-03 02:09:29 +01:00
preload.lua refactor: format test/* 2024-01-03 02:09:29 +01:00