vim-jsx
vim-jsx copied to clipboard
Don't modify b:match_words on reloading file
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.