mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-18 10:31:44 +02:00
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
4cc784eb95 |
@@ -3,6 +3,13 @@ The Changelog
|
|||||||
|
|
||||||
History of changes in IdeaVim for the IntelliJ platform.
|
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
|
0.42, 2015-11-01
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version-id:0.42
|
version-id:0.43
|
||||||
platform-version:143.0
|
platform-version:143.0
|
||||||
idea.download.url=http://download.jetbrains.com/idea/ideaIC-143.380.20.tar.gz
|
idea.download.url=http://download.jetbrains.com/idea/ideaIC-143.380.20.tar.gz
|
||||||
build.number=dev
|
build.number=dev
|
||||||
|
@@ -2,6 +2,10 @@
|
|||||||
<name>IdeaVim</name>
|
<name>IdeaVim</name>
|
||||||
<id>IdeaVIM</id>
|
<id>IdeaVIM</id>
|
||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
|
<p>0.43:</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fixed running the plugin with Java 6</li>
|
||||||
|
</ul>
|
||||||
<p>0.42:</p>
|
<p>0.42:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed move commands in read-only files</li>
|
<li>Fixed move commands in read-only files</li>
|
||||||
|
Reference in New Issue
Block a user