[vim] Automatically set RUNEWIDTH_EASTASIAN=1 when &ambiwidth == double

This commit is contained in:
Junegunn Choi
2023-01-17 00:57:53 +09:00
parent a6d6cdd165
commit b46e40e86b
2 changed files with 14 additions and 0 deletions

View File

@@ -92,6 +92,7 @@ CHANGELOG
for `--border-label`)
- Better support for (Windows) terminals where each box-drawing character
takes 2 columns. Set `RUNEWIDTH_EASTASIAN` environment variable to `1`.
- On Vim, the variable will be automatically set if `&ambiwidth` is `double`
- Behavior changes
- fzf will always execute the preview command if the command template
contains `{q}` even when it's empty. If you prefer the old behavior,