Closed QiBaobin closed 7 months ago
master branch
run :add-highlighter global/ wrap -word, then open a file contains some very long lines. Go to one of those line, run gc, gb, vc, vb etc.
:add-highlighter global/ wrap -word
gc
gb
vc
vb
most of those key bindings don't work visually
wrap lines are treated like real lines for those modes?
Mac OSX, and use master branch.
This is the same underlying problem as #3919 and #1517.
That is, word wrapping happens downstream of Kakoune's calculations about what is visible on-screen.
cool, let me close this one.
Version of Kakoune
master branch
Reproducer
run
:add-highlighter global/ wrap -word
, then open a file contains some very long lines. Go to one of those line, rungc
,gb
,vc
,vb
etc.Outcome
most of those key bindings don't work visually
Expectations
wrap lines are treated like real lines for those modes?
Additional information
Mac OSX, and use master branch.