1
0
forked from aniani/vim

updated for version 7.2-166

This commit is contained in:
Bram Moolenaar
2009-04-29 16:47:23 +00:00
parent 5135d46481
commit 3c65e314b4
6 changed files with 239 additions and 27 deletions

View File

@@ -325,7 +325,7 @@ getcmdline(firstc, count, indent)
#endif
#ifdef FEAT_DIGRAPHS
do_digraph(-1); /* init digraph typahead */
do_digraph(-1); /* init digraph typeahead */
#endif
/*
@@ -4521,6 +4521,9 @@ ExpandFromContext(xp, pat, num_file, file, options)
#ifdef FEAT_CSCOPE
{EXPAND_CSCOPE, get_cscope_name, TRUE},
#endif
#ifdef FEAT_SIGNS
{EXPAND_SIGN, get_sign_name, TRUE},
#endif
#if (defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \
&& (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE))
{EXPAND_LANGUAGE, get_lang_arg, TRUE},