When looking at the help of ':h briopt', I've noticed that the "tab" setting
for "listchars" influences the indent of hanging paragraphs, if "linebreak" is
enabled (but no lines are wrapped) and listchars are not displayed.
TEST CASE:
1. vim -u NONE
2. :h 'briopt'
3. :set linebreak listchars=tab:»·
Note how the indent of the second line with the description of "min" changes:
min:{n} Minimum text width that will be kept after
applying 'breakindent', even if the resulting
With "set list" it looks correct:
»·······»·······min:{n}» Minimum text width that will be kept after
»·······»·······»······· applying 'breakindent', even if the resulting
When using non-utf8 characters for "listchars" it looks OK:
min:{n} Minimum text width that will be kept after
applying 'breakindent', even if the resulting
>From the help of "listchars", single-width utf8 chars are allowed, if encoding
>is "utf-8" (which is the case).
This regression was introduced by patch 353
(https://github.com/vim-jp/vim/commit/397b3e38655119b4c73373c51a70ae61b12f85a8).
Regards,
Daniel.
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.