aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/cmdexpand.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* vim-patch:9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argu...zeertzjq2024-10-29
* vim-patch:9.1.0811: :find expansion does not consider 'findexpr'zeertzjq2024-10-29
* refactor(options): option flags enum #30961Famiu Haque2024-10-28
* vim-patch:9.1.0774: "shellcmdline" doesn't work with getcompletion() (#30750)zeertzjq2024-10-10
* vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq2024-10-10
* vim-patch:9.1.0770: current command line completion is a bit limited (#30728)zeertzjq2024-10-09
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0629: Rename of pum hl_group is incompletezeertzjq2024-07-27
* vim-patch:9.1.0618: cannot mark deprecated attributes in completion menuglepnir2024-07-27
* vim-patch:9.1.0568: Cannot expand paths from 'cdpath' settingzeertzjq2024-07-12
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* docs: misc (#29410)dundargoc2024-07-05
* fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
* vim-patch:9.1.0495: Matched text isn't highlighted in cmdline pumzeertzjq2024-06-18
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor(path.c): add nonnull attributes (#28829)zeertzjq2024-05-19
* fix(completion): check that healthcheck name is string (#28458)zeertzjq2024-04-22
* refactor: add function attributes to xmemcpyz() (#28435)zeertzjq2024-04-21
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): use schar_T representation for fillchars and listcharsbfredl2024-01-08
* vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq2024-01-05
* refactor: remove redundant NOLINT commentsdundargoc2024-01-01
* refactor: follow style guidedundargoc2023-12-30
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: move some constants out of vim_defs.h (#26298)zeertzjq2023-11-29
* refactor: fix headers with IWYUdundargoc2023-11-28
* refactor: rename types.h to types_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build: enable IWYU on macdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: move garray_T to garray_defs.h (#26227)zeertzjq2023-11-26
* refactor: follow style guidedundargoc2023-11-19
* refactor: iwyu (#26062)zeertzjq2023-11-16
* refactor: follow style guidedundargoc2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: remove redundant castsdundargoc2023-11-11
* PVS fixesdundargoc2023-11-10
* refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq2023-11-10
* vim-patch:9.0.2037: A few remaining cmdline completion issues with C-E/Y (#25...zeertzjq2023-10-17
* refactor(lang): reduce scope of HAVE_WORKING_LIBINTL #ifdefsbfredl2023-10-15