forked from aniani/vim
patch 9.0.0287: Irix systems no longer exist
Problem: Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994)
This commit is contained in:
committed by
Bram Moolenaar
parent
6d24a51b94
commit
aebc6ef7cd
@@ -1307,11 +1307,7 @@ static struct vimoption options[] =
|
||||
{(char_u *)FALSE, (char_u *)0L} SCTX_INIT},
|
||||
{"imdisable", "imd", P_BOOL|P_VI_DEF,
|
||||
(char_u *)&p_imdisable, PV_NONE,
|
||||
#ifdef __sgi
|
||||
{(char_u *)TRUE, (char_u *)0L}
|
||||
#else
|
||||
{(char_u *)FALSE, (char_u *)0L}
|
||||
#endif
|
||||
SCTX_INIT},
|
||||
{"iminsert", "imi", P_NUM|P_VI_DEF,
|
||||
(char_u *)&p_iminsert, PV_IMI,
|
||||
|
Reference in New Issue
Block a user