summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
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
/*