summaryrefslogtreecommitdiff
path: root/src/proto/cmdexpand.pro
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.5171: dependencies and proto files are outdatedv8.2.5171Bram Moolenaar2022-06-271-4/+4
| | | | | Problem: Dependencies and proto files are outdated. Solution: Update dependencies and proto files. Avoid errors.
* patch 8.2.4903: cannot get the current cmdline completion type and positionv8.2.4903Shougo Matsushita2022-05-071-0/+1
| | | | | | Problem: Cannot get the current cmdline completion type and position. Solution: Add getcmdcompltype() and getcmdscreenpos(). (Shougo Matsushita, closes #10344)
* patch 8.2.4463: completion only uses strict matchingv8.2.4463Yegappan Lakshmanan2022-02-241-0/+1
| | | | | | Problem: Completion only uses strict matching. Solution: Add the "fuzzy" item for 'wildoptions'. (Yegappan Lakshmanan, closes #9803)
* patch 8.2.4325: 'wildmenu' only shows few matchesv8.2.4325Yegappan Lakshmanan2022-02-081-0/+5
| | | | | | Problem: 'wildmenu' only shows few matches. Solution: Add the "pum" option: use a popup menu to show the matches. (Yegappan Lakshmanan et al., closes #9707)
* patch 8.2.1587: loop for handling keys for the command line is too longv8.2.1587Bram Moolenaar2020-09-041-0/+3
| | | | | | Problem: Loop for handling keys for the command line is too long. Solution: Move wild menu handling to separate functions. (Yegappan Lakshmanan, closes #6856)
* patch 8.2.0087: crash in command line expansion when out of memoryv8.2.0087Bram Moolenaar2020-01-051-1/+0
| | | | | | Problem: Crash in command line expansion when out of memory. Solution: Check for NULL pointer. Also make ExpandGeneric() static. (Dominique Pelle, closes #5437)
* patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar2019-08-181-0/+14
Problem: Command line expansion code is spread out. Solution: Move the code to cmdexpand.c. (Yegappan Lakshmanan, closes #4831)