From 0a52df50a0e8fce6f5e0eb5f5373dcd0fa24d83a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 18 Aug 2019 22:26:31 +0200 Subject: 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. --- src/ex_getln.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ex_getln.c') diff --git a/src/ex_getln.c b/src/ex_getln.c index 24cce5b738..6418ffe904 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -894,9 +894,7 @@ getcmdline_int( { xpc.xp_context = ccline.xp_context; xpc.xp_pattern = ccline.cmdbuff; -# if defined(FEAT_CMDL_COMPL) xpc.xp_arg = ccline.xp_arg; -# endif } #endif -- cgit v1.2.3