We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59df138 commit 38ef846Copy full SHA for 38ef846
t/variable-segment.vim
@@ -166,15 +166,15 @@ describe 'iv'
166
167
it 'selects segments after single letter snake case sections'
168
put! = 'a_thing_I_like'
169
- normal! 2|
+ normal! 3|
170
normal civtest
171
Expect getline(1) == 'a_test_I_like'
172
end
173
174
it 'selects segments after single letter camel sections'
175
put! = 'aThingILike'
176
- normal! 1|
177
- normal civtest
+ normal! 2|
+ normal civTest
178
Expect getline(1) == 'aTestILike'
179
180
0 commit comments