* In textarea-mode, don't reset the input field during composition.
* More careful restoration of selections in widgets, during editor redraw.
* [vim bindings](http://codemirror.net/mode/demo/vim.html): Parse line offsets in line or range specs.
* [javascript mode](http://codemirror.net/mode/javascript/): More TypeScript parsing fixes.
* [julia mode](http://codemirror.net/mode/julia/): Fix issue where the mode gets stuck.
* [markdown mode](http://codemirror.net/mode/markdown/): Understand cross-line links, parse all bracketed things as links.
* [soy mode](http://codemirror.net/mode/soy/): Support single-quoted strings.
* [go mode](http://codemirror.net/mode/go/): Don't try to indent inside strings or comments.
