Skip to content

Crash when entering std::vector.re #772

@MaxMatti

Description

@MaxMatti

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:
image

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions