aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdexpand.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.4579: cannot use page-up and page-down in the cmdline popup menuzeertzjq2023-01-15
* vim-patch:9.0.0876: code is indented more than needed (#21805)zeertzjq2023-01-15
* vim-patch:9.0.1043: macro has confusing name and is duplicated (#21801)zeertzjq2023-01-15
* vim-patch:8.2.4406: expand functions use confusing argument names (#21800)zeertzjq2023-01-14
* vim-patch:8.2.4398: some command completion functions are too long (#21799)zeertzjq2023-01-14
* vim-patch:partial:8.2.4339: CTRL-A does not work properly with the cmdline po...zeertzjq2023-01-14
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 20 (#21714)dundargoc2023-01-13
* refactor: replace char_u with char 19 (#21241)dundargoc2023-01-10
* vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq2023-01-10
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2023-01-09
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* vim-patch:8.2.4387: command line completion doesn't always work properly (#21...zeertzjq2022-12-09
* vim-patch:8.2.4366: not enough tests for command line completionzeertzjq2022-12-09
* vim-patch:9.0.1030: using freed memory with the cmdline popup menuzeertzjq2022-12-09
* vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq2022-12-04
* refactor: replace char_u with chardundargoc2022-11-28