mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-02-25 20:46:00 +01:00
Bumped version to 0.34
This commit is contained in:
parent
44c1a2e139
commit
446ffc3602
14
CHANGES.md
14
CHANGES.md
@ -3,6 +3,20 @@ The Changelog
|
||||
|
||||
History of changes in IdeaVim for the IntelliJ platform.
|
||||
|
||||
0.34, 2014-04-29
|
||||
----------------
|
||||
|
||||
A bugfix release.
|
||||
|
||||
Bug fixes:
|
||||
|
||||
* VIM-674 Don't handle `<Tab>` in Insert mode in Vim emulation
|
||||
* VIM-672 Ignore mappings that contain `<Plug>` and `<SID>`
|
||||
* VIM-670 First character of a recursive mapping shouldn't be mapped again
|
||||
* VIM-666 Support `<Bar>` in Vim key notation
|
||||
* VIM-666 Ignore characters after `|` in `:map` commands
|
||||
* VIM-667 Ignore potentially nested lines of .vimrc based on leading whitespace
|
||||
|
||||
|
||||
0.33, 2014-04-28
|
||||
----------------
|
||||
|
@ -1,4 +1,4 @@
|
||||
version-id:0.33
|
||||
version-id:0.34
|
||||
platform-version:120.0
|
||||
idea.download.url=http://download.jetbrains.com/idea/ideaIU-13.zip
|
||||
build.number=dev
|
||||
|
@ -3,6 +3,10 @@
|
||||
<id>IdeaVIM</id>
|
||||
<change-notes>
|
||||
<![CDATA[
|
||||
<p>0.34:</p>
|
||||
<ul>
|
||||
<li>Various bug fixes</li>
|
||||
</ul>
|
||||
<p>0.33:</p>
|
||||
<ul>
|
||||
<li>Support for <code>:map</code> key mapping commands</li>
|
||||
@ -25,12 +29,6 @@
|
||||
<li>Fixed long-standing issues with merged undo/redo commands and <code><Esc></code> during completion</li>
|
||||
<li>Various bug fixes</li>
|
||||
</ul>
|
||||
<p>0.29:</p>
|
||||
<ul>
|
||||
<li>Fixed repeat buffer limits</li>
|
||||
<li>Enable normal <code><Enter></code> handling for one-line editors</li>
|
||||
<li>Don't move cursor while scrolling</li>
|
||||
</ul>
|
||||
<p>See also the complete <a href="https://github.com/JetBrains/ideavim/blob/master/CHANGES.md">changelog</a>.</p>
|
||||
]]>
|
||||
</change-notes>
|
||||
|
Loading…
Reference in New Issue
Block a user