Skip to content

Commit 932b675

Browse files
committed
Merge branch 'master' of github.com:pangloss/vim-javascript
2 parents 2d732ba + ae0ab52 commit 932b675

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
JavaScript bundle for vim, this bundle provides syntax and indent plugins.
44

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+
523
## Installation
624

725
- Install with [Vundle](https://github.com/gmarik/vundle)

0 commit comments

Comments
 (0)