1
0
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:
Yegappan Lakshmanan
2022-08-27 21:24:26 +01:00
committed by Bram Moolenaar
parent 6d24a51b94
commit aebc6ef7cd
8 changed files with 7 additions and 99 deletions

View File

@@ -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,