aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim/fakevim_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: handle syntax highlight in batchesDavid Schulz2024-03-251-5/+5
* FakeVim: Fix testsArtem Sokolovskii2023-12-191-1/+10
* FakeVim: Move test declaration from plugin to separate objecthjk2023-11-171-100/+255
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* FakeVim: Support backslashes in substitute command patternshjk2022-02-031-0/+44
* Fix dot command for pasting with 'P' being 'p'Tom Praschan2021-02-221-0/+2
* FakeVim: Add emulation for vim-surround pluginTom Praschan2021-02-171-0/+70
* FakeVim: Add emulation for argtextobj.vim pluginTom Praschan2021-02-121-0/+24
* FakeVim: Add emulation of vim-exchange pluginTom Praschan2021-02-101-0/+28
* FakeVim: Merge comments when joining lines with 'J'Tom Praschan2021-02-091-0/+11
* FakeVim: Add emulation for ReplaceWithRegister pluginTom Praschan2021-02-091-0/+47
* FakeVim: Add emulation for vim-commentaryTom Praschan2021-02-031-0/+53
* FakeVim: Fix dot command for pastingTom Praschan2021-02-031-0/+9
* add special characters \u \U \l \L to fakevim substitute commandTimon Riedelbauch2021-02-031-0/+12
* FakeVim: ModernizeAlessandro Portale2018-11-081-1/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-18/+13
* FakeVim: C-R {register, C-W} in command modeThorben Kroeger2015-04-141-0/+23
* FakeVim: implement C-r{register} in insert modeThorben Kroeger2015-04-141-0/+8
* FakeVim: add unit tests for recent commitsThorben Kroeger2015-03-261-0/+16
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | FakeVim: Select and modify paragraph objectLukas Holecek2014-11-251-0/+426
* | FakeVim: Uppercase register appends to lowercaseLukas Holecek2014-11-211-0/+37
* | FakeVim: Indent block correctlyLukas Holecek2014-11-181-0/+53
* | FakeVim: Correct behavior of command "D" in visual block modeLukas Holecek2014-11-181-0/+15
* | FakeVim: Allow to use "i<C-O>v"Lukas Holecek2014-11-171-0/+2
* | FakeVim: Added tests for cursor target columnLukas Holecek2014-11-121-0/+141
* | FakeVim: Remove default escape key press from testsLukas Holecek2014-11-121-5/+23
* | FakeVim: Don't change cursor column after 'yy' commandLukas Holecek2014-11-051-0/+3
* | FakeVim: Properly replay macro with command lineLukas Holecek2014-11-031-0/+19
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | FakeVim: Factor out some test codehjk2014-09-231-33/+38
* | Remove Qt version checks.Christian Kandeler2014-09-081-5/+1
|/
* FakeVim: Allow to jump to the first quoted block on linehluk2014-05-051-0/+9
* FakeVim: Move cursor when repeating 't' command once with ';'hluk2014-04-281-0/+13
* FakeVim: Fixes for insert/change in visual modehluk2014-02-111-17/+98
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | FakeVim: Fix mappings in insert modehluk2013-12-301-0/+11
* | FakeVim: Use registers 0, 1 and -hluk2013-12-301-0/+39
* | FakeVim: Command % jumps to first known parenthesis characterhluk2013-12-301-0/+84
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-031-0/+11
|\|
| * FakeVim: Fix infinite loop when replacing empty texthluk2013-12-031-0/+11
* | FakeVim: Dot command works for letter case commands in visual modehluk2013-10-101-0/+13
|/
* FakeVim: Fix searching in visual mode and with commandshluk2013-09-191-0/+26
* FakeVim: Add another autotest for 'w'hjk2013-09-111-0/+6