1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-17 16:31:45 +02:00

Compare commits

...

1 Commits
0.42 ... 0.43

Author SHA1 Message Date
Andrey Vlasovskikh
4cc784eb95 VIM-1039 Fixed running the plugin with Java 6 2015-11-02 00:45:23 +03:00
3 changed files with 12 additions and 1 deletions

View File

@@ -3,6 +3,13 @@ The Changelog
History of changes in IdeaVim for the IntelliJ platform.
0.43, 2015-11-02
----------------
A bugfix release.
* VIM-1039 Fixed running the plugin with Java 6
M
0.42, 2015-11-01
----------------

View File

@@ -1,4 +1,4 @@
version-id:0.42
version-id:0.43
platform-version:143.0
idea.download.url=http://download.jetbrains.com/idea/ideaIC-143.380.20.tar.gz
build.number=dev

View File

@@ -2,6 +2,10 @@
<name>IdeaVim</name>
<id>IdeaVIM</id>
<change-notes><![CDATA[
<p>0.43:</p>
<ul>
<li>Fixed running the plugin with Java 6</li>
</ul>
<p>0.42:</p>
<ul>
<li>Fixed move commands in read-only files</li>