martanne / vis

A vi-like editor based on Plan 9's structural regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search after invalid chars

jk411 opened this issue · comments

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)

duplicate of #1064

duplicate of #1064

So, why is this ticket not closed?