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
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Replace missing qAsConst with std::as_const()
Jarek Kobus
2022-10-10
1
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Fix logical XOR
Jarek Kobus
2022-10-07
1
-1
/
+1
*
FakeVim: Replace foreach with ranged for loop
Jarek Kobus
2022-10-05
1
-6
/
+6
*
Utils: Remove Utils::optional
Eike Ziller
2022-09-01
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
FakeVim: Partially implement multi repeat command (:g, :v)
hjk
2022-06-27
1
-1
/
+58
*
FakeVim: Fix crash with debug build of Qt 6
hjk
2022-06-20
1
-2
/
+2
*
FakeVim: Simplify calling external processes
hjk
2022-06-20
1
-10
/
+1
*
FakeVim: Support backslashes in substitute command patterns
hjk
2022-02-03
1
-1
/
+10
*
FakeVim: Improve handling of content changes
Christian Stenger
2021-12-07
1
-8
/
+32
*
Use QtcProcess inside fake vim handler
Jarek Kobus
2021-10-29
1
-12
/
+5
*
Fix qHash-related size compatibility warnings by MSVC
Orgad Shaneh
2021-10-20
1
-1
/
+1
*
FakeVim: Only drop full-line comments
hjk
2021-10-13
1
-5
/
+4
*
Revert "FakeVim: Also record NoVisualMode as last visual mode"
hjk
2021-10-11
1
-2
/
+2
*
FakeVim: Update visual marks when mark settings have changed
hjk
2021-07-21
1
-0
/
+5
*
FakeVim: Also record NoVisualMode as last visual mode
hjk
2021-06-18
1
-2
/
+2
*
Merge remote-tracking branch 'origin/4.15'
Eike Ziller
2021-03-16
1
-1
/
+6
|
\
|
*
FakeVim: Fix compilation with Qt 6
Eike Ziller
2021-03-16
1
-1
/
+6
*
|
FakeVim: Fix Windows build
Lukas Holecek
2021-03-03
1
-1
/
+2
*
|
FakeVim: Aspectify settings
hjk
2021-03-03
1
-71
/
+56
|
/
*
Fix dot command for pasting with 'P' being 'p'
Tom Praschan
2021-02-22
1
-1
/
+1
*
Fix build
Leander Schulten
2021-02-18
1
-1
/
+1
*
FakeVim: Add emulation for vim-surround plugin
Tom Praschan
2021-02-17
1
-10
/
+233
*
FakeVim: Add emulation for argtextobj.vim plugin
Tom Praschan
2021-02-12
1
-0
/
+86
*
FakeVim: Fix compile
Christian Stenger
2021-02-11
1
-0
/
+2
*
Compile fix - use Utils::optional
Jarek Kobus
2021-02-11
1
-1
/
+1
*
FakeVim: Add emulation of vim-exchange plugin
Tom Praschan
2021-02-10
1
-0
/
+70
*
FakeVim: Merge comments when joining lines with 'J'
Tom Praschan
2021-02-09
1
-0
/
+19
*
FakeVim: Add emulation for ReplaceWithRegister plugin
Tom Praschan
2021-02-09
1
-23
/
+76
*
FakeVim: Fix Qt6 build
Leander Schulten
2021-02-04
1
-4
/
+5
*
FakeVim: Add emulation for vim-commentary
Tom Praschan
2021-02-03
1
-1
/
+102
*
FakeVim: Fix dot command for pasting
Tom Praschan
2021-02-03
1
-0
/
+2
*
add special characters \u \U \l \L to fakevim substitute command
Timon Riedelbauch
2021-02-03
1
-4
/
+64
*
FakeVim: Change shortcuts from Alt-V,X to Alt-Y,X
hjk
2020-11-10
1
-3
/
+8
*
Avoid more uses of non-explicit QChar(int) constructor
hjk
2020-11-10
1
-1
/
+1
*
FakeVim: Fix use of implicit QChar(int) constructor
hjk
2020-11-06
1
-2
/
+1
*
FakeVim: Fix deleting selection on search command-line
Lukas Holecek
2020-11-02
1
-0
/
+2
*
FakeVim: Allow AltGr as modifier to produce normal key values
hjk
2020-10-08
1
-3
/
+8
*
Fix build issues with Qt6
Eike Ziller
2020-09-18
1
-1
/
+1
*
FakeVim: Fix case insensitivity handling for forward searching
hjk
2020-07-17
1
-19
/
+38
*
More Qt 6 fixes
hjk
2020-06-23
1
-2
/
+2
*
FakeVim: Finish port to QRegularExpression
hjk
2020-06-23
1
-27
/
+36
*
FakeVim: Port more from QRegExp to QRegularExpression
hjk
2020-06-23
1
-18
/
+23
*
FakeVim: Use QStringView instead of QStringRef
hjk
2020-06-18
1
-5
/
+6
*
FakeVim: Replace QRegExp use in handleExSubstituteCommand()
hjk
2020-06-17
1
-4
/
+4
*
FakeVim: Use QRegularExpression in C-A/C-X handling
hjk
2020-06-11
1
-1
/
+2
*
FakeVim: Modernize a bit
hjk
2020-05-28
1
-10
/
+10
*
FakeVim: Treat C-S-something as "not normal" in Input::is()
hjk
2020-05-14
1
-1
/
+6
[next]