summaryrefslogtreecommitdiffstats
path: root/src/cmdexpand.c
AgeCommit message (Expand)Author
2021-06-13patch 8.2.2992: Vim9: completion for :disassemble is incompletev8.2.2992Bram Moolenaar
2021-06-13patch 8.2.2991: Vim9: no completion for :vim9 and :legacyv8.2.2991Bram Moolenaar
2021-06-02patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata
2021-03-28patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar
2020-12-26patch 8.2.2221: if <Down> is mapped on the command line 'wildchar' is insertedv8.2.2221Bram Moolenaar
2020-12-21patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar
2020-12-18patch 8.2.2160: various typosv8.2.2160Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-14patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar
2020-09-05patch 8.2.1604: Vim9: cannot use "true" with getcompletion()v8.2.1604Bram Moolenaar
2020-09-04patch 8.2.1587: loop for handling keys for the command line is too longv8.2.1587Bram Moolenaar
2020-07-25patch 8.2.1289: crash when using a custom completion functionv8.2.1289Bram Moolenaar
2020-07-21patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar
2020-07-03patch 8.2.1121: command completion not working after ++argv8.2.1121Bram Moolenaar
2020-06-18patch 8.2.1007: completion doesn't work after ":r ++arg !"v8.2.1007Bram Moolenaar
2020-06-16patch 8.2.0988: getting directory contents is always case sortedv8.2.0988Bram Moolenaar
2020-06-12patch 8.2.0961: MS-Windows: no completion for localesv8.2.0961Bram Moolenaar
2020-06-07patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar
2020-06-07patch 8.2.0925: getcompletion() does not return command line argumentsv8.2.0925Bram Moolenaar
2020-04-02patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2020-03-01patch 8.2.0337: build fails on a few systemsv8.2.0337Bram Moolenaar
2020-02-29patch 8.2.0335: no completion for :disassemblev8.2.0335Bram Moolenaar
2020-01-07patch 8.2.0099: use of NULL pointer when out of memoryv8.2.0099Bram Moolenaar
2020-01-05patch 8.2.0089: crash when running out of memory in :setfiletype completionv8.2.0089Bram Moolenaar
2020-01-05patch 8.2.0087: crash in command line expansion when out of memoryv8.2.0087Bram Moolenaar
2019-12-29patch 8.2.0054: :diffget and :diffput don't have good completionv8.2.0054Bram Moolenaar
2019-11-26patch 8.1.2348: :const cannot be followed by "| endif"v8.1.2348Bram Moolenaar
2019-10-19patch 8.1.2187: error for bad regexp even though regexp is not usedv8.1.2187Bram Moolenaar
2019-08-25patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar
2019-08-23patch 8.1.1914: command line expansion code is spread outv8.1.1914Bram Moolenaar
2019-08-21patch 8.1.1897: may free memory twice when out of memoryv8.1.1897Bram Moolenaar
2019-08-18patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar
2019-08-18patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar