aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.1.0
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-10-05 14:19:49 +0200
committerhjk <qtc-committer@nokia.com>2010-10-05 16:06:41 +0200
commitc848f7fdea5e392baaf3075e7d8f1105041548e4 (patch)
treebbda22f3aa75b3942275627e4c232c914554ead9 /dist/changes-2.1.0
parent0421b9d0dca5cb844f97edf31f4632b0696c254a (diff)
changes-2.1.0: some fixes had been backported to 2.0.1, don't mention them twice
Diffstat (limited to 'dist/changes-2.1.0')
-rw-r--r--dist/changes-2.1.06
1 files changed, 2 insertions, 4 deletions
diff --git a/dist/changes-2.1.0 b/dist/changes-2.1.0
index 84bd16b3a4..bee5d93dd0 100644
--- a/dist/changes-2.1.0
+++ b/dist/changes-2.1.0
@@ -60,16 +60,14 @@ QML/JS Support
by plugins
FakeVim:
- * Fix mark interpretion for d'a etc, Delete key in command mode, ~
- * Fix indentation of first line after >iB and >ib, undo after cjaaa<Esc> etc
+ * Fix indentation of first line after >iB and >ib, undo after cjaaa<Esc>, ~ etc
* Implement :mak, :nohlsearch, :only, :reg[isters], Ctrl-J, Ctrl-N, Ctrl-P,
* Implement [(, ]), [{, ]}, some of the :bn/bp commands
* Implement {}/[]/<>-block text objects
* Make :q after :sp more vim-ish, make <C-.> etc work in mappings
- * Make Ctrl-V <Tab> and Ctrl-V <Return> work in Insert and Ex mode
* Make Searching a 'sub-sub-mode' to allow d/
* Make recognition of ex command names similar to vi's
- * move "status line" to the main statusbar
+ * Move "status line" to the main statusbar
* Refactor searching for less random jumps and more speed
* Rework line ranges and support for marks
* Use basetext cursor handling and indentation support for better integration