1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-03 13:34:03 +02:00

Fix property tests for random actions

This commit is contained in:
Alex Plate 2025-01-10 13:46:55 +03:00
parent 8ba02a77f1
commit f30e376e11
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -129,4 +129,7 @@ private val stinkyKeysList = arrayListOf(
// Next / previous method fails because of vfs sync
"]",
// Doesn't work with test implementation of splitters
"<C-Pageup>", "<C-Pagedown>", "<C-N>",
)