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

Commit Graph

  • 088fda12f8 Bump org.eclipse.jgit dependabot[bot] 2021-09-15 15:02:27 +0000
  • b207b30108 Bump org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.2.0 dependabot[bot] 2021-09-15 15:02:30 +0000
  • f12b67088f
    Remove incorrect changelog Alex Plate 2021-09-16 13:37:18 +0300
  • 2643daf0b2
    Exclude ktlint test source set check Alex Plate 2021-09-16 10:38:28 +0300
  • 21188dad73
    Update changelog settings Alex Plate 2021-09-16 10:17:29 +0300
  • 0476854d7c Update changelog Alex Plate 2021-09-16 07:14:43 +0000
  • b9ab4f6484
    Prepare to 1.7.0 release Alex Plate 2021-09-16 10:08:47 +0300
  • 759d92db4d Fixed checkboxes in VIMSCRIPT_ROADMAP.md lippfi 2021-09-15 17:48:37 +0300
  • 263fea1c52 Moved vimscript-related .md files to vimscript-info folder lippfi 2021-09-15 17:46:09 +0300
  • 949e9216ff Updated README.md lippfi 2021-09-15 17:32:14 +0300
  • 547835f59d Added roadmap & list of implemented functions lippfi 2021-09-15 17:31:50 +0300
  • 464ed17741 Update changelog Alex Plate 2021-09-15 08:45:49 +0000
  • 1ca8b06d74
    Fix(VIM-2387): Fix coping with unnamed and ideaput Alex Plate 2021-09-15 11:43:38 +0300
  • 5312549db1 Update changelog Alex Plate 2021-09-13 07:47:14 +0000
  • 21a8a0467f
    Update links to discord server Alex Plate 2021-09-10 09:57:49 +0300
  • c5dfd43e48
    fix(VIM-2392): Fix possible out of bounds exception Alex Plate 2021-09-10 09:54:06 +0300
  • 879bc9bd98
    Add some comments Alex Plate 2021-09-09 11:12:40 +0300
  • 5a484c3952
    Fix changelog formatting Alex Plate 2021-09-08 13:11:27 +0300
  • a1dd917227 Update changelog Alex Plate 2021-09-08 08:53:09 +0000
  • 6186fa7e1b
    fix(VIM-2368): Do not remove selection on right click Alex Plate 2021-09-08 11:50:28 +0300
  • 2c227955c7
    Remove extra white space in file name Alex Plate 2021-09-07 16:24:11 +0300
  • 1ac50714f5
    Update README.md Alex Pláte 2021-09-07 18:57:17 +0300
  • fd1d6a98f1 Fixed sublist expression for lists lippfi 2021-08-17 15:10:16 +0300
  • 43b5e7e644 Now all the exceptions are caught lippfi 2021-08-17 14:43:27 +0300
  • 13ab68e5b1 Much better sublists lippfi 2021-08-17 14:30:32 +0300
  • 165caab526 Fixed function scope (library functions do not modify vimContext anymore) lippfi 2021-08-17 14:03:43 +0300
  • 187e5a752a Fixed operators precedence lippfi 2021-08-17 14:02:47 +0300
  • dc81568c45 Fixed less binary operator lippfi 2021-08-17 13:59:15 +0300
  • 9fe9d92e04 Updated changelog lippfi 2021-08-17 11:48:55 +0300
  • 1e550ac0a3 Map <expr> with invalid expression test lippfi 2021-08-17 11:46:26 +0300
  • 1190209409 We do not fix invalid commands or expressions anymore lippfi 2021-08-17 11:45:55 +0300
  • c7cc6b54bf
    Support g:surround_no_mappings variable in vim-surround Alex Plate 2021-08-17 11:32:25 +0300
  • c1afce2939
    Use latest EAP to develop the plugin Alex Plate 2021-08-17 10:00:38 +0300
  • aa40c04302 Added test with caret return symbol lippfi 2021-08-17 10:59:49 +0300
  • bddf07efee Added E15 exception to map <expr> lippfi 2021-08-17 01:09:39 +0300
  • c8a45cb085 Added 'map <expr>' lippfi 2021-08-14 17:26:21 +0300
  • f6720b3d37 Made ranges great again lippfi 2021-08-16 22:26:07 +0300
  • dc8f5e9b25 Fixed beep lippfi 2021-08-16 21:02:45 +0300
  • 8a2d3e1aed "ideaVim ignore" comment lippfi 2021-08-16 20:22:24 +0300
  • afeaf4444b 'parseExpression' and 'parseCommand' can return null now lippfi 2021-08-16 19:55:30 +0300
  • f69a284b3f '\r' fix lippfi 2021-08-16 16:11:00 +0300
  • 9f1bb44824 More loyal grammar with parametrized tests lippfi 2021-08-16 15:45:08 +0300
  • 037a29551c Much safer parsing lippfi 2021-08-14 18:37:39 +0300
  • b4ea970c29
    Do not include empty Fixes changelog entry Alex Plate 2021-08-13 16:54:19 +0300
  • 719b80baa1 Added function flags to grammar & Added inline comment to let command & Fixed parser (visitor is no longer called in scripts with errors) lippfi 2021-08-13 13:33:46 +0300
  • f6002f05e0
    Delete GoToLineCommandTest.kt Alex Pláte 2021-08-13 10:45:53 +0300
  • 0867654347 Update changelog Alex Plate 2021-08-12 16:04:14 +0000
  • 687a6d8693
    Update changelog Alex Plate 2021-08-12 18:52:19 +0300
  • 6fc362cae2 Removed @deprecated from VimScriptGlobalEnvironment lippfi 2021-08-12 16:59:09 +0300
  • 5d03bae931 Log is cleared after each test lippfi 2021-08-12 12:54:34 +0300
  • 408e51535d Script's lines with errors are now skipped by parser lippfi 2021-08-11 23:07:41 +0300
  • d4749f4eb8 Lua code in .vimrc is skipped during parsing lippfi 2021-08-11 20:31:18 +0300
  • 829501c1b1 Decreased distribution size lippfi 2021-08-11 15:52:28 +0300
  • 88ef5a3467 More loyal to spaces and newlines grammar lippfi 2021-08-11 00:26:15 +0300
  • e52948efcc Renamed and moved handler tests lippfi 2021-08-10 23:10:11 +0300
  • 56466f889b Fixed map command names lippfi 2021-08-10 22:48:31 +0300
  • 5ecfab65fa Added more command names lippfi 2021-08-10 21:52:23 +0300
  • 98fc65ec43 Added comments to commands lippfi 2021-08-10 21:51:32 +0300
  • 3e37e2cdc4 NotImplementedError and wrong ranges handling lippfi 2021-08-10 19:55:38 +0300
  • 2efb08197f Parsing errors handling lippfi 2021-08-10 14:19:36 +0300
  • dd7cb72a25 Fixed tests for delfunction command lippfi 2021-08-10 13:40:49 +0300
  • b73fc88313 One-line statements can be written in multiline way lippfi 2021-08-07 18:38:58 +0300
  • 465db2cd22 Options support in let command lippfi 2021-08-07 15:46:57 +0300
  • 73c1dc8118 Added 'execute' command lippfi 2021-08-07 00:03:21 +0300
  • 509a202f93 Fixed commands that do not support inline comments lippfi 2021-08-06 23:16:17 +0300
  • 09a9884b9f UnknownCommand class and cleanup lippfi 2021-08-06 22:57:28 +0300
  • 6afc5aa98e Better executor lippfi 2021-08-06 22:56:22 +0300
  • 9e497fb5e8 Nonnull editor & dataContext in function handlers lippfi 2021-08-06 22:54:45 +0300
  • 16476256c3 Replaced handlers with commands lippfi 2021-08-06 22:52:55 +0300
  • 623430359a Execute method accepts only nonnull editor and dataContext lippfi 2021-08-03 16:36:38 +0300
  • 6ab53802df
    Add tests for caret attributes in nested modes Matt Ellis 2021-08-10 17:29:00 +0100
  • d5f877b83d
    Update github task to run UI tests Alex Plate 2021-08-04 16:11:05 +0300
  • 0b33702712
    Mute some nvim tests Alex Plate 2021-08-04 16:03:53 +0300
  • 10fce45248
    Include few delays in UI test Alex Plate 2021-08-04 15:53:49 +0300
  • b39e5ba1d5
    Exclude vim script tests from neovim testing Alex Plate 2021-08-04 15:41:04 +0300
  • 700df030f0
    Use different approach of setting defaults for nvim Alex Plate 2021-08-04 15:00:14 +0300
  • a44fe15fea
    Update col and line functions Alex Plate 2021-08-04 13:47:39 +0300
  • 12d1553f5a
    Remove double copyright note Alex Plate 2021-08-04 11:22:06 +0300
  • 503c2580d7 Fixed last command register for ExCommands lippfi 2021-08-04 11:44:43 +0300
  • 8ab9509ceb Last command register fix lippfi 2021-08-04 09:49:06 +0300
  • 197eded6d0
    Add test for storing ex command to : register Alex Plate 2021-08-04 03:02:18 +0300
  • 1813ad400a
    Support line and col functions Alex Plate 2021-08-03 20:22:35 +0300
  • a1b048a2f9
    Add conversion from vimDataType to VimNumber Alex Plate 2021-08-03 19:59:15 +0300
  • cb43ad3488
    Create a helper method to get vim line Alex Plate 2021-08-03 17:57:33 +0300
  • e8daf67276
    Small refactoring of VimInt Alex Plate 2021-08-03 17:27:09 +0300
  • 00ef191ad0
    Define VimInt constants, add method to convert bool to VimInt Alex Plate 2021-08-03 17:24:16 +0300
  • e8d559f6d0
    Support empty function Alex Plate 2021-08-03 17:15:13 +0300
  • 82ed892166 Grammar refactoring lippfi 2021-08-03 11:54:49 +0300
  • 45bd4a72a4
    Kotlin compilation now depends on grammar generation Alex Plate 2021-08-03 09:49:22 +0300
  • 7196d83833 Formatting lippfi 2021-07-31 12:37:08 +0300
  • 2b7c311a2b Removed "originalString" property from commands lippfi 2021-07-31 11:31:01 +0300
  • 7ef4e45945 Better exception handling lippfi 2021-07-30 18:57:02 +0300
  • db08ea1587
    Add Filipp Vakhitov to contributors list Alex Plate 2021-07-30 17:53:47 +0300
  • af3227684b
    Use user login on missing name Alex Plate 2021-06-05 02:33:04 +0300
  • 46788cc6c6 Added vimScript package & antlr grammar lippfi 2021-07-30 15:40:34 +0300
  • 70a45f3dc8
    Treat use block caret option as caret override Matt Ellis 2021-07-29 21:20:28 +0100
  • d63e3dadbc
    Merge branch 'master' into feature/guicursor Matt Ellis 2021-07-28 23:07:47 +0100
  • 93109f1e19
    Add additional logging for keys execution Alex Plate 2021-07-28 11:26:09 +0300
  • c4e74ee8a5
    Update qodana.yaml file Alex Plate 2021-07-26 19:29:12 +0300
  • 534fbe1a6b
    Tests: reset repeat between tests Alex Plate 2021-07-26 19:07:46 +0300