mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0155
This commit is contained in:
@@ -3031,10 +3031,7 @@ ins_compl_get_exp(ini, dir)
|
||||
#ifdef FEAT_COMPL_FUNC
|
||||
case CTRL_X_FUNCTION:
|
||||
case CTRL_X_OMNI:
|
||||
if (*compl_pattern == NUL)
|
||||
num_matches = 0;
|
||||
else
|
||||
num_matches = expand_by_function(type, compl_pattern, &matches);
|
||||
num_matches = expand_by_function(type, compl_pattern, &matches);
|
||||
if (num_matches > 0)
|
||||
ins_compl_add_matches(num_matches, matches, dir);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user