Commit Graph
8526 Commits
Author SHA1 Message Date
Alex Plate 30ddb4071f Add information about neovim integration 2020-07-20 11:19:35 +03:00
kostkabrukowa dccc793fc7 VIM-1970 | Tries to remove thread related test failure 2020-07-19 16:54:05 +02:00
kostkabrukowa f070a57148 VIM-1970 | Tries to remove thread related test failure 2020-07-19 16:08:21 +02:00
kostkabrukowa 2dde2cfb3b VIM-1970 | Refactores some tests 2020-07-19 15:34:28 +02:00
kostkabrukowa e0fef4f017 VIM-1970 | Adds some tests and updates plugins docs 2020-07-19 13:30:49 +02:00
kostkabrukowa 3a40b9689c VIM-1970 | Fixes register bug 2020-07-18 19:12:08 +02:00
kostkabrukowa 3937a395b7 VIM-1970 | Moves functionality to extension class, adds possibility to dynamically set highlight duration 2020-07-18 18:51:07 +02:00
kostkabrukowa 7e3d532075 VIM-1970 | Clears highlighters after its removal 2020-07-18 11:30:52 +02:00
kostkabrukowa 4f658c4734 VIM-1970 | Draft of working solution to plugin vim-highlightedyank 2020-07-18 10:14:45 +02:00
Alex Plate 26aa753d9e Update syntax of TabCloseHandler.kt 2020-07-16 11:13:20 +03:00
Alex Plate bd9c40aabc Add Rieon Ke to contributions list 2020-07-16 11:02:45 +03:00
Alex PláteandGitHub 008edc7e33 Merge pull request #244 from rieonke/VIM-2068
Implement tabc[lose] ex command
2020-07-16 10:57:59 +03:00
Alex Plate 2901bf45b7 Update the contributing doc 2020-07-15 10:11:51 +03:00
Alex Plate 24e7f655fc Add linewise motion type 2020-07-14 11:31:29 +03:00
Alex Plate ab8de509d9 Create visual type for the text objects 2020-07-14 02:37:54 +03:00
Alex Plate 4fc4ed7675 Remove FLAG_MOT_CHARACTERWISE flag 2020-07-14 02:10:20 +03:00
Alex Plate b35ad2bb9d Remove FLAG_MOT_BLOCKWISE 2020-07-14 02:03:08 +03:00
Alex Plate 895c7f1af1 Remove deprecated class 2020-07-14 01:37:08 +03:00
Alex Plate fbca5712e3 Run some tests with neovim 2020-07-14 01:24:05 +03:00
Alex PláteandGitHub 58850960b8 Merge pull request #243 from strogiyotec/master
Fix alternative XDG path in README
2020-07-13 11:37:38 +03:00
Alex Plate 1c874d3957 Assert mode in neovim testing 2020-07-13 11:23:28 +03:00
Alex Plate a42a19a174 Add converting mode to vim notation 2020-07-13 11:21:53 +03:00
Alex Plate bbe39d5942 Convert command state to kt 2020-07-13 10:42:43 +03:00
Alex Plate f5fb844442 Rename .java to .kt 2020-07-13 10:42:42 +03:00
Alex Plate cb186a686e Fix typo in readme 2020-07-13 10:21:37 +03:00
Alex Plate 0c22bb2f4f Add logging for used ideavimrc file 2020-07-13 10:05:16 +03:00
Alex Plate 49756c5c2f Split editor setup and command typing 2020-07-12 21:35:54 +03:00
Alex Plate 7efc2e1631 Enable neovim testing only for testWithNeovim task 2020-07-12 16:41:13 +03:00
Alex Plate ed23f5958c Rename doTestWithNeovim to doTest 2020-07-12 13:14:42 +03:00
Alex Plate 0ea53f3445 Remove unused doTest method 2020-07-12 13:09:27 +03:00
Alex Plate 4531b38c89 Annotate tests with TestWithoutNeovim 2020-07-12 12:58:51 +03:00
Alex Plate 2114725dab DotToTab is now extension function 2020-07-11 21:30:21 +03:00
Alex Plate 6877ffcb47 Use neovim for tests with VimBehaviourDiffers 2020-07-11 17:55:51 +03:00
Alex Plate c4a3cc6718 Disable neovim test for tests that are marked with VimBehaviourDiffers 2020-07-11 17:32:00 +03:00
Alex Plate a53ed1705a Extract NeovimTesting to the separate class 2020-07-11 16:58:27 +03:00
Alex Plate ae13eed152 Move all tests to use neovim or describe the reason why it cant 2020-07-11 16:14:48 +03:00
Alex Plate 2c2c023200 Move some tests to neovim or describe the reason 2020-07-10 12:03:54 +03:00
Alex Plate 1dbe7735df Rename api to neovimApi 2020-07-10 10:49:12 +03:00
Alex Plate a321e77e2e Support setreg for neovim 2020-07-10 10:48:46 +03:00
Alex Plate 9b52b496b2 Convert some tests to testing with neovim 2020-07-09 22:47:41 +03:00
Alex Plate deeddc22be More methods use neovim 2020-07-09 21:55:21 +03:00
Alex Plate 680693448f Two more tests to work with neovim 2020-07-09 19:28:44 +03:00
Alex Plate b4b5c0c77e Convert VimTestCase to kt 2020-07-09 18:01:02 +03:00
Alex Plate 3f3305706d Rename .java to .kt 2020-07-09 18:01:01 +03:00
Alex Plate bd942e2ea1 Add initial implementation of neovim integration for tests 2020-07-09 17:36:57 +03:00
Alex Plate a4c3fd8f0b Removed redundant class name 2020-07-09 17:35:20 +03:00
Alex Plate f54fc09a37 Make modes the same as in vanilla vim 2020-07-09 12:45:34 +03:00
Alex Plate fd6bdde5b0 Add merged commits to changeslog 2020-07-09 11:17:36 +03:00
Alex Plate 85c8007084 Update authors and changes 2020-07-09 11:14:03 +03:00
Alex PláteandGitHub 8a82d60172 Merge pull request #241 from patrick-elmquist/fix/reset-operator
Properly reset when pressing Esc in the middle of command
2020-07-09 11:10:02 +03:00