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)
Log that illustrates the issue
System info:
Stable Channel, Build 4143Linux (NixOS)11.1.0What happens:
After entering the text

std::vector.rein the first line inside my function I get this popup:Sample file with which this works:
(just type the e at the end of line 4)
Log that illustrates the issue