aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/usercmd.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0770: current command line completion is a bit limited (#30728)zeertzjq2024-10-09
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(completion): don't include <Lua function> in -complete= (#30209)zeertzjq2024-09-01
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0568: Cannot expand paths from 'cdpath' settingzeertzjq2024-07-12
* 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
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* refactor(api): use an arena for user commandsbfredl2024-02-19
* refactor(api): use an arena for mappingsbfredl2024-02-18
* refactor(api): use arena for nvim_parse_cmd()bfredl2024-02-09
* refactor(IWYU): fix headersdundargoc2024-01-11
* vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq2024-01-05
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* 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
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-10-09
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl2023-09-27
* refactor(usercmd.c): reduce scope of localsLewis Russell2023-09-11
* vim-patch:9.0.1774: no support for custom cmdline completion (#24808)zeertzjq2023-08-21
* vim-patch:9.0.1714: getcompletion() "cmdline" fails after :autocmd (#24727)zeertzjq2023-08-16
* vim-patch:9.0.1708: getcompletion() failes for user-defined commands (#24707)zeertzjq2023-08-14
* vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq2023-08-12
* refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
* refactor(api): new helper macrosFamiu Haque2023-05-23
* vim-patch:8.2.4890: inconsistent capitalization in error messageszeertzjq2023-05-05
* refactor: uncrustifydundargoc2023-04-26
* fix(usercmd): Fix buffer overflow in uc_list() (#23225)Andreas Schneider2023-04-21
* feat(ex_cmds)!: remove :behavebfredl2023-04-13
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove use of reserved c++ keywordsii142023-04-06
* refactor: make error message definitions constii142023-04-05
* vim-patch:9.0.1332: crash when using buffer-local user command in cmdline win...zeertzjq2023-02-20
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* build: enable MSVC level 3 warnings (#21934)dundargoc2023-02-11
* vim-patch:9.0.1227: no cmdline completion for :runtimezeertzjq2023-01-26
* refactor(PVS/V1048): remove unnecessary assignment (#21870)Lucas Merritt2023-01-18