summaryrefslogtreecommitdiffstats
path: root/src/optiondefs.h
diff options
context:
space:
mode:
authorYegappan Lakshmanan <yegappan@yahoo.com>2022-08-27 21:24:26 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-27 21:24:26 +0100
commitaebc6ef7cdc5d4d0627a711ff66e6fe8d67f9d87 (patch)
treedbee168afdec1c68a388bf2891dbd9831b496038 /src/optiondefs.h
parent6d24a51b94beb1991cddce221f90b455e2d50db7 (diff)
patch 9.0.0287: Irix systems no longer existv9.0.0287
Problem: Irix systems no longer exist. Solution: Remove references to Irix. (Yegappan Lakshmanan, closes #10994)
Diffstat (limited to 'src/optiondefs.h')
-rw-r--r--src/optiondefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/optiondefs.h b/src/optiondefs.h
index eeb445c9ac..2e24cdd9e2 100644
--- a/src/optiondefs.h
+++ b/src/optiondefs.h
@@ -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,