summaryrefslogtreecommitdiff
path: root/src/plugins/fakevim/fakevimhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* fakevim: Fix mark interpretion for d'a etc.hjk2010-08-111-0/+4
* fakevim: fix mark positions after <Delete>hjk2010-07-061-16/+21
* fakevim: fix backspace in the presence of physical tabshjk2010-07-061-7/+14
* fakevim: fix insertion of tabs in insert modehjk2010-07-061-7/+11
* fakevim: fix insert of tabs when shifting to the righthjk2010-07-061-5/+5
* fakevim: make Ctrl-V <Tab> and Ctrl-V <Return> work in Insert and Ex modehjk2010-07-061-21/+46
* fakevim: fix up/down movement in the presence of real tabshjk2010-07-061-58/+88
* fakevim: fix insert of Tabshjk2010-07-061-1/+1
* fakevim: fix Delete key in command modehjk2010-06-231-4/+4
* fakevim: fix '$' handling on Finnish keyboardshjk2010-06-231-1/+3
* Fixed handling of text wrapping and a text layout corner caseThorbjørn Lindeijer2010-06-151-2/+2
* fakevim: fix cursor keys on Mac.hjk2010-06-041-0/+6
* fakevim: clear opcount and mvcount on escapehjk2010-06-041-1/+2
* fakevim: synchronize with masterhjk2010-06-021-850/+1205
* fakevim: fix cursor positioning in after :!hjk2010-04-291-3/+6
* fakevim: positioning fixes for linewise shiftinghjk2010-04-291-13/+17
* fakevim: improve handling of iskeywordhjk2010-04-291-2/+49
* fakevim: revert accidentally commited test codehjk2010-04-281-1/+1
* fakevim: make input more robust on non-US-style keyboardshjk2010-04-281-280/+309
* fakevim: add IsKeyword configuration optionhjk2010-04-281-2/+2
* fakevim: start working on some syntax highlighting infrastructurehjk2010-04-281-2/+5
* fakevim: potential fix for QTCREATORBUG-1263hjk2010-04-271-1/+2
* fakevim: set target column after search operationhjk2010-04-211-0/+1
* fakevim: make IncSearch work better.hjk2010-04-211-24/+43
* fakevim: looks like the Anchor concept needs a rework.hjk2010-04-211-1/+7
* fakevim: 'change sub mode' likes text objects, too.hjk2010-04-191-1/+3
* fakevim: make 'vaw' etc work.hjk2010-04-191-19/+29
* fakevim: handle yiwhjk2010-04-191-2/+2
* fakevim: add a setting for (rudimentary) reading of .vimrc on startuphjk2010-04-161-21/+64
* fakevim: refactoring of ex-mode command handlinghjk2010-04-161-248/+357
* fakevim: make :map work for non-ASCII charactershjk2010-04-161-12/+11
* fakevim: properly handle ø in the minibufferhjk2010-04-151-1/+1
* fakevim: properly handle ø in the minibufferhjk2010-04-151-2/+2
* fakevim: fix ^ when it is a dead keyhjk2010-04-151-0/+16
* fakevim: split 'IncSearch' into 'IncSearch' and 'UseCoreDialog'hjk2010-04-081-2/+3
* Correctly move cursor after Backspace when following identation.Vladimir Kuznetsov2010-04-071-0/+2
* Handle Home and End keys in insert mode.Vladimir Kuznetsov2010-04-071-0/+10
* fakevim: disable test codehjk2010-03-301-2/+2
* fakevim: add Shift-{Left,Right} as aliases for b and ehjk2010-03-291-7/+12
* fakevim: hot fix for the 'must change tabsize in fakevim, too'-problemhjk2010-03-261-5/+6
* fakevim: work on :maphjk2010-03-261-47/+186
* fakevim: start work on :maphjk2010-03-191-3/+81
* fakevim: compile fix on VS 2008.hjk2010-03-191-27/+41
* fakevim: provide some infrastructure to handle 'text object'.hjk2010-03-181-9/+90
* fakevim: code cosmeticshjk2010-03-181-5/+5
* fakevim: cosmeticshjk2010-03-181-2/+2
* fakevim: Escape should reset command mode no matter which state the editor wa...Martin Aumüller2010-03-181-11/+11
* fakevim: 'r' after visual modeMartin Aumüller2010-03-181-0/+41
* fakevim: improve behaviour of some editing commands while in visual modeMartin Aumüller2010-03-181-10/+19
* fakevim: use handleExCommand instead of handleCommandMartin Aumüller2010-03-181-6/+7