lippfi
|
806184aa5d
|
Lambda
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
d93fb1fdfc
|
Funcref
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
9cf922ae80
|
FunctionStorage refactoring
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
2070efc35a
|
Changed Executable to interface
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
1dc4dbf7af
|
Optional function arguments
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
c10634f1e3
|
Updated roadmap
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
c0f8fd8c6b
|
call command
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
95f89792d4
|
range function flag
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
a299abf18f
|
abort function flag
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
0cc15390a4
|
Getting dictionary value by dict.key
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
379b23b42d
|
Update formatting
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
160b1b240a
|
Falsy operator
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
5af69377e5
|
Fixed test
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
bcee0a5964
|
Optimized imports
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
804128c3d3
|
Deleted VimContext from Executable
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
4e3ee024ac
|
Deleted VimContext from commands
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
c300fdbfb1
|
Added closure flag and fixed scopes
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
840ff11335
|
Deleted VimContext from expressions
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
8d76b51683
|
".." as concatenation operator
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
a78bb51831
|
Added function flags
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
db19d0819e
|
Added "lambda" and "function as method" rules to grammar
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
72b76221f7
|
Added len() function
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
9eb32034b7
|
Added 'ide' option
|
2021-10-01 03:31:20 +03:00 |
|
lippfi
|
24f88b5ffe
|
Added 'exists' function (works only with options for now)
|
2021-10-01 03:31:20 +03:00 |
|
Alex Plate
|
d27ebad011
|
Prepare to the new release
|
2021-09-30 15:28:33 +03:00 |
|
Alex Plate
|
1cebd8551b
|
Update gradle plugin to 1.2.0
|
2021-09-30 15:25:43 +03:00 |
|
Alex Plate
|
446d5aeb15
|
Replace AbstractBundle with DynamicBundle
|
2021-09-30 10:35:22 +03:00 |
|
lippfi
|
58f8ce605d
|
Update changelog
|
2021-09-30 01:03:30 +03:00 |
|
Alex Plate
|
3fae2fdae5
|
isBlockCursor method doesn't work for UI tests at the moment
|
2021-09-29 12:58:30 +03:00 |
|
Alex Plate
|
c268407ce3
|
Merge branch 'master' into feature/guicursor
# Conflicts:
# src/com/maddyhome/idea/vim/listener/VimListenerManager.kt
|
2021-09-29 12:32:32 +03:00 |
|
Alex Plate
|
cd435c5f41
|
Do not correct selection when the mouse is clicked
|
2021-09-29 12:30:47 +03:00 |
|
Alex Plate
|
74b0e3bded
|
Merge branch 'master' into feature/guicursor
# Conflicts:
# src/com/maddyhome/idea/vim/listener/VimListenerManager.kt
|
2021-09-29 11:08:30 +03:00 |
|
Alex Plate
|
edc0a14ef1
|
Do not set selection locker on mouse press
|
2021-09-29 10:49:16 +03:00 |
|
Alex Plate
|
011be78b27
|
Add ui test for extend selection
|
2021-09-28 12:04:25 +03:00 |
|
Alex Plate
|
58008e6758
|
Improve vim selection suppressor
|
2021-09-28 11:51:43 +03:00 |
|
Matt Ellis
|
ae21727c12
|
Merge branch 'master' into feature/guicursor
|
2021-09-27 15:21:41 +01:00 |
|
lippfi
|
a480372d3d
|
Added a colon after scope for variables in VimScriptGlobalEnvironment
|
2021-09-27 15:19:39 +03:00 |
|
lippfi
|
0bc298014d
|
Fixed string rule
|
2021-09-27 14:31:39 +03:00 |
|
lippfi
|
63f85a8099
|
lua << END is skipped now
|
2021-09-26 19:10:38 +03:00 |
|
lippfi
|
cc16d5ba15
|
VIM-2411. Added tabs to INLINE_SEPARATOR . Much better comments
|
2021-09-24 09:47:25 +03:00 |
|
lippfi
|
fa3afe188e
|
VIM-2409. Removed inline comment from SubstituteCommand's rule
|
2021-09-23 17:52:15 +03:00 |
|
lippfi
|
6df2db86c3
|
VIM-2406. Added patterns with omitted "/" or "?" at the end of the pattern to GoToLineCommand
|
2021-09-23 17:32:39 +03:00 |
|
lippfi
|
7791de490d
|
Removed unnecessary spaces from grammar
|
2021-09-23 13:31:52 +03:00 |
|
lippfi
|
754a8c7250
|
global and vglobal commands with pipes
|
2021-09-22 16:23:23 +03:00 |
|
lippfi
|
88b0f31590
|
Emojis
|
2021-09-22 15:40:53 +03:00 |
|
lippfi
|
b17dbb37e4
|
Updated formatting
|
2021-09-22 15:31:55 +03:00 |
|
Alex Plate
|
4ec360219a
|
Fix UI tests
|
2021-09-21 17:29:47 +03:00 |
|
Alex Plate
|
b4d4da7250
|
Refactor UI test
|
2021-09-21 11:20:33 +03:00 |
|
Alex Plate
|
8bf809a888
|
Improve mouse selection from the line end
|
2021-09-21 11:19:41 +03:00 |
|
Alex Plate
|
90e0cee86c
|
Fix Ui test
|
2021-09-21 10:35:43 +03:00 |
|