diff options
author | yayoyuyu <112897090+yayoyuyu@users.noreply.github.com> | 2024-08-20 23:29:27 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2024-09-08 12:15:50 +0200 |
commit | e37404f7fecc5f57e4f3df4cf5ba0adec67bfbb3 (patch) | |
tree | 3c90172490a572828e7f4fadc00139b54e7babdd /test/functional/vimscript/server_spec.lua | |
parent | b40ec083ae30eb64ddfec2b238c909116e936e99 (diff) | |
download | rneovim-e37404f7fecc5f57e4f3df4cf5ba0adec67bfbb3.tar.gz rneovim-e37404f7fecc5f57e4f3df4cf5ba0adec67bfbb3.tar.bz2 rneovim-e37404f7fecc5f57e4f3df4cf5ba0adec67bfbb3.zip |
fix(tohtml): enclose font-family names in quotation marks
Font-family names must be enclosed in quotation marks to ensure that
fonts are applied correctly when there are spaces in the name.
Fix an issue where multiple fonts specified in `vim.o.guifont` are
inserted as a single element, treating them as a single font.
Support for escaping commas with backslash and ignoring spaces
after a comma.
ref `:help 'guifont'`
Diffstat (limited to 'test/functional/vimscript/server_spec.lua')
0 files changed, 0 insertions, 0 deletions