From e27d6e6382795e86ea4dd3a86396350a4c29b6fb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 30 Aug 2022 15:05:30 +0100 Subject: patch 9.0.0328: OLD_DIGRAPHS is unused Problem: OLD_DIGRAPHS is unused. Solution: Remove OLD_DIGRAPHS. Also drop HPUX_DIGRAPHS. --- src/feature.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/feature.h') 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 /* -- cgit v1.2.3