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
{{ message }}
This repository has been archived by the owner on May 2, 2019. It is now read-only.
Segmentation fault occurs when using the original vi editor (http://ex-vi.sourceforge.net/ - this is the default vi variant in Arch Linux).
The easiest way to reproduce the bug is the following:
fbterm
vi /tmp/newfile
ia
It seems that segmentation fault occurs when inserting in the beginning of the line (so creating a new file always causes segmentation fault).
PS. Other editors (vim, nano) work without errors.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Segmentation fault occurs when using the original vi editor (http://ex-vi.sourceforge.net/ - this is the default vi variant in Arch Linux).
The easiest way to reproduce the bug is the following:
fbterm
vi /tmp/newfile
ia
It seems that segmentation fault occurs when inserting in the beginning of the line (so creating a new file always causes segmentation fault).
PS. Other editors (vim, nano) work without errors.
The text was updated successfully, but these errors were encountered: