Alex Plate
1f4d5b0140
Really ignore property based test
2020-07-01 19:01:51 +03:00
Alex Plate
ddd1a0a5f0
Reset digraph during propertyBased tests
2020-07-01 19:01:08 +03:00
Alex Plate
e15fd8fa24
Add initial implementation of property based tests
2020-07-01 15:46:52 +03:00
Alex Plate
034cc3a725
Fix sentence motion with two new lines at start
2020-07-01 15:43:24 +03:00
Alex Plate
f34dcc0386
Add test for block selection on empty file
2020-07-01 15:02:39 +03:00
Alex Plate
a7b278553f
Make typeText accessible from non vim test cases
2020-07-01 14:11:14 +03:00
Alex Plate
bd52eb12bd
Fix star search on the last dot
2020-06-30 23:08:09 +03:00
Alex Plate
2d9a0a7559
Fix case yk
for first line
2020-06-30 22:47:19 +03:00
Alex Plate
c7948374fd
Cleanup
2020-06-29 13:30:23 +03:00
Alex Plate
f8afdf304b
Use @TestFor instead of custom annotation
2020-06-29 12:21:06 +03:00
Alex Plate
0e7b05e360
Continue cleanup
2020-06-29 10:57:53 +03:00
Alex Plate
a6ef654c05
Add tests for exchange plugin with unnamed register in clipboard
2020-06-26 10:43:42 +03:00
Alex Plate
e428b9fa0a
IdeaVim should save to unnamed register, not default one
2020-06-26 10:34:06 +03:00
Alex Plate
e0646541e8
Revert incompatible changes
2020-06-24 18:57:25 +03:00
Alex Plate
2d1fee0516
Add [version update] marks
2020-06-24 18:17:42 +03:00
Alex Plate
149899c34e
Fix fold tests
2020-06-24 18:05:54 +03:00
Alex Plate
c6573b48c2
Convert test to kt
2020-06-24 18:01:34 +03:00
Alex Plate
476ba265d2
Rename .java to .kt
2020-06-24 17:59:42 +03:00
Alex Plate
d6658a1771
Update test
2020-06-23 11:09:25 +03:00
Rieon Ke
e57d6f3d97
fix test failure after changing to key notations from printable chars
2020-06-22 22:56:47 +08:00
Alex Plate
c350650f9c
Commands work on the last line
2020-06-09 03:41:38 +03:00
Alex Plate
8c3cbc49b3
Add tests for G command
2020-06-09 03:15:16 +03:00
Alex Plate
786b7193d0
getLineCount does now respect last new line character
2020-06-09 03:04:48 +03:00
Alex Plate
2a6acba07f
S is now a synonym of cc and doesn't have a separate logic
2020-06-09 03:01:45 +03:00
Alex Plate
f4d595f5c2
[WIP] Removing usages of deprecated getFileSize for SearchHelper
2020-06-07 19:42:01 +03:00
Alex Plate
c1e5b7d111
Remove deprecated usage in different files
2020-06-07 19:35:25 +03:00
Alex Plate
6b0d2157c8
[WIP] Removing usages of deprecated getFileSize for go
command
2020-06-07 19:06:04 +03:00
Alex Plate
5a629d6256
[WIP] Removing usages of deprecated getFileSize in getting file info
2020-06-07 18:37:15 +03:00
Alex Plate
8c83ed6b55
Remove usage of deprecated getFileSize
2020-06-06 18:24:24 +03:00
Alex Plate
c64ec34a1f
Fix let mapleader="\<SPACE>"
2020-06-03 11:42:39 +03:00
Alex Plate
8e8e52c6f9
Create configuration migrators for IdeaVim
2020-06-03 11:05:48 +03:00
Alex Plate
a975b53894
Fix bug in test
2020-05-22 10:27:53 +03:00
Alex Plate
98aee5d0ab
Fixes and more tests for vim exchange
2020-05-22 09:59:53 +03:00
Alex Plate
c6c3b6643e
Add linewise visual test for vim exchange plugin
2020-05-20 23:44:45 +03:00
Alex Plate
028423cf58
Make exchange extension repeatable
2020-05-14 10:37:37 +03:00
Adrià Farrés
660b243056
Reset operator-pending commands on escape
...
Suppose we have the text "|Hello, world", with | being the position of
the cursor. Pressing `d<Esc>dw` simply moves the cursor on top of the
comma instead of leaving the text as ", world".
This fixes issue VIM-1421.
2020-05-13 05:03:49 +02:00
Alex Plate
c85f41e65b
Fix tests
2020-05-12 10:43:04 +03:00
Alex Pláte
89c2a8ec9b
Merge pull request #229 from fan-tom/VIM-921_exchange
...
VIM-921 vim-exchange plugin emulation
2020-05-12 10:08:53 +03:00
Alexey Gerasimov
aa2c1257ac
Use ${c} instead of <caret>
2020-05-10 17:55:55 +05:00
Alex Plate
de5ce5f635
Update ideavimrc reload implementation
2020-05-09 22:56:10 +03:00
Alex Plate
c6cf77e4b8
Remove some deprecations
2020-05-06 09:53:04 +03:00
Alex Plate
366c862bcf
Add loading/unloading to manual tests
2020-05-06 09:38:11 +03:00
Alex Pláte
01b4dc233a
Merge pull request #227 from angelbot/buffer_command
...
Add support for buffer command
2020-05-06 08:46:41 +03:00
Alex Pláte
61677aa811
Merge pull request #233
...
Fix #VIM-1994
2020-05-06 08:13:40 +03:00
Alex Plate
e31d5a4dcf
Initial cleanup after IJ requirements update
2020-04-30 11:43:24 +03:00
Alex Plate
64c01c1bd1
Cleanup timer for java tests
2020-04-30 10:23:14 +03:00
Alex Plate
4b659fe643
Prepare for 0.57 release
2020-04-28 11:18:56 +03:00
Alex Plate
8cce059fb4
Write tests for yanking and pasting with number register
2020-04-17 10:48:09 +03:00
Alex Plate
613c234cfb
Fix related tests
2020-04-16 11:31:22 +03:00
Alex Plate
83dca71f69
[VIM-1992] Fix shift-letter mappings
2020-04-16 11:20:26 +03:00