[vim] Generalized two-letter ESC sequences for insert mode
You can now edit vim.js and set enableEscKeymap to true and tweak any related settings that you see fit and have a two-character sequence to ESC from insert mode.
Fix problem where a change to the selection causes unwanted history e…
…vent merging Issue #2717
[vim] blockwise insert and append
Fix problem caused by ordering of scroll width measurement and width …
…adjustment Closes #2730
Sanitize scrolling code, make it deal with being asked to show rect l…
…arger than view Issue #2736
[xml-fold addon] Make doMatchTags also return info about self-closing…
… tags This way, the matchtags addon highlights them the same as normal tags. Closes #2737
[vim] remove visualBlock check in exitVisualMode
[vim] Removed defunct comment.
@mightyguava fixed this issue in 45fe0a1
Less fragile way to deal with updating the scrollbar during editor wi…
…dth changes Issue #2745
Range.getBoundingClientRect is not supported in FF 3.x
[verilog mode] Addressed indentation issue
Blocking indentation for import/export keywords