Open
Description
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
Labels
No labels