rzyns / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

cpoptions=$ and matchpairs makes text disappear #528

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. set cpoptions=$ in your .vimrc
2. Open a file with matchpairs enabled. For example, set "filetype plugin 
indent on" in your .vimrc then open an HTML file.
3. Go to the character after the ending '>' of an HTML tag.
4. Press C to change to end of line.

What is the expected output? What do you see instead?

The matching '<' and '>' are highlighted (as expected), and any part of the 
file that's visible below the current line disappears.

What version of MacVim and OS X are you using?

Snapshot 73, 10.10.2 Intel

Original issue reported on code.google.com by josh...@gmail.com on 6 Feb 2015 at 3:27