zeertzjq
31b3c62845
vim-patch:9.1.0106: Visual highlight hard to read with 'termguicolors'
...
Problem: Visual highlight hard to read with 'termguicolors'
(Maxim Kim)
Solution: Set Visual GUI foreground to black (with background=light)
and lightgrey (with background=dark)
(Maxim Kim)
fixes : vim/vim#14024
closes : vim/vim#14025
34e4a05d02
Co-authored-by: Maxim Kim <habamax@gmail.com >
2024-02-15 10:50:29 +08:00
Justin M. Keyes
04f2f864e2
refactor: format test/*
2024-01-03 02:09:29 +01:00
zeertzjq
1037ce2e46
test: avoid repeated screen lines in expected states
...
This is the command invoked repeatedly to make the changes:
:%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g
2023-12-09 22:15:02 +08:00
zeertzjq
d98e4e4b2e
vim-patch:9.0.1195: restoring KeyTyped when building statusline not tested
...
Problem: Restoring KeyTyped when building statusline not tested.
Solution: Add a test. Clean up and fix other tests. (closes vim/vim#11815 )
378e6c03f9
2023-01-14 20:27:40 +08:00
Luuk van Baal
5b89d480e3
vim-patch:9.0.1061: cannot display 'showcmd' somewhere else
...
Problem: Cannot display 'showcmd' somewhere else.
Solution: Add the 'showcmdloc' option. (Luuk van Baal, closes vim/vim#11684 )
ba936f6f4e
Co-authored-by: Luuk van Baal <luukvbaal@gmail.com >
2022-12-26 13:15:07 +08:00
dundargoc
ff20d40321
docs: fix typos ( #18269 )
...
Co-authored-by: zeertzjq <zeertzjq@outlook.com >
Co-authored-by: Dan Sully <dan+github@sully.org >
Co-authored-by: saher <msaher.shair@gmail.com >
Co-authored-by: Stephan Seitz <stephan.seitz@fau.de >
Co-authored-by: Benedikt Müller <d12bb@posteo.de >
Co-authored-by: Andrey Mishchenko <mishchea@gmail.com >
Co-authored-by: Famiu Haque <famiuhaque@protonmail.com >
Co-authored-by: Oliver Marriott <hello@omarriott.com >
2022-06-04 11:56:36 +08:00
zeertzjq
65df08aade
test: convert two statusline oldtests to Lua screen tests
2022-05-10 08:15:46 +08:00