mirror of
https://github.com/neovim/neovim.git
synced 2025-12-24 07:09:05 +00:00
vim-patch:9.1.1250: cannot set the maximum popup menu width
Problem: cannot set the maximum popup menu width
(Lucas Mior)
Solution: add the new global option value 'pummaxwidth'
(glepnir)
fixes: vim/vim#10901
closes: vim/vim#16943
88d75934c3
Co-authored-by: glepnir <glephunter@gmail.com>
This commit is contained in:
@@ -306,6 +306,7 @@ EXTERN char *p_csl; ///< 'completeslash'
|
||||
EXTERN OptInt p_pb; ///< 'pumblend'
|
||||
EXTERN OptInt p_ph; ///< 'pumheight'
|
||||
EXTERN OptInt p_pw; ///< 'pumwidth'
|
||||
EXTERN OptInt p_pmw; ///< 'pummaxwidth'
|
||||
EXTERN char *p_com; ///< 'comments'
|
||||
EXTERN char *p_cpo; ///< 'cpoptions'
|
||||
EXTERN char *p_debug; ///< 'debug'
|
||||
|
||||
Reference in New Issue
Block a user