You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect fixing C is mostly a matter of using Lines.column() rather than pure VS Code APIs at the right places in tryCopySelection() (and adding a test to avoid future regressions).
Summary
j
/J
/k
/K
handle vertical navigation in files with tabs correctly.C
does not take the width of a tab character into account when navigating vertically.Example
Assume this snippet to be indented with a tabwidth of 4.
Change Tab Display Size
and set width to 4.Convert Indentation to Tabs
.%smain<ret>
in normal mode to select themain
functions name.C
.Expected Behaviour
main
on line 1 andprin
on line 2 are selected.Observed Behaviour
main
on line 1 andntf(
on line 2 are selected.The text was updated successfully, but these errors were encountered: