1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-28 02:45:59 +01:00

Pass Escape to IDEA if not used by Vim.

This commit is contained in:
rmaddy 2004-12-10 21:58:51 +00:00
parent 74cc46411c
commit f0883393fb

View File

@ -1,6 +1,12 @@
History of changes for @NAME@ for IDEA @IDEA-VERSION@
@VERSION@ from 0.8.2
@VERSION@ from 0.8.4
Bug Fixes
- The Escape key is passed up to IDEA if not used by VIM first. This fix solves
minor issues such as not being able to clear highlighted text using the
Ctrl-Shift-F7, for example.
0.8.3 from 0.8.2
Bug Fixes
- After a fresh install it is possible to get a NPE when loading the first
project. Now fixed.