summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/cmdexpand.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq1
2026-04-17refactor(cmdexpand): duplicate code #39167Justin M. Keyes1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-10feat(ex): add `:log` commandOlivia Kinnear1
2026-03-05fix(build): glibc 2.43 happenedbfredl1
2026-02-26vim-patch:9.2.0055: memory leak in ExpandFromContext() (#38066)zeertzjq1
2026-02-22vim-patch:9.2.0041: Not always using GA_CONCAT_LITERALzeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-29vim-patch:9.1.2030: inefficient use of ga_concat() (#37151)zeertzjq1
2025-12-24vim-patch:9.1.1491: missing out-of-memory checks in cmdexpand.cJan Edmund Lazo1
2025-12-16fix(lsp): tests for :lsp, rename start/stopOlivia Kinnear1
2025-12-16feat(lsp): builtin :lsp commandbrianhuster1
2025-10-26vim-patch:8.1.1939: code for handling v: variables in generic eval file (#36312)Jan Edmund Lazo1
2025-10-08fix(cmdline): don't treat c_CTRL-D as wildmenu (#36067)zeertzjq1
2025-09-19vim-patch:9.1.1621: flicker in popup menu during cmdline autocompletionzeertzjq1
2025-09-13fix(ui): forward 'rulerformat' to msg_ruler event #35707luukvbaal1
2025-09-10refactor: remove cmdline_pum_create() return value (#35701)zeertzjq1
2025-09-09fix(cmdline): fix inconsistent behavior with ext_popupmenu (#35688)zeertzjq1
2025-09-08test: add tests for #20348zeertzjq1
2025-09-08vim-patch:9.1.1714: completion: wildmode=longest:full selects wrong itemzeertzjq1
2025-09-08vim-patch:9.1.1676: completion: long line shown twicezeertzjq1
2025-09-08vim-patch:partial:9.1.1639: completion: popup may be misplacedzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-14vim-patch:9.1.1627: fuzzy matching can be improvedzeertzjq1
2025-08-09fix(cmdline): completion for command after :restart (#35256)zeertzjq1
2025-08-09vim-patch:9.1.1608: No command-line completion for :unsilent {command}zeertzjq1
2025-08-06vim-patch:9.1.1594: completion: search completion throws errors (#35198)zeertzjq1
2025-07-26fix(cmdline): :checkhealth completion with multiple args (#35060)zeertzjq1
2025-07-23vim-patch:9.1.1576: cannot easily trigger wildcard expansion (#35022)zeertzjq1
2025-07-20vim-patch:9.1.1570: Copilot suggested some improvements in cmdexpand.c (#35006)zeertzjq1
2025-07-18vim-patch:9.1.1544: :retab cannot be limited to indentation only (#34939)zeertzjq1
2025-07-17vim-patch:9.1.1556: string handling in cmdexpand.c can be improved (#34966)zeertzjq1
2025-07-09vim-patch:9.1.1528: completion: crash with getcompletion()zeertzjq1
2025-07-09vim-patch:9.1.1526: completion: search completion match may differ in casezeertzjq1
2025-07-08vim-patch:9.1.1520: completion: search completion doesn't handle 'smartcase' ...zeertzjq1
2025-07-08vim-patch:9.1.1521: completion: pum does not reset scroll pos on reopen with ...zeertzjq1
2025-07-06vim-patch:9.1.1518: getcompletiontype() may crash (#34819)zeertzjq1
2025-07-06vim-patch:9.1.1509: patch 9.1.1505 was not goodzeertzjq1
2025-07-05vim-patch:9.1.1510: Search completion may use invalid memoryzeertzjq1
2025-07-05vim-patch:9.1.1493: manually comparing positions on bufferzeertzjq1
2025-07-05vim-patch:9.1.1490: 'wildchar' does not work in search contextszeertzjq1
2025-07-04vim-patch:9.1.1508: string manipulation can be improved in cmdexpand.c (#34755)zeertzjq1
2025-06-24vim-patch:9.1.1476: missing out-of-memory checks in cmdexpand.c (#34624)zeertzjq1
2025-04-29feat(ui): use builtin completion popupmenu with ext_cmdline (#31269)luukvbaal1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-24vim-patch:9.1.1340: cannot complete :filetype arguments (#33602)zeertzjq1
2025-04-24vim-patch:9.1.1338: Calling expand() interferes with cmdcomplete_info()zeertzjq1
2025-04-24vim-patch:9.1.1331: Leaking memory with cmdcomplete()zeertzjq1