|
10/08/2009 1:04 PM
post39616
|
I use vi (aka elvis) as my primary editor under Neutrino, mostly because it is easily available on virtually every
platform I support (windows, linux, mac, etc.) I routinely define the EXINIT environment variable in order configure my
standard options, which happen to be:
export EXINIT='set sw=2 ai'
As of 6.4.1, vi seems to no longer look at EXINIT, although the documentation still lists it. Is there a reason for the
change? Is it a bug or a feature? Is there some other way to initialize vi's configuration?
|
|
|
|
|