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/vim_diff.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/vim_diff.txt')
| -rw-r--r-- | runtime/doc/vim_diff.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index f9926bfb53..15bb13d5a9 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -37,6 +37,7 @@ Defaults *nvim-defaults* - 'backspace' defaults to "indent,eol,start" - 'backupdir' defaults to .,~/.local/state/nvim/backup// (|xdg|), auto-created - 'belloff' defaults to "all" +- 'comments' includes "fb:•" - 'commentstring' defaults to "" - 'compatible' is always disabled - 'complete' excludes "i" |