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
dependabot[bot]
3f6a454052 Bump github-api from 1.129 to 1.133
Bumps [github-api](https://github.com/hub4j/github-api) from 1.129 to 1.133.
- [Release notes](https://github.com/hub4j/github-api/releases)
- [Changelog](https://github.com/hub4j/github-api/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hub4j/github-api/compare/github-api-1.129...github-api-1.133)

---
updated-dependencies:
- dependency-name: org.kohsuke:github-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 10:44:55 +03:00
dependabot[bot]
088fda12f8 Bump org.eclipse.jgit
Bumps org.eclipse.jgit from 5.12.0.202106070339-r to 5.13.0.202109080827-r.

---
updated-dependencies:
- dependency-name: org.eclipse.jgit:org.eclipse.jgit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 10:44:00 +03:00
dependabot[bot]
b207b30108 Bump org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.2.0
Bumps org.jlleitschuh.gradle.ktlint from 10.0.0 to 10.2.0.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle.ktlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-17 10:43:46 +03:00
Alex Plate
f12b67088f
Remove incorrect changelog 2021-09-16 13:37:18 +03:00
Alex Plate
2643daf0b2
Exclude ktlint test source set check 2021-09-16 10:38:28 +03:00
Alex Plate
21188dad73
Update changelog settings 2021-09-16 10:17:39 +03:00
Alex Plate
0476854d7c Update changelog 2021-09-16 07:14:43 +00:00
Alex Plate
b9ab4f6484
Prepare to 1.7.0 release 2021-09-16 10:08:47 +03:00
lippfi
759d92db4d Fixed checkboxes in VIMSCRIPT_ROADMAP.md 2021-09-15 17:48:37 +03:00
lippfi
263fea1c52 Moved vimscript-related .md files to vimscript-info folder 2021-09-15 17:46:09 +03:00
lippfi
949e9216ff Updated README.md 2021-09-15 17:32:14 +03:00
lippfi
547835f59d Added roadmap & list of implemented functions 2021-09-15 17:31:50 +03:00
Alex Plate
464ed17741 Update changelog 2021-09-15 08:45:49 +00:00
Alex Plate
1ca8b06d74
Fix(VIM-2387): Fix coping with unnamed and ideaput 2021-09-15 11:43:38 +03:00
Alex Plate
5312549db1 Update changelog 2021-09-13 07:47:14 +00:00
Alex Plate
21a8a0467f
Update links to discord server 2021-09-10 09:57:49 +03:00
Alex Plate
c5dfd43e48
fix(VIM-2392): Fix possible out of bounds exception 2021-09-10 09:54:06 +03:00
Alex Plate
879bc9bd98
Add some comments 2021-09-09 11:12:40 +03:00
Alex Plate
5a484c3952
Fix changelog formatting 2021-09-08 13:11:27 +03:00
Alex Plate
a1dd917227 Update changelog 2021-09-08 08:53:09 +00:00
Alex Plate
6186fa7e1b
fix(VIM-2368): Do not remove selection on right click 2021-09-08 11:50:28 +03:00
Alex Plate
2c227955c7
Remove extra white space in file name 2021-09-08 10:02:49 +03:00
Alex Pláte
1ac50714f5
Update README.md 2021-09-07 18:57:17 +03:00
lippfi
fd1d6a98f1 Fixed sublist expression for lists 2021-08-17 15:10:16 +03:00
lippfi
43b5e7e644 Now all the exceptions are caught 2021-08-17 14:43:27 +03:00
lippfi
13ab68e5b1 Much better sublists 2021-08-17 14:30:32 +03:00
lippfi
165caab526 Fixed function scope (library functions do not modify vimContext anymore) 2021-08-17 14:03:43 +03:00
lippfi
187e5a752a Fixed operators precedence 2021-08-17 14:02:47 +03:00
lippfi
dc81568c45 Fixed less binary operator 2021-08-17 13:59:15 +03:00
lippfi
9fe9d92e04 Updated changelog 2021-08-17 11:49:54 +03:00
lippfi
1e550ac0a3 Map <expr> with invalid expression test 2021-08-17 11:49:54 +03:00
lippfi
1190209409 We do not fix invalid commands or expressions anymore 2021-08-17 11:49:54 +03:00
Alex Plate
c7cc6b54bf
Support g:surround_no_mappings variable in vim-surround 2021-08-17 11:32:25 +03:00
Alex Plate
c1afce2939
Use latest EAP to develop the plugin 2021-08-17 11:05:20 +03:00
lippfi
aa40c04302 Added test with caret return symbol 2021-08-17 10:59:49 +03:00
lippfi
bddf07efee Added E15 exception to map <expr> 2021-08-17 01:09:39 +03:00
lippfi
c8a45cb085 Added 'map <expr>' 2021-08-17 00:59:51 +03:00
lippfi
f6720b3d37 Made ranges great again 2021-08-16 22:26:07 +03:00
lippfi
dc8f5e9b25 Fixed beep 2021-08-16 21:02:45 +03:00
lippfi
8a2d3e1aed "ideaVim ignore" comment 2021-08-16 20:22:24 +03:00
lippfi
afeaf4444b 'parseExpression' and 'parseCommand' can return null now 2021-08-16 19:55:30 +03:00
lippfi
f69a284b3f '\r' fix 2021-08-16 16:11:00 +03:00
lippfi
9f1bb44824 More loyal grammar with parametrized tests 2021-08-16 15:45:08 +03:00
lippfi
037a29551c Much safer parsing 2021-08-14 18:37:39 +03:00
Alex Plate
b4ea970c29
Do not include empty Fixes changelog entry 2021-08-13 16:54:19 +03:00
lippfi
719b80baa1 Added function flags to grammar &
Added inline comment to let command &
Fixed parser (visitor is no longer called in scripts with errors)
2021-08-13 13:33:46 +03:00
Alex Pláte
f6002f05e0
Delete GoToLineCommandTest.kt 2021-08-13 10:45:53 +03:00
Alex Plate
0867654347 Update changelog 2021-08-12 16:04:14 +00:00
Alex Plate
687a6d8693
Update changelog 2021-08-12 19:01:05 +03:00
lippfi
6fc362cae2 Removed @deprecated from VimScriptGlobalEnvironment 2021-08-12 16:59:09 +03:00