[overlay mode demo] Fixed bug which highlighted the rest of the line
If "{{" was found, the code would highlight the rest of the line
regardless if a matching "}}" or "}}}" was found.[solarized theme] Remove tab background character
It doesn't belong in a theme.
Support attach and detach methods for key maps
And adjust vim mode to use these.
Allow non-normalized keys and multi-stroke keys in keymaps
As long as CodeMirror.normalizeKeyMap is called on them before they are used. This interface is a little weird, but backwards-compatible.
Workaround for an error in getting to insert mode. It was very diffic…
…ult to reproduce, and I don't know what led to it, but the ">" mark was set but returned undefined when find() was called. This should work around the problem if it happens again.
[3024-day theme] Change color of matching bracket
The color white is not visible on the current backgroung
[vim] clear input state after search and ex commands
without this pressing / and then Esc doesn't clear status line
[project page] Remove confusing option from example
You won't get much effect from setting the mode option when no modes are loaded. Issue #2909
This also helps closebrackets close quotes Closes #2918