From c848f7fdea5e392baaf3075e7d8f1105041548e4 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Tue, 5 Oct 2010 14:19:49 +0200 Subject: [PATCH] changes-2.1.0: some fixes had been backported to 2.0.1, don't mention them twice --- dist/changes-2.1.0 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/changes-2.1.0 b/dist/changes-2.1.0 index 84bd16b3a47..bee5d93dd0a 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 -- GitLab