1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-02-28 02:45:59 +01:00
IntelliJ-IdeaVim/vim-engine
Matt Ellis a2352525c5 Migrate global option access to new API
Also fixes some incorrect usages of local options as global, e.g. 'ideajoin' and 'scroll'. There are some options that should be local that are only ever accessed at global scope. These need fixing in the future, e.g. 'iskeyword', 'matchpairs' and 'virtualedit'
2023-04-26 10:26:06 +03:00
..
src/main/kotlin/com/maddyhome/idea/vim Migrate global option access to new API 2023-04-26 10:26:06 +03:00
build.gradle.kts Remove ktlint from configurations 2023-03-31 11:22:41 +03:00
Evolution.md Add update to the evolution 2022-12-02 12:03:58 +02:00