aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdexpand.c
Commit message (Expand)AuthorAge
* feat(completion): support completing more string optionszeertzjq2023-10-01
* vim-patch:9.0.1958: cannot complete option valueszeertzjq2023-10-01
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* vim-patch:9.0.1956: Custom completion skips orig cmdline if it invokes glob()...zeertzjq2023-09-30
* Merge pull request #25418 from bfredl/no_attr2bfredl2023-09-29
|\
| * refactor(message): msg_outtrans_long_len_attr -> msg_outtrans_longbfredl2023-09-29
* | refactor(grid): unify the two put-text-on-the-screen code pathsbfredl2023-09-29
|/
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(grid): use batched updates for horizontal wildmenubfredl2023-09-26
* refactor(grid): properly namespace and separate stateful grid functionsbfredl2023-09-22
* vim-patch:9.0.1774: no support for custom cmdline completion (#24808)zeertzjq2023-08-21
* vim-patch:9.0.1735: Rename completion specific findex var (#24769)zeertzjq2023-08-18
* vim-patch:9.0.1714: getcompletion() "cmdline" fails after :autocmd (#24727)zeertzjq2023-08-16
* refactor: remove longdundargoc2023-07-03
* vim-patch:9.0.1636: expanding a pattern interferes with cmdline completion (#...zeertzjq2023-06-16
* vim-patch:9.0.1520: completion for option name includes all bool options (#23...zeertzjq2023-05-07
* vim-patch:partial:9.0.0359: error message for wrong argument type is not spec...zeertzjq2023-04-25
* vim-patch:9.0.1479: small source file problems; outdated list of distrib. fil...zeertzjq2023-04-23
* feat(ex_cmds)!: remove :behavebfredl2023-04-13
* refactor: remove redundant const char * castsii142023-04-07
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* refactor(completion): don't add and remove '^' for Lua (#22702)zeertzjq2023-03-17
* refactor(build): graduate HAVE_LOCALE_H featurebfredl2023-03-03
* vim-patch:8.2.0154: reallocating the list of scripts is inefficientzeertzjq2023-02-16
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* vim-patch:9.0.1242: code for :runtime completion is not consistentzeertzjq2023-01-26
* vim-patch:9.0.1238: :runtime completion can be further improvedzeertzjq2023-01-26
* vim-patch:9.0.1231: completion of :runtime does not handle {where} argumentzeertzjq2023-01-26
* vim-patch:9.0.1227: no cmdline completion for :runtimezeertzjq2023-01-26
* fix(completion): include lua syntaxes in :ownsyntax completion (#21941)zeertzjq2023-01-22
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* vim-patch:8.2.4617: no completion for :scriptnameszeertzjq2023-01-17
* vim-patch:8.2.4483: command completion makes two rounds to collect matches (#...zeertzjq2023-01-17
* vim-patch:8.2.4917: fuzzy expansion of option names is not right (#21853)zeertzjq2023-01-17
* vim-patch:9.0.0089: fuzzy argument completion doesn't work for shell commands...zeertzjq2023-01-17
* fix(completion): correct what modes support fuzzy completionzeertzjq2023-01-17
* vim-patch:8.2.4482: no fuzzy cmdline completion for user defined completionzeertzjq2023-01-17
* vim-patch:8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"zeertzjq2023-01-17
* vim-patch:8.2.4479: no fuzzy completieon for maps and abbreviationszeertzjq2023-01-17
* vim-patch:8.2.4478: crash when using fuzzy completionzeertzjq2023-01-17
* vim-patch:8.2.4477: crash when using fuzzy completionzeertzjq2023-01-17
* vim-patch:8.2.4475: fuzzy cmdline completion does not work for lower casezeertzjq2023-01-17
* vim-patch:8.2.4465: fuzzy completion does not order matches properlySean Dewar2023-01-17
* vim-patch:8.2.4463: completion only uses strict matchingSean Dewar2023-01-17
* vim-patch:8.2.4570: no command line completion for :profile and :profdelzeertzjq2023-01-15
* vim-patch:8.2.4565: no command line completion for :breakadd and :breakdelzeertzjq2023-01-15