Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Hi!
The code
print(''.format(x))(missing the brackets reference) raises an error in vim (E155: Unknown sign: Pymode').The traceback refers to
Error detected while processing function pymode#lint#checkfrom the pymode plugin.It seems to be a case not handled in the function
PymodeSigns.place(loclist)(fileautoload/pymode/tools/signs.vim) where theissue.type[0]is a quote (') and does not refer to any defined sign.I am not sure about this quick traceback investigation, but I feel like it could be handled as a "warning" or "error" by the pymode plugin instead of raising a vim error.
Thanks and best regards!