Skip to content

Commit 9c9d053

Browse files
committed
Set latest regexp engine
Without this setting, performance for typescript files becomes really slow.
1 parent fdfaa22 commit 9c9d053

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vimrc

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ set softtabstop=4
3030
"" Enable W for saving as an alias
3131
command! W w
3232

33+
"" New regex engine
34+
set regexpengine=0
3335
filetype plugin indent on
3436

3537
"" set <leader> as -

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 - 2019 Mariano Anaya
3+
Copyright (c) 2013 - 2021 Mariano Anaya
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

0 commit comments

Comments
 (0)