index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
fakevim
/
fakevimhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fakevim: Fix mark interpretion for d'a etc.
hjk
2010-08-11
1
-0
/
+4
*
fakevim: fix mark positions after <Delete>
hjk
2010-07-06
1
-16
/
+21
*
fakevim: fix backspace in the presence of physical tabs
hjk
2010-07-06
1
-7
/
+14
*
fakevim: fix insertion of tabs in insert mode
hjk
2010-07-06
1
-7
/
+11
*
fakevim: fix insert of tabs when shifting to the right
hjk
2010-07-06
1
-5
/
+5
*
fakevim: make Ctrl-V <Tab> and Ctrl-V <Return> work in Insert and Ex mode
hjk
2010-07-06
1
-21
/
+46
*
fakevim: fix up/down movement in the presence of real tabs
hjk
2010-07-06
1
-58
/
+88
*
fakevim: fix insert of Tabs
hjk
2010-07-06
1
-1
/
+1
*
fakevim: fix Delete key in command mode
hjk
2010-06-23
1
-4
/
+4
*
fakevim: fix '$' handling on Finnish keyboards
hjk
2010-06-23
1
-1
/
+3
*
Fixed handling of text wrapping and a text layout corner case
Thorbjørn Lindeijer
2010-06-15
1
-2
/
+2
*
fakevim: fix cursor keys on Mac.
hjk
2010-06-04
1
-0
/
+6
*
fakevim: clear opcount and mvcount on escape
hjk
2010-06-04
1
-1
/
+2
*
fakevim: synchronize with master
hjk
2010-06-02
1
-850
/
+1205
*
fakevim: fix cursor positioning in after :!
hjk
2010-04-29
1
-3
/
+6
*
fakevim: positioning fixes for linewise shifting
hjk
2010-04-29
1
-13
/
+17
*
fakevim: improve handling of iskeyword
hjk
2010-04-29
1
-2
/
+49
*
fakevim: revert accidentally commited test code
hjk
2010-04-28
1
-1
/
+1
*
fakevim: make input more robust on non-US-style keyboards
hjk
2010-04-28
1
-280
/
+309
*
fakevim: add IsKeyword configuration option
hjk
2010-04-28
1
-2
/
+2
*
fakevim: start working on some syntax highlighting infrastructure
hjk
2010-04-28
1
-2
/
+5
*
fakevim: potential fix for QTCREATORBUG-1263
hjk
2010-04-27
1
-1
/
+2
*
fakevim: set target column after search operation
hjk
2010-04-21
1
-0
/
+1
*
fakevim: make IncSearch work better.
hjk
2010-04-21
1
-24
/
+43
*
fakevim: looks like the Anchor concept needs a rework.
hjk
2010-04-21
1
-1
/
+7
*
fakevim: 'change sub mode' likes text objects, too.
hjk
2010-04-19
1
-1
/
+3
*
fakevim: make 'vaw' etc work.
hjk
2010-04-19
1
-19
/
+29
*
fakevim: handle yiw
hjk
2010-04-19
1
-2
/
+2
*
fakevim: add a setting for (rudimentary) reading of .vimrc on startup
hjk
2010-04-16
1
-21
/
+64
*
fakevim: refactoring of ex-mode command handling
hjk
2010-04-16
1
-248
/
+357
*
fakevim: make :map work for non-ASCII characters
hjk
2010-04-16
1
-12
/
+11
*
fakevim: properly handle ø in the minibuffer
hjk
2010-04-15
1
-1
/
+1
*
fakevim: properly handle ø in the minibuffer
hjk
2010-04-15
1
-2
/
+2
*
fakevim: fix ^ when it is a dead key
hjk
2010-04-15
1
-0
/
+16
*
fakevim: split 'IncSearch' into 'IncSearch' and 'UseCoreDialog'
hjk
2010-04-08
1
-2
/
+3
*
Correctly move cursor after Backspace when following identation.
Vladimir Kuznetsov
2010-04-07
1
-0
/
+2
*
Handle Home and End keys in insert mode.
Vladimir Kuznetsov
2010-04-07
1
-0
/
+10
*
fakevim: disable test code
hjk
2010-03-30
1
-2
/
+2
*
fakevim: add Shift-{Left,Right} as aliases for b and e
hjk
2010-03-29
1
-7
/
+12
*
fakevim: hot fix for the 'must change tabsize in fakevim, too'-problem
hjk
2010-03-26
1
-5
/
+6
*
fakevim: work on :map
hjk
2010-03-26
1
-47
/
+186
*
fakevim: start work on :map
hjk
2010-03-19
1
-3
/
+81
*
fakevim: compile fix on VS 2008.
hjk
2010-03-19
1
-27
/
+41
*
fakevim: provide some infrastructure to handle 'text object'.
hjk
2010-03-18
1
-9
/
+90
*
fakevim: code cosmetics
hjk
2010-03-18
1
-5
/
+5
*
fakevim: cosmetics
hjk
2010-03-18
1
-2
/
+2
*
fakevim: Escape should reset command mode no matter which state the editor wa...
Martin Aumüller
2010-03-18
1
-11
/
+11
*
fakevim: 'r' after visual mode
Martin Aumüller
2010-03-18
1
-0
/
+41
*
fakevim: improve behaviour of some editing commands while in visual mode
Martin Aumüller
2010-03-18
1
-10
/
+19
*
fakevim: use handleExCommand instead of handleCommand
Martin Aumüller
2010-03-18
1
-6
/
+7
[next]