Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PymodeSigns case not handle #1095

Open
nhascoet opened this issue Jun 17, 2020 · 0 comments
Open

PymodeSigns case not handle #1095

nhascoet opened this issue Jun 17, 2020 · 0 comments

Comments

@nhascoet
Copy link

@nhascoet nhascoet commented Jun 17, 2020

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#check from the pymode plugin.

It seems to be a case not handled in the function PymodeSigns.place(loclist) (file autoload/pymode/tools/signs.vim) where the issue.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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.