We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When writing simple letters within <> the parser error is really hard to comprehend.
<>
nmap <T> <Ctrl-Shift-A>
gives the error
[Error] invalid unordered_map<K, T> key (int __cdecl WinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int)) ==========
here the problem is that <T> should have been T
<T>
T
The text was updated successfully, but these errors were encountered:
No branches or pull requests
About Bug
When writing simple letters within
<>
the parser error is really hard to comprehend.Steps to reproduce
gives the error
here the problem is that
<T>
should have beenT
Environments
The text was updated successfully, but these errors were encountered: