[comp.sys.encore] vi on Encore's

isaac@goanna.oz.au (Isaac Balbin) (01/10/90)

This is most annoying, it happens under Umax 4.2 and 2.2h using either
bsd vi or the other one.
My .exrc contains a whole lot of abbreviations and the like.
When I want to use an abbreviation like BA, after the thing has
been expanded and I hit escape, vi dumps core and I get no save file.
Anyone experienced this? My .exrc follows.	Thanks, isaac@goanna.oz.au

set autoindent redraw showmatch terse wrapmargin=0 ap aw noslow report=2
set sections= paragraphs=
map !T lbi{\tt Ea}
map !E lbi{\em Ea\/} 
map !B lbi{\bf Ea} 
map !SC lbi{\sc Ea} 
map !SL lbi{\sl Ea\/} 
map q ZZ 
map N :w
map z :w
abb \b \begin{
abb \e \end{
abb \i \item
abb BA \begin{alltt} 
abb EA \end{alltt} 
abb BC \begin{center} 
abb EC \end{center} 
abb BD \begin{defin} 
abb ED \end{defin} 
abb BE \begin{enumerate} 
abb EE \end{enumerate} 
abb BF \begin{figure} 
abb EF \end{figure} 
abb BI \begin{itemize} 
abb EI \end{itemize} 
abb BL \begin{list} 
abb EL \end{list} 
abb BP \begin{prolog} 
abb EP \end{prolog} 
abb BS \begin{slide}{}
abb ES \end{slide} 
abb BT \begin{tabbing} 
abb ET \end{tabbing}