1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-18 19:42:46 +02:00

Commit Graph

  • e1069c265e Fixed literal dictionary key pattern lippfi 2021-10-08 00:03:05 +0300
  • e0b356c12d Dictionary functions lippfi 2021-10-08 00:02:36 +0300
  • 769d900383 Formatting lippfi 2021-10-07 23:54:31 +0300
  • 8d99100601 Redundant arguments in lambda functions are ignored lippfi 2021-10-07 21:50:30 +0300
  • 0c1c8080a6
    Update actions docs Alex Plate 2021-10-07 22:14:08 +0300
  • 1742541b03
    Add note about version update Alex Plate 2021-10-07 22:03:49 +0300
  • d66e6967ee
    Add Martin Yzeiri to contributors list Alex Plate 2021-10-07 10:27:32 +0300
  • 559879301d
    Add traces to suppressor locks and unlocks Alex Plate 2021-10-07 10:01:21 +0300
  • c524c92062 Emulate matchit.vim Martin Yzeiri 2021-06-07 21:58:23 -0400
  • b329329333
    Add settings for testing on latest eap Alex Plate 2021-10-06 12:07:19 +0300
  • 5df8ef98a1
    Add more logging for selection change Alex Plate 2021-10-06 10:54:55 +0300
  • 55154b2996
    Update changelog Alex Plate 2021-10-06 09:29:54 +0300
  • 89aa6aecff Added self property to FunctionDeclarations lippfi 2021-10-05 13:19:15 +0300
  • 970456e6b0 Added evaluateWithRange method to funcrefCalls lippfi 2021-10-05 13:16:12 +0300
  • 97effae8dc Bump org.jetbrains.changelog from 1.2.0 to 1.3.0 dependabot[bot] 2021-09-30 12:26:42 +0000
  • f26755045d Bump annotations from 21.0.1 to 22.0.0 dependabot[bot] 2021-08-18 15:02:30 +0000
  • 067af8356c
    Merge pull request #337 from citizenmatt/feature/guicursor Alex Pláte 2021-10-05 09:28:26 +0300
  • ee743674c2
    Merge branch 'master' into feature/guicursor Alex Plate 2021-10-05 09:27:32 +0300
  • 362f8a3c99
    Update gradle version Alex Plate 2021-10-05 09:22:40 +0300
  • 9f0ecd7f73 Better function calls and call command lippfi 2021-10-05 03:24:16 +0300
  • d01f582646 Dictionary function call lippfi 2021-10-05 02:51:24 +0300
  • cdc8f159f5 Read-only variables lippfi 2021-10-04 21:33:16 +0300
  • b481b6e1b5 Updated VIMSCRIPT_ROADMAP.md lippfi 2021-10-04 12:06:18 +0300
  • 505aeff544 VIM-2417 fix bars in substitute command lippfi 2021-10-01 20:11:24 +0300
  • dbf0444110 funcref() function lippfi 2021-10-01 19:13:54 +0300
  • 07d753f413 function() function lippfi 2021-10-01 17:16:37 +0300
  • f516e89a5f Better VimFuncref lippfi 2021-10-01 17:16:09 +0300
  • 5f15bca561 Add name and scope fields to FunctionHandler lippfi 2021-10-01 17:14:06 +0300
  • d98acd8c39 Moved tests lippfi 2021-10-01 17:11:25 +0300
  • 97502a5bd5 Function as method call lippfi 2021-10-01 03:21:34 +0300
  • 806184aa5d Lambda lippfi 2021-10-01 02:38:12 +0300
  • d93fb1fdfc Funcref lippfi 2021-10-01 01:35:43 +0300
  • 9cf922ae80 FunctionStorage refactoring lippfi 2021-09-29 02:32:15 +0300
  • 2070efc35a Changed Executable to interface lippfi 2021-09-29 01:57:29 +0300
  • 1dc4dbf7af Optional function arguments lippfi 2021-09-21 20:28:02 +0300
  • c10634f1e3 Updated roadmap lippfi 2021-09-21 15:50:54 +0300
  • c0f8fd8c6b call command lippfi 2021-09-21 15:49:54 +0300
  • 95f89792d4 range function flag lippfi 2021-09-21 15:49:26 +0300
  • a299abf18f abort function flag lippfi 2021-09-20 15:45:22 +0300
  • 0cc15390a4 Getting dictionary value by dict.key lippfi 2021-09-20 14:55:21 +0300
  • 379b23b42d Update formatting lippfi 2021-09-20 00:13:44 +0300
  • 160b1b240a Falsy operator lippfi 2021-09-20 00:07:45 +0300
  • 5af69377e5 Fixed test lippfi 2021-09-19 16:48:53 +0300
  • bcee0a5964 Optimized imports lippfi 2021-09-16 21:43:04 +0300
  • 804128c3d3 Deleted VimContext from Executable lippfi 2021-09-16 21:40:37 +0300
  • 4e3ee024ac Deleted VimContext from commands lippfi 2021-09-16 21:21:38 +0300
  • c300fdbfb1 Added closure flag and fixed scopes lippfi 2021-09-16 21:19:44 +0300
  • 840ff11335 Deleted VimContext from expressions lippfi 2021-09-16 19:21:41 +0300
  • 8d76b51683 ".." as concatenation operator lippfi 2021-09-16 12:03:13 +0300
  • a78bb51831 Added function flags lippfi 2021-08-20 18:23:02 +0300
  • db19d0819e Added "lambda" and "function as method" rules to grammar lippfi 2021-08-20 18:18:24 +0300
  • 72b76221f7 Added len() function lippfi 2021-08-17 14:48:27 +0300
  • 9eb32034b7 Added 'ide' option lippfi 2021-08-13 16:11:15 +0300
  • 24f88b5ffe Added 'exists' function (works only with options for now) lippfi 2021-08-13 16:10:41 +0300
  • d27ebad011
    Prepare to the new release Alex Plate 2021-09-30 15:28:33 +0300
  • 1cebd8551b
    Update gradle plugin to 1.2.0 Alex Plate 2021-09-30 15:25:43 +0300
  • 446d5aeb15
    Replace AbstractBundle with DynamicBundle Alex Plate 2021-09-30 10:35:22 +0300
  • 58f8ce605d Update changelog lippfi 2021-09-30 01:03:30 +0300
  • 3fae2fdae5
    isBlockCursor method doesn't work for UI tests at the moment Alex Plate 2021-09-29 12:58:30 +0300
  • c268407ce3
    Merge branch 'master' into feature/guicursor Alex Plate 2021-09-29 12:32:32 +0300
  • cd435c5f41
    Do not correct selection when the mouse is clicked Alex Plate 2021-09-29 12:30:47 +0300
  • 74b0e3bded
    Merge branch 'master' into feature/guicursor Alex Plate 2021-09-29 11:08:30 +0300
  • edc0a14ef1
    Do not set selection locker on mouse press Alex Plate 2021-09-29 10:46:18 +0300
  • 011be78b27
    Add ui test for extend selection Alex Plate 2021-09-28 12:04:25 +0300
  • 58008e6758
    Improve vim selection suppressor Alex Plate 2021-09-28 11:51:20 +0300
  • ae21727c12
    Merge branch 'master' into feature/guicursor Matt Ellis 2021-09-27 15:21:41 +0100
  • a480372d3d Added a colon after scope for variables in VimScriptGlobalEnvironment lippfi 2021-09-27 15:19:39 +0300
  • 0bc298014d Fixed string rule lippfi 2021-09-27 14:31:39 +0300
  • 63f85a8099 lua << END is skipped now lippfi 2021-09-26 19:10:38 +0300
  • cc16d5ba15 VIM-2411. Added tabs to INLINE_SEPARATOR. Much better comments lippfi 2021-09-24 09:47:25 +0300
  • fa3afe188e VIM-2409. Removed inline comment from SubstituteCommand's rule lippfi 2021-09-23 17:52:15 +0300
  • 6df2db86c3 VIM-2406. Added patterns with omitted "/" or "?" at the end of the pattern to GoToLineCommand lippfi 2021-09-23 17:32:39 +0300
  • 7791de490d Removed unnecessary spaces from grammar lippfi 2021-09-23 13:31:52 +0300
  • 754a8c7250 global and vglobal commands with pipes lippfi 2021-09-22 16:23:23 +0300
  • 88b0f31590 Emojis lippfi 2021-09-22 15:40:53 +0300
  • b17dbb37e4 Updated formatting lippfi 2021-09-22 15:31:55 +0300
  • 4ec360219a
    Fix UI tests Alex Plate 2021-09-21 17:29:47 +0300
  • b4d4da7250
    Refactor UI test Alex Plate 2021-09-21 11:20:33 +0300
  • 8bf809a888
    Improve mouse selection from the line end Alex Plate 2021-09-21 11:19:41 +0300
  • 90e0cee86c
    Fix Ui test Alex Plate 2021-09-21 10:34:38 +0300
  • 5b571362e3 VIM-2405. Fixed error message for v: scope. NotImplementedErrors are now also shown in status bar. lippfi 2021-09-20 21:21:48 +0300
  • 9537003a6d
    Prepare to 1.7.1 release Alex Plate 2021-09-20 12:26:54 +0300
  • bdc50283d2
    Switch gradle to 2021.2.2 because of issues in gradle plugin Alex Plate 2021-09-20 12:20:44 +0300
  • 85c8968d75
    Fix multiple copy from unnamed clipboard Alex Plate 2021-09-17 16:44:12 +0300
  • 1466ad9bef Update changelog lippfi 2021-09-20 12:09:55 +0300
  • 0cda2241ed Deleted "lambda" and "function as method" rules lippfi 2021-09-19 02:40:01 +0300
  • 3ac96d9ed4 Added tests lippfi 2021-09-19 02:34:51 +0300
  • 9f7b6a281b Fixed comma at the end of a literal dictionary lippfi 2021-09-19 02:34:35 +0300
  • 96bd5f8259 Fixed unnamed register lippfi 2021-09-19 02:33:52 +0300
  • 62917c2a50 VIM-2401. ExException is shown for map <expr> lippfi 2021-09-18 15:17:01 +0300
  • 10ea780cdc Better grammar lippfi 2021-09-18 05:03:26 +0300
  • 19561bb1f1 Fixed comment rule lippfi 2021-09-18 05:02:28 +0300
  • 8088789f51 Fixed augroup and autocmd lippfi 2021-09-17 01:42:12 +0300
  • 5dec91caa3 Added lambdas and functions as methods to grammar lippfi 2021-08-20 18:18:24 +0300
  • 0c28a9a79b More loyal grammar lippfi 2021-09-17 01:22:23 +0300
  • 8c2b715f93 Update formatting Alex Plate 2021-09-19 00:09:17 +0000
  • 0fe75031a9 TeamCity change in 'IntelliJ IDEA plugins / IdeaVim / IdeaVim releases' project: VCS roots of 'Publish Release' build configuration were updated aleksei.plate 2021-09-17 10:05:03 +0000
  • 0ec01f8d6f TeamCity change in 'IntelliJ IDEA plugins / IdeaVim / IdeaVim releases' project: VCS roots of 'Publish Release' build configuration were updated aleksei.plate 2021-09-17 10:04:50 +0000
  • fbcb3f8cbc TeamCity change in 'IntelliJ IDEA plugins / IdeaVim' project: 'https://github.com/JetBrains/ideavim (branch release)' VCS root was created aleksei.plate 2021-09-17 10:04:25 +0000
  • 3f6a454052 Bump github-api from 1.129 to 1.133 dependabot[bot] 2021-09-17 07:44:25 +0000