summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-08-30 15:05:30 +0100
committerBram Moolenaar <Bram@vim.org>2022-08-30 15:05:30 +0100
commite27d6e6382795e86ea4dd3a86396350a4c29b6fb (patch)
tree2c76d9ecffc444e93d273c19ccb9a39743d51b5e /src/feature.h
parent976f859763b215050a03248dbc2bb62fa5d0d059 (diff)
patch 9.0.0328: OLD_DIGRAPHS is unusedv9.0.0328
Problem: OLD_DIGRAPHS is unused. Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/feature.h b/src/feature.h
index 22b0c50cbc..6334288feb 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -149,12 +149,9 @@
* +digraphs Digraphs.
* In insert mode and on the command line you will be
* able to use digraphs. The CTRL-K command will work.
- * Define OLD_DIGRAPHS to get digraphs compatible with
- * Vim 5.x. The new ones are from RFC 1345.
*/
#ifdef FEAT_NORMAL
# define FEAT_DIGRAPHS
-// #define OLD_DIGRAPHS
#endif
/*