martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.19k stars 259 forks source link

Search after invalid chars #1142

Closed jk411 closed 7 months ago

jk411 commented 8 months ago

echo 61 61 b6 62 62 0a | xxd -p -r >file vis file

Search "/b" doesn't work, characters after invalid char 0xb6 can't be found if cursor is before it

Last version of vis compiled from sources on Alpine Linux (musl)

rnpnr commented 8 months ago

duplicate of #1064

mcepl commented 7 months ago

duplicate of #1064

So, why is this ticket not closed?