diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-08-09 15:33:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 15:33:53 -0700 |
commit | 1d81d7a268f5805bedc077f80582a89afe1bfe84 (patch) | |
tree | 484f64f146f6eca0655fc11cf4d72b0d3733d108 /runtime/doc/news.txt | |
parent | e6947bb1e80aa61ec43446f43dcc7c8a022f5b78 (diff) | |
download | rneovim-1d81d7a268f5805bedc077f80582a89afe1bfe84.tar.gz rneovim-1d81d7a268f5805bedc077f80582a89afe1bfe84.tar.bz2 rneovim-1d81d7a268f5805bedc077f80582a89afe1bfe84.zip |
feat(defaults): treat "•" as a list item prefix #24623
Problem:
Nvim docs use "•" as a list item prefix but `gw{motion}` doesn't format
such lists by default.
Solution:
Change the 'comments' option to include "fb:•" by default.
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index d0da35fb90..713569e1ad 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -151,6 +151,7 @@ The following changes to existing APIs or features add new behavior. option, which allows for rendering e.g., diagnostic severities differently. • Defaults: + • 'comments' includes "fb:•". • 'shortmess' includes the "C" flag. • Automatic linting of treesitter query files (see |ft-query-plugin|). Can be disabled via: >lua |