diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-03-18 11:52:53 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-03-18 11:52:53 +0000 |
commit | f4580d80e21e3299bfc71666942f43a5872782ab (patch) | |
tree | b394e637977407485c14de64c698b7a251e3f337 /src/ex_getln.c | |
parent | 8281f445186de469b9466d119c840d7ccdedfe87 (diff) | |
download | vim-f4580d80e21e3299bfc71666942f43a5872782ab.zip |
updated for version 7.2-143
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r-- | src/ex_getln.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c index 5cda65a07..3f1ea7180 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -4518,6 +4518,9 @@ ExpandFromContext(xp, pat, num_file, file, options) {EXPAND_EVENTS, get_event_name, TRUE}, {EXPAND_AUGROUP, get_augroup_name, TRUE}, #endif +#ifdef FEAT_CSCOPE + {EXPAND_CSCOPE, get_cscope_name, TRUE}, +#endif #if (defined(HAVE_LOCALE_H) || defined(X_LOCALE)) \ && (defined(FEAT_GETTEXT) || defined(FEAT_MBYTE)) {EXPAND_LANGUAGE, get_lang_arg, TRUE}, |