Crash when entering `std::vector.re`
MaxMatti opened this issue · 4 comments
MaxMatti commented
System info:
- Sublime Text version:
Stable Channel, Build 4143
- Which system are you on:
Linux (NixOS)
- Clang version:
11.1.0
What happens:
After entering the text std::vector.re
in the first line inside my function I get this popup:
Sample file with which this works:
#include <vector>
int main(int argc, char const *argv[]) {
std::vector.r
/* code */
return 0;
}
(just type the e at the end of line 4)
MaxMatti commented
Same for clang 4.0.6
niosus commented
Thanks for reporting @MaxMatti
I've looked through the log and unfortunately don't see anything obviously wrong with what it reports. Are you sure it comes from my plugin?
MaxMatti commented
I kind of assumed it because it seems to be related to the functionality. But I'll disable all other plugins and then report back whether that changes anything.
niosus commented
It probably is, but just to be sure 🤷♂️