diff options
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
-rw-r--r-- | runtime/lua/vim/_meta/options.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index 53f7166b3d..a8299b31d7 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -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`. --- |