Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed rubbing out file open with glob patterns
* This would crash if <EB> opened more than one file, e.g. EB*.c$. The reason is that teco_current_doc_undo_edit() must be called before every teco_ring_edit(). * Unfortunately, this is not reproduceable with sciteco --no-profile --fake-cmdline '@eb"foo*.txt"{HK}' since the crashes actually happen when printing messages in interactive mode. That's why no test case has been added.
- Loading branch information