Alex Plate
|
a255597bc0
|
Fix exception
|
2019-10-08 10:37:11 +03:00 |
|
Alex Plate
|
29858e8b10
|
Do not handle plugin incomplete mappings
|
2019-10-08 10:31:47 +03:00 |
|
Alex Plate
|
972cfb265b
|
Change MapHandler formatting
|
2019-10-04 18:46:30 +03:00 |
|
Alex Plate
|
5e8a3afe61
|
Provide correct mapping names
vmap - mapping for visual and select mode
xmap - mapping for visual mode
|
2019-10-04 18:45:46 +03:00 |
|
Alex Plate
|
700decb2e0
|
Update mappings handler for properly handler intersecting mappings.
|
2019-10-02 18:44:43 +03:00 |
|
Alex Plate
|
8368055397
|
Registrar should be written in java due to capability problems
|
2019-10-01 20:33:00 +03:00 |
|
Alex Plate
|
0d0f1f1c0c
|
External plugins can now contribute to vimExtension
|
2019-10-01 19:59:41 +03:00 |
|
Alex Plate
|
db68ae5cea
|
Add tests for extension in op mode
|
2019-10-01 10:15:44 +03:00 |
|
Alex Plate
|
0fd7c4aa4f
|
Clean up
|
2019-09-30 19:46:40 +03:00 |
|
Alex Plate
|
8592e6ef60
|
Plugins can act as an operator
|
2019-09-30 19:46:03 +03:00 |
|
Alex Plate
|
e9fb02220a
|
Update api of ListenerSuppressor
|
2019-09-30 19:46:03 +03:00 |
|
Alex Plate
|
aa54a0cd98
|
Execute mapping in sync way
|
2019-09-30 19:46:02 +03:00 |
|
Alex Plate
|
eb724c8753
|
Fix yy command
|
2019-09-27 22:11:28 +03:00 |
|
Alex Plate
|
1bb0caa704
|
Fix dd for empty line
|
2019-09-27 17:46:00 +03:00 |
|
Alex Plate
|
5bf2bc4a7b
|
Reformat Command
|
2019-09-27 14:56:24 +03:00 |
|
Alex Plate
|
70fd7ef89d
|
operator-W doesn't affect the next line
|
2019-09-26 15:31:05 +03:00 |
|
Alex Plate
|
50d8e79571
|
Use fail function from kotlin
|
2019-09-26 14:47:36 +03:00 |
|
Alex Plate
|
c236ddd967
|
Add docs to Nodes
|
2019-09-26 11:25:49 +03:00 |
|
Alex Plate
|
b551518911
|
Add additional checks for command consistency
|
2019-09-25 20:09:21 +03:00 |
|
Alex Plate
|
1be49b06f3
|
Fix processing of / and ? commands
|
2019-09-25 20:01:20 +03:00 |
|
Alex Plate
|
200a9c6318
|
Update key handling process
|
2019-09-25 20:01:19 +03:00 |
|
Alex Plate
|
9f10106d75
|
Use only one handler to process @@ and @: commands
|
2019-09-25 20:00:23 +03:00 |
|
Alex Plate
|
6d4ff752a0
|
Double commands are processed in original way
|
2019-09-25 16:22:54 +03:00 |
|
Alex Plate
|
29ecae66a9
|
Make baseExecute as final method
|
2019-09-25 13:20:16 +03:00 |
|
Alex Plate
|
9c5f50d0a6
|
Move change motion tests to the separate file
|
2019-09-25 13:02:49 +03:00 |
|
Alex Plate
|
8fcc9ac1e2
|
Some fixes on change motion actions.
|
2019-09-24 17:53:36 +03:00 |
|
Alex Plate
|
8d83b3b1e7
|
Remove parameter from getMotionRange
|
2019-09-24 17:13:20 +03:00 |
|
Alex Plate
|
155570b6bf
|
Remove unused flag
|
2019-09-24 16:44:12 +03:00 |
|
Alex Plate
|
831dc35935
|
Update processing of text objects
|
2019-09-24 16:42:46 +03:00 |
|
Alex Plate
|
b641f1b67c
|
Motion command should explicit define inclusive / exclusive
|
2019-09-24 15:24:39 +03:00 |
|
Alex Plate
|
3c4906b8ac
|
Get rid of useless FLAG_MOT_EXCLUSIVE
|
2019-09-23 17:31:17 +03:00 |
|
Alex Plate
|
a575bc92cc
|
Correctly process d_ command
|
2019-09-18 22:40:29 +03:00 |
|
Alex Plate
|
7794e9ccd2
|
Fix undo mapping
|
2019-09-18 21:28:28 +03:00 |
|
Alex Plate
|
4f5301a7e0
|
Fix mapping for undo action
|
2019-09-17 18:42:41 +03:00 |
|
Alex Plate
|
6842936a75
|
Add state for awaiting for digraph (or char) input
|
2019-09-17 18:42:41 +03:00 |
|
Alex Plate
|
a0bf6599fa
|
Add comment for command flags option
|
2019-09-17 18:42:41 +03:00 |
|
Alex Plate
|
c0384949a3
|
Add javadoc for key mapping
|
2019-09-17 18:42:41 +03:00 |
|
Alex Plate
|
371f4b128e
|
Rename EX_ENTRY to CMD_LINE mode
|
2019-09-17 18:42:41 +03:00 |
|
Alex Plate
|
29fc776293
|
Remove NONE argument
|
2019-09-17 18:42:40 +03:00 |
|
Alex Plate
|
bbdf87190c
|
Extract node argument into the separate variable
|
2019-09-17 18:42:40 +03:00 |
|
Alex Plate
|
02a448f284
|
Convert command nodes to kt
|
2019-09-17 18:42:40 +03:00 |
|
Alex Plate
|
8665878b04
|
Remove useless FLAG_OP_PEND flag
|
2019-09-17 18:42:40 +03:00 |
|
Alex Plate
|
c23812941b
|
Clean up Argument class
|
2019-09-17 18:42:40 +03:00 |
|
Alex Plate
|
fdac774745
|
Convert FilterMotionAction to kt
|
2019-09-17 18:42:40 +03:00 |
|
Alex Plate
|
0a38b65ded
|
WIP: Renaming file 'FilterMotionAction' with Kotlin extension
|
2019-09-17 18:42:39 +03:00 |
|
Alex Plate
|
a7f44c8dd1
|
Revert "Temporally disable multithread startup"
This reverts commit bef3b3ba
|
2019-09-17 18:32:12 +03:00 |
|
Alex Plate
|
2444bd3c2d
|
Update Changes.md
|
2019-09-17 18:29:36 +03:00 |
|
Alex Plate
|
27f74844cc
|
Update changes
|
2019-09-17 18:28:40 +03:00 |
|
Alex Plate
|
d041712bd8
|
Run manual tests
|
2019-09-17 18:13:08 +03:00 |
|
Alex Plate
|
ef0f2024c2
|
Update changes
|
2019-09-17 18:09:08 +03:00 |
|