mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.1887: the +cmdline_compl feature is not in the tiny version
Problem: The +cmdline_compl feature is not in the tiny version. Solution: Graduate the +cmdline_compl feature.
This commit is contained in:
@@ -2567,8 +2567,6 @@ buflist_findpat(
|
||||
return match;
|
||||
}
|
||||
|
||||
#if defined(FEAT_CMDL_COMPL) || defined(PROTO)
|
||||
|
||||
/*
|
||||
* Find all buffer names that match.
|
||||
* For command line expansion of ":buf" and ":sbuf".
|
||||
@@ -2673,8 +2671,6 @@ ExpandBufnames(
|
||||
return (count == 0 ? FAIL : OK);
|
||||
}
|
||||
|
||||
#endif /* FEAT_CMDL_COMPL */
|
||||
|
||||
/*
|
||||
* Check for a match on the file name for buffer "buf" with regprog "prog".
|
||||
*/
|
||||
|
Reference in New Issue
Block a user