diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-04-01 18:12:55 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-11-05 19:35:56 +0800 |
commit | b92ed35a0bb873589bba9b51fdb92ffd00dc3e57 (patch) | |
tree | 5ac84e14882b16d6bd515eacec248ca01b8947d0 /runtime | |
parent | 3e60b9f1cc7a24e801d1ee38b4d03032cc6962f2 (diff) | |
download | rneovim-b92ed35a0bb873589bba9b51fdb92ffd00dc3e57.tar.gz rneovim-b92ed35a0bb873589bba9b51fdb92ffd00dc3e57.tar.bz2 rneovim-b92ed35a0bb873589bba9b51fdb92ffd00dc3e57.zip |
vim-patch:8.2.4093: cached breakindent values not initialized properly
Problem: Cached breakindent values not initialized properly.
Solution: Initialize and cache formatlistpat. (Christian Brabandt,
closes vim/vim#9526, closes vim/vim#9512)
https://github.com/vim/vim/commit/c53b467473160b5cfce77277fbae414bf43e66ce
Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 285e596152..d14bb275d2 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1053,6 +1053,7 @@ A jump table for the options with a short description can be found at |Q_op|. text should normally be narrower. This prevents text indented almost to the right window border occupying lot of vertical space when broken. + (default: 20) shift:{n} After applying 'breakindent', the wrapped line's beginning will be shifted by the given number of characters. It permits dynamic French paragraph |