Hi,
2018/2/11 Sun 2:29:13 UTC+9 Bram Moolenaar wrote:
> Patch 8.0.1495
> Problem: Having 'pumwidth' default to zero has no merit.
> Solution: Make the default 15, as the actual default value.
> Files: src/popupmnu.c, src/option.c
The document needs to be updated.
Regards,
Ken Takata
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.
# HG changeset patch
# Parent 12fd43a712a104804b2f8bef14c318c3baf13860
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -5977,14 +5977,13 @@ A jump table for the options with a shor
|ins-completion-menu|.
*'pumwidth'* *'pw'*
-'pumwidth' 'pw' number (default 0)
+'pumwidth' 'pw' number (default 15)
global
{not available when compiled without the
|+insert_expand| feature}
{not in Vi}
Determines the minium width to use for the popup menu for Insert mode
- completion. When zero the default of 15 screen cells is used.
- |ins-completion-menu|.
+ completion. |ins-completion-menu|.
*'pythondll'*
'pythondll' string (default depends on the build)