summaryrefslogtreecommitdiff
path: root/src/cmdexpand.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-081-3/+3
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-2/+2
* patch 8.2.3961: error messages are spread outv8.2.3961Bram Moolenaar2021-12-311-2/+2
* patch 8.2.3749: error messages are everywherev8.2.3749Bram Moolenaar2021-12-051-1/+1
* patch 8.2.3638: getcompletion() always passes zero as positionv8.2.3638ii142021-11-211-2/+4
* patch 8.2.3550: completion() does not work properlyv8.2.3550Shougo Matsushita2021-10-211-1/+2
* patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar2021-10-171-2/+5
* patch 8.2.3431: completion for :disas sorts local functions firstv8.2.3431naohiro ono2021-09-121-1/+2
* patch 8.2.3392: augroup completion escapes regexp pattern charactersv8.2.3392Bram Moolenaar2021-09-011-2/+2
* patch 8.2.3378: MS-Windows: completing environment variables with % is wrongv8.2.3378Albert Liu2021-08-271-7/+3
* patch 8.2.3377: Vim9: :disass completion does not understand "s:"v8.2.3377Bram Moolenaar2021-08-261-1/+3
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-0/+6
* patch 8.2.2992: Vim9: completion for :disassemble is incompletev8.2.2992Bram Moolenaar2021-06-131-1/+4
* patch 8.2.2991: Vim9: no completion for :vim9 and :legacyv8.2.2991Bram Moolenaar2021-06-131-0/+2
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar2021-03-281-2/+3
* patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is insertedv8.2.2221Bram Moolenaar2020-12-261-0/+6
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-3/+3
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-261-0/+2
* patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar2020-09-141-1/+1
* patch 8.2.1604: Vim9: cannot use "true" with getcompletion()v8.2.1604Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1587: loop for handling keys for the command line is too longv8.2.1587Bram Moolenaar2020-09-041-0/+249
* patch 8.2.1289: crash when using a custom completion functionv8.2.1289Bram Moolenaar2020-07-251-11/+2
* patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar2020-07-211-56/+0
* patch 8.2.1121: command completion not working after ++argv8.2.1121Bram Moolenaar2020-07-031-8/+9
* patch 8.2.1007: completion doesn't work after ":r ++arg !"v8.2.1007Bram Moolenaar2020-06-181-0/+9
* patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar2020-06-161-1/+2
* patch 8.2.0961: MS-Windows: no completion for localesv8.2.0961Bram Moolenaar2020-06-121-0/+1
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-071-1/+1