summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/usercmd.c
AgeCommit message (Expand)AuthorFiles
2025-12-06docs: miscJustin M. Keyes1
2025-11-25feat(api): nvim_get_commands returns function fields #36415Rob Pilling1
2025-08-30vim-patch:8.1.1259: crash when exiting early (#35552)Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-07-18vim-patch:9.1.1544: :retab cannot be limited to indentation only (#34939)zeertzjq1
2025-07-06vim-patch:9.1.1518: getcompletiontype() may crash (#34819)zeertzjq1
2025-06-18fix(messages): "list_cmd" kind for :command, :version (#34529)luukvbaal1
2025-06-09vim-patch:9.1.1437: MS-Windows: internal compile error in uc_list() (#34379)zeertzjq1
2025-04-24vim-patch:9.1.1340: cannot complete :filetype arguments (#33602)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-13refactor(highlight): make enum of builtin highlights start with 1bfredl1
2024-11-08refactor(message): propagate highlight id instead of attrsLuuk van Baal1
2024-10-09vim-patch:9.1.0770: current command line completion is a bit limited (#30728)zeertzjq1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-09-01fix(completion): don't include <Lua function> in -complete= (#30209)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-12vim-patch:9.1.0568: Cannot expand paths from 'cdpath' settingzeertzjq1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-04-13vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq1
2024-02-19refactor(api): use an arena for user commandsbfredl1
2024-02-18refactor(api): use an arena for mappingsbfredl1
2024-02-09refactor(api): use arena for nvim_parse_cmd()bfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-05vim-patch:9.1.0010: Keymap completion is not available (#26888)zeertzjq1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor: remove CPO_TO_CPO_FLAGS() (#26718)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27refactor: move Arena and ArenaMem to memory_defs.h (#26240)zeertzjq1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-02refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-09-27refactor(messages): fold msg_outtrans_attr into msg_outtransbfredl1
2023-09-11refactor(usercmd.c): reduce scope of localsLewis Russell1
2023-08-21vim-patch:9.0.1774: no support for custom cmdline completion (#24808)zeertzjq1
2023-08-16vim-patch:9.0.1714: getcompletion() "cmdline" fails after :autocmd (#24727)zeertzjq1
2023-08-14vim-patch:9.0.1708: getcompletion() failes for user-defined commands (#24707)zeertzjq1
2023-08-12vim-patch:9.0.1687: mapset() not properly handling script ID (#24666)zeertzjq1
2023-07-22refactor: remove some (const char **) casts (#24423)zeertzjq1
2023-05-23refactor(api): new helper macrosFamiu Haque1