mxw / vim-jsx

React JSX syntax highlighting and indenting for vim.
1.59k stars 95 forks source link

Don't modify b:match_words on reloading file #187

Open mars90226 opened 5 years ago

mars90226 commented 5 years ago

When using :edit to reload jsx file, the b:match_words variable is appended with the jsx match words again. After multiple reloads, vim will complain E51: Too many '(' when using % to jump to matching parenthese.