kovisoft / slimv

Official mirror of Slimv versions released on vim.org
454 stars 60 forks source link

Trouble with menu #53

Closed FiV0 closed 7 years ago

FiV0 commented 7 years ago

I installed slimv and swank runs fine, but when I want to load the menu (,,), I get the following errors. E333: Menu path must lead to a menu item E334: Menu not found: Slimv.Edit.

Any idea how to resolve this? Thanks.

kovisoft commented 7 years ago

Please tell me what is the output of these commands:

:echo g:slimv_leader
:map ,,

This is going to be a long output, first page is enough:

:amenu

And what happens when you enter this but instead of pressing you just press ?

:emenu Slimv.e

If :emenu Slimv. is printed, then press the arrow, then :emenu Slimv.Edit. should be printed, then just don't delete the trailing . character, rather press <Down> or <Enter>. Then you are in the sub-menu. Does it work?

FiV0 commented 7 years ago

Sorry I am new to the :emenu command. Your last comment helped. I did not know you had to press <Down>. Everything works perfect now.