We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d732ba + ae0ab52 commit 932b675Copy full SHA for 932b675
1 file changed
README.md
@@ -2,6 +2,24 @@
2
3
JavaScript bundle for vim, this bundle provides syntax and indent plugins.
4
5
+## A Quick Note on Regexes
6
+
7
+Vim 7.4 was released recently, and unfortunately broke how this plugin
8
+handles regexes. There was no real easy way for us to fix this unless we
9
+completely rewrote how regexes work.
10
11
+Good News: There was a recent update to Vim 7.4 that fixes this issue.
12
13
+Make sure you are at least using Vim 7.4, with patches 1-7.
14
15
+If you are stuck on an older version of Vim 7.4 with no way to update,
16
+then simply perform the following commands to fix your current buffer:
17
18
+```
19
+:set regexpengine=1
20
+:syntax enable
21
22
23
## Installation
24
25
- Install with [Vundle](https://github.com/gmarik/vundle)
0 commit comments