tag:github.com,2008:https://github.com/lunixbochs/ActualVim/releasesRelease notes from ActualVim2018-07-01T01:40:03Ztag:github.com,2008:Repository/13676250/0.9.172018-07-01T01:40:03Z0.9.17<p>run <code>set nofoldenable</code> on startup #146</p>lunixbochstag:github.com,2008:Repository/13676250/0.9.162017-12-24T00:13:32Z0.9.16<ul>
<li>Improve selection sync on view change.</li>
<li>Fix regression in ^X^U Sublime autocompletion.</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.152017-11-19T22:03:59Z0.9.15<ul>
<li>Detect filetype when setting filename (fix #114)</li>
<li>Fix display of selection in visual block mode (respect curswant)</li>
<li>Sync word wrap both ways, rename <code>indent_priority</code> setting to <code>settings_priority</code>.</li>
<li>Fix bug in horizontally-scrolled viewport sync when top line is empty.</li>
<li>Add missing key bindings, allow ^S to reach vim. If you're not on macOS and want to use ^S to save, add <code>"av:ctrl+n": true</code> under normal mode in your ActualVim settings.</li>
<li>Support cursor position in cmdline.</li>
<li>Add <code>smooth_scroll</code> setting.</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.142017-11-16T03:03:40Z0.9.14<ul>
<li>fix #130 (backspace fails after clicking with mouse while in insert mode)</li>
<li>implement external cmdline</li>
<li>implement pasting in cmdline (partial fix of #50 - cut and other native manipulations are unsupported for now)</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.132017-11-14T22:39:37Z0.9.13<ul>
<li>add settings <code>av:mode:<name></code> usable in keybinding contexts: <a href="https://github.com/lunixbochs/ActualVim/issues/105#issuecomment-344368051">https://github.com/lunixbochs/ActualVim/issues/105#issuecomment-344368051</a></li>
<li>fix #118 (wrong cursor position after paste)</li>
<li>sync viewport position to/from vim (fixes #111 and #62)</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.122017-11-14T03:48:50Z0.9.12<ul>
<li>add support for per-mode key bypasses (see issue #117)</li>
<li>windows: detect neovim chocolatey install</li>
<li>non-osx: bypass ctrl+n and ctrl+w in normal mode in default settings</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.112017-06-22T02:11:34Z0.9.11<ul>
<li>merge async branch, which should prevent most input stalls and fix insert mode mappings</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.102017-05-02T13:43:17Z0.9.10<ul>
<li>Update for neovim 0.2.0, which greatly improves worst-case latency</li>
<li>Add <code>large_file_disable</code> setting to disable ActualVim on larger files (>50k lines or >50MB)</li>
<li>Add per-file toggle command (<code>ActualVim Disable (File)</code> in the command palette)</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.92017-03-27T14:12:08Z0.9.9<ul>
<li>Canonicalize capitalization to "ActualVim"</li>
<li>Implement (beta) highlight synchronization from neovim (enable by adding <code>highlights: true</code> to settings).</li>
</ul>lunixbochstag:github.com,2008:Repository/13676250/0.9.82017-03-20T21:21:02Z0.9.8<ul>
<li>Improve vimrc handling.</li>
<li>Sync read-only flag from sublime to vim</li>
<li>Fix bugs in selection sync from sublime to vim</li>
<li>Fix a case where typing fails on first startup until view is refocused.</li>
</ul>lunixbochs