diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-03-15 06:07:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-15 13:07:21 +0000 |
| commit | 4662ad5643b270958fa6dc3c0ded15800ce6faf6 (patch) | |
| tree | 55e0389266b4ebe7db7924e21ff5c8107f645f4e /runtime/doc/vim_diff.txt | |
| parent | d8eec815609831c51a580ba8d8edada2300aff98 (diff) | |
| download | rneovim-4662ad5643b270958fa6dc3c0ded15800ce6faf6.tar.gz rneovim-4662ad5643b270958fa6dc3c0ded15800ce6faf6.tar.bz2 rneovim-4662ad5643b270958fa6dc3c0ded15800ce6faf6.zip | |
feat(defaults): completeopt=popup #32909
Assuming that completeopt=popup does what its documentation claims, it
is more appropriate that completeopt=preview as a 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 9bd23313e3..df79d25198 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -46,6 +46,7 @@ Defaults *defaults* *nvim-defaults* - 'commentstring' defaults to "" - 'compatible' is always disabled - 'complete' excludes "i" +- 'completeopt' defaults to "menu,popup" - 'define' defaults to "". The C ftplugin sets it to "^\\s*#\\s*define" - 'diffopt' defaults to "internal,filler,closeoff,linematch:40" - 'directory' defaults to ~/.local/state/nvim/swap// (|xdg|), auto-created |