vim-patch:1b08d2cd0789 (#25993)

runtime(doc): clarify when formatoptions applies

closes: vim/vim#13503

1b08d2cd07

Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
zeertzjq
2023-11-12 07:49:57 +08:00
committed by GitHub
parent 84688ec372
commit 2494009885
3 changed files with 9 additions and 6 deletions

View File

@@ -2528,8 +2528,9 @@ vim.bo.formatlistpat = vim.o.formatlistpat
vim.bo.flp = vim.bo.formatlistpat
--- This is a sequence of letters which describes how automatic
--- formatting is to be done. See `fo-table`. Commas can be inserted for
--- readability.
--- formatting is to be done.
--- See `fo-table` for possible values and `gq` for how to format text.
--- Commas can be inserted for readability.
--- To avoid problems with flags that are added in the future, use the
--- "+=" and "-=" feature of ":set" `add-option-flags`.
---