skywind3000 / quickmenu.vim

A nice customizable popup menu for vim
MIT License
278 stars 12 forks source link

Does not seem to recognise filetype of "py" #3

Open khyeung opened 7 years ago

khyeung commented 7 years ago

When I set the "ft=" option to "py",the line still does not show up. My line is: call quickmenu#append('.debug: Debug code', 'echo "Debug code"', "Debug code","py,sh")

When editing a .sh file the line appears but does not when I am editing a python file.

Thank. khy

skywind3000 commented 7 years ago

use python instead of py