mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
vim-patch:9.1.1261: No test for 'pummaxwidth' non-truncated items (#33193)
Problem: No test for 'pummaxwidth' non-truncated items (after v9.1.1250)
Solution: Add shorter items to Test_pum_maxwidth_multibyte() (zeertzjq).
closes: vim/vim#17007
c6336acfe3
This commit is contained in:
@@ -2042,6 +2042,8 @@ func Test_pum_maxwidth_multibyte()
|
||||
return [
|
||||
\ #{word: "123456789_123456789_123456789_"},
|
||||
\ #{word: "一二三四五六七八九十"},
|
||||
\ #{word: "abcdefghij"},
|
||||
\ #{word: "上下左右"},
|
||||
\ ]
|
||||
endfunc
|
||||
set omnifunc=Omni_test
|
||||
|
Reference in New Issue
Block a user