Mercurial > vim
view runtime/indent/testdir/yaml.ok @ 18720:7f066dff9d70 v8.1.2351
patch 8.1.2351: 'wincolor' not used for > for not fitting double width char
Commit: https://github.com/vim/vim/commit/92e25ab2df03756bbb8523cf871db29fe8819c13
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 26 22:39:10 2019 +0100
patch 8.1.2351: 'wincolor' not used for > for not fitting double width char
Problem: 'wincolor' not used for > for not fitting double width char.
Also: popup drawn on right half of double width character looks
wrong.
Solution: Adjust color for > character. Clear left half of double width
character if right half is being overwritten.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 26 Nov 2019 22:45:04 +0100 |
parents | 375a7ecdb351 |
children | 661eb972cb22 |
line wrap: on
line source
# vim: set ft=yaml sw=2 et : # START_INDENT map1: sub1: - list item map2: - another list # END_INDENT # START_INDENT map: &anchor map: val # END_INDENT