quickmenu.vim icon indicating copy to clipboard operation
quickmenu.vim copied to clipboard

Does not seem to recognise filetype of "py"

Open khyeung opened this issue 8 years ago • 1 comments

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

khyeung avatar Jul 17 '17 17:07 khyeung

use python instead of py

skywind3000 avatar Jul 17 '17 18:07 skywind3000