1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-09-21 04:42:47 +02:00
Commit Graph

6454 Commits

Author SHA1 Message Date
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
lippfi
5b571362e3 VIM-2405. Fixed error message for v: scope. NotImplementedErrors are now also shown in status bar. 2021-09-20 21:21:48 +03:00
Alex Plate
9537003a6d
Prepare to 1.7.1 release 2021-09-20 12:26:54 +03:00
Alex Plate
bdc50283d2
Switch gradle to 2021.2.2 because of issues in gradle plugin 2021-09-20 12:20:44 +03:00
Alex Plate
85c8968d75
Fix multiple copy from unnamed clipboard 2021-09-20 12:18:45 +03:00
lippfi
1466ad9bef Update changelog 2021-09-20 12:09:55 +03:00
lippfi
0cda2241ed Deleted "lambda" and "function as method" rules 2021-09-20 00:11:10 +03:00
lippfi
3ac96d9ed4 Added tests 2021-09-20 00:11:10 +03:00
lippfi
9f7b6a281b Fixed comma at the end of a literal dictionary 2021-09-20 00:11:10 +03:00
lippfi
96bd5f8259 Fixed unnamed register 2021-09-20 00:11:10 +03:00
lippfi
62917c2a50 VIM-2401. ExException is shown for map <expr> 2021-09-20 00:11:10 +03:00
lippfi
10ea780cdc Better grammar 2021-09-20 00:11:10 +03:00
lippfi
19561bb1f1 Fixed comment rule 2021-09-20 00:11:10 +03:00
lippfi
8088789f51 Fixed augroup and autocmd 2021-09-20 00:11:10 +03:00
lippfi
5dec91caa3 Added lambdas and functions as methods to grammar 2021-09-20 00:11:10 +03:00
lippfi
0c28a9a79b More loyal grammar 2021-09-20 00:11:10 +03:00
Alex Plate
8c2b715f93 Update formatting 2021-09-19 00:09:17 +00:00
aleksei.plate
0fe75031a9 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim / IdeaVim releases' project: VCS roots of 'Publish Release' build configuration were updated 2021-09-17 10:05:03 +00:00
aleksei.plate
0ec01f8d6f TeamCity change in 'IntelliJ IDEA plugins / IdeaVim / IdeaVim releases' project: VCS roots of 'Publish Release' build configuration were updated 2021-09-17 10:04:50 +00:00
aleksei.plate
fbcb3f8cbc TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: 'https://github.com/JetBrains/ideavim (branch release)' VCS root was created 2021-09-17 10:04:25 +00:00