Timoses / vim-venu

Simple menu for vim
20 stars 2 forks source link

Adjust selector to allow selection among 10 or more items #12

Closed Timoses closed 5 years ago

Timoses commented 5 years ago

Fixes #7 (Limitation of single-digit menu points allows only 9 entries)

This commit introduces another callback (formatEntrySelector) which allows customizing the selector for each item's entry in the menu.

Default approach for displaying menus with more than 9 entries is to use two-digit selectors:

11
12
…
19
21
22
…
28
29
31
32
…