summaryrefslogtreecommitdiff
path: root/src/cmdexpand.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1242: code for :runtime completion is not consistentv9.0.1242zeertzjq2023-01-251-5/+5
* patch 9.0.1238: :runtime completion can be further improvedv9.0.1238zeertzjq2023-01-241-4/+2
* patch 9.0.1231: completion of :runtime does not handle {where} argumentv9.0.1231zeertzjq2023-01-221-7/+11
* patch 9.0.1227: no cmdline completion for :runtimev9.0.1227root2023-01-211-0/+13
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-091-14/+15
* patch 9.0.1043: macro has confusing name and is duplicatedv9.0.1043zeertzjq2022-12-101-12/+11
* patch 9.0.1030: using freed memory with the cmdline popup menuv9.0.1030Bram Moolenaar2022-12-081-5/+14
* patch 9.0.0883: a silent mapping may cause dots on the command linev9.0.0883Bram Moolenaar2022-11-141-2/+7
* patch 9.0.0880: preprocessor indenting is offv9.0.0880K.Takata2022-11-141-17/+17
* patch 9.0.0876: code is indented more than neededv9.0.0876Yegappan Lakshmanan2022-11-131-79/+89
* patch 9.0.0867: wildmenu redrawing code is spread outv9.0.0867Bram Moolenaar2022-11-121-6/+273
* patch 9.0.0498: various small issuesv9.0.0498Bram Moolenaar2022-09-181-0/+1
* patch 9.0.0359: error message for wrong argument type is not specificv9.0.0359Yegappan Lakshmanan2022-09-021-4/+1
* patch 9.0.0346: :horizontal modifier not fully supportedv9.0.0346zeertzjq2022-09-011-0/+1
* patch 9.0.0281: build failure without the +eval featurev9.0.0281Bram Moolenaar2022-08-261-1/+7
* patch 9.0.0279: the tiny version has the popup menu but not 'wildmenu'v9.0.0279Bram Moolenaar2022-08-261-20/+0
* patch 9.0.0236: popup menu not removed when 'wildmenu' reset while visiblev9.0.0236zeertzjq2022-08-211-1/+1
* patch 9.0.0231: expanding "**" may loop forever with directory linksv9.0.0231Bram Moolenaar2022-08-201-2/+3
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-1/+1
* patch 9.0.0089: fuzzy argument completion doesn't work for shell commandsv9.0.0089Yegappan Lakshmanan2022-07-261-2/+4
* patch 8.2.5107: some callers of rettv_list_alloc() check for not OKv8.2.5107Bram Moolenaar2022-06-161-1/+1
* patch 8.2.4917: fuzzy expansion of option names is not rightv8.2.4917Christian Brabandt2022-05-081-1/+1
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-071-2/+1
* patch 8.2.4738: Esc on commandline executes command instead of abandoning itv8.2.4738Bram Moolenaar2022-04-111-0/+5
* patch 8.2.4732: duplicate code to free fuzzy matchesv8.2.4732Bram Moolenaar2022-04-101-7/+1
* patch 8.2.4617: no completion for :scriptnamesv8.2.4617Yegappan Lakshmanan2022-03-241-15/+58
* patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"v8.2.4608Yegappan Lakshmanan2022-03-221-1/+6
* patch 8.2.4579: cannot use page-up and page-down in the cmdline popup menuv8.2.4579Yegappan Lakshmanan2022-03-161-7/+49
* patch 8.2.4570: no command line completion for :profile and :profdelv8.2.4570Yegappan Lakshmanan2022-03-151-5/+16
* patch 8.2.4565: no command line completion for :breakadd and :breakdelv8.2.4565Bram Moolenaar2022-03-141-16/+115
* patch 8.2.4485: compiler warning for uninitialized variablev8.2.4485Bram Moolenaar2022-02-281-1/+1
* patch 8.2.4483: command completion makes two rounds to collect matchesv8.2.4483Yegappan Lakshmanan2022-02-281-89/+104
* patch 8.2.4482: no fuzzy cmdline completion for user defined completionv8.2.4482Yegappan Lakshmanan2022-02-271-27/+66
* patch 8.2.4481: cmdline popup menu not removed when 'lazyredraw' is setv8.2.4481Bram Moolenaar2022-02-271-0/+4
* patch 8.2.4479: no fuzzy completieon for maps and abbreviationsv8.2.4479Yegappan Lakshmanan2022-02-271-6/+8
* patch 8.2.4478: crash when using fuzzy completionv8.2.4478Yegappan Lakshmanan2022-02-261-6/+12
* patch 8.2.4477: crash when using fuzzy completionv8.2.4477Bram Moolenaar2022-02-261-12/+7
* patch 8.2.4475: fuzzy cmdline completion does not work for lower casev8.2.4475Yegappan Lakshmanan2022-02-261-7/+15
* patch 8.2.4465: fuzzy completion does not order matches properlyv8.2.4465Yegappan Lakshmanan2022-02-251-32/+41
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-16/+105
* patch 8.2.4406: expand functions use confusing argument namesv8.2.4406Yegappan Lakshmanan2022-02-171-188/+253
* patch 8.2.4398: some command completion functions are too longv8.2.4398Yegappan Lakshmanan2022-02-161-325/+402
* patch 8.2.4387: command line completion doesn't always work properlyv8.2.4387Yegappan Lakshmanan2022-02-151-9/+17
* patch 8.2.4366: not enough tests for command line completionv8.2.4366Yegappan Lakshmanan2022-02-131-0/+3
* patch 8.2.4356: command line completion functions are very longv8.2.4356Yegappan Lakshmanan2022-02-121-549/+683
* patch 8.2.4341: command line not redrawn when finishing popup menuv8.2.4341Bram Moolenaar2022-02-101-0/+1
* patch 8.2.4339: CTRL-A does not work properly with the cmdline popup menuv8.2.4339Yegappan Lakshmanan2022-02-101-42/+79
* patch 8.2.4334: command line popup menu not positioned correctlyv8.2.4334rbtnn2022-02-091-1/+1
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-3/+106
* patch 8.2.4289: warnings reported by MSVCv8.2.4289K.Takata2022-02-031-3/+3