Sublime Forum

Find_under_expand_skip unexpected behaviour

#1

Think this is a bug:

Have a file with this content

test 1
test 2
test 3
test 4

select test on the line test 3

ctrl + d (select 3 & 4)
ctrl + d (select 3 & 4 & 1)
ctrl + k, ctrl + d ( try skip 1, which just selected)

actually results in 1 & 2 & 3 selected

1 Like

#2

Thanks, I can confirm this behavior. I opened a issue on the GitHub issue tracker reporting this:

  1. Core$2091 Calling Ctrl+K, Ctrl+D to skip item, does not skip the item and selects wrong items
0 Likes