Skip to content

Old regexpengine causes redrawtime exceeded #135

Open
@adrigzr

Description

@adrigzr

When having the following settings on vimrc:

syntax on
set regexpengine=1

And opening the following file:

function lala(files, options) {
  const outputDir = path.join(this.options.cwd, options.output);
}

With the command:

$ vim -N -u vimrc file.ts    

Vim is very slow opening the file and after some time throws: 'redrawtime' exceeded, syntax highlighting disabled

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions