summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/quickfix.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-14build: update clang v21, fix warningsdundargoc1
2026-04-06vim-patch:9.2.0291: too many strlen() callszeertzjq1
2026-03-29vim-patch:9.2.0253: various issues with wrong b_nwindows after closing buffersSean Dewar1
2026-03-15vim-patch:9.2.0159: Crash when reading quickfix linezeertzjq1
2026-03-04vim-patch:9.2.0097: Memory leak in qf_push_dir()zeertzjq1
2026-03-04vim-patch:9.2.0091: missing out-of-memory checks in quickfix.czeertzjq1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-01-12vim-patch:9.1.2079: use-after-free with 'qftf' wiping buffer (#37364)zeertzjq1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2026-01-03vim-patch:partial:9.1.2044: Inefficient use of ga_concat() (#37209)zeertzjq1
2025-12-21vim-patch:9.1.2001: cursor may end up in wrong window after :botright copen (...zeertzjq1
2025-12-10vim-patch:8.2.4474: memory allocation failures not tested in quickfix codeJan Edmund Lazo1
2025-12-10vim-patch:8.2.2834: Vim9: :cexpr does not work with local variablesJan Edmund Lazo1
2025-12-10vim-patch:8.2.1618: Vim9: cannot pass "true" to setloclist()Jan Edmund Lazo1
2025-10-12vim-patch:8.2.3968: build failureJan Edmund Lazo1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-14vim-patch:9.1.1627: fuzzy matching can be improvedzeertzjq1
2025-06-29fix(help): :help can focus unfocusable/hide window #34442phanium1
2025-06-23fix(quickfix): use correct lnume when appending (#34611)glepnir1
2025-06-17fix(api): buffer updates in quickfix buffer #31105glepnir1
2025-05-17vim-patch:9.1.1396: 'grepformat' is a global option (#34060)zeertzjq1
2025-05-11vim-patch:9.1.1376: quickfix dummy buffer may remain as dummy bufferSean Dewar1
2025-05-11vim-patch:9.1.1375: [security]: possible heap UAF with quickfix dummy bufferSean Dewar1
2025-05-03fix(quickfix): always split from current window #33807luukvbaal1
2025-04-09vim-patch:9.1.1288: Using wrong window in ll_resize_stack() (#33397)zeertzjq1
2025-04-08vim-patch:9.1.1287: quickfix code can be further improvedzeertzjq1
2025-04-08vim-patch:9.1.1283: quickfix stack is limited to 10 itemszeertzjq1
2025-04-08vim-patch:9.1.1253: abort when closing window with attached quickfix datazeertzjq1
2025-03-27vim-patch:9.1.1214: matchfuzzy() can be improved for camel case matchesglepnir1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-22fix(messages): typo and unwanted truncation in msg_outtrans_long #31669luukvbaal1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
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-27refactor(options): always allocate option values (#30917)Famiu Haque1
2024-10-15vim-patch:9.1.0785: cannot preserve error position when setting quickfix list...zeertzjq1
2024-10-03vim-patch:9.1.0755: quickfix list does not handle hardlinks well (#30637)zeertzjq1
2024-09-14vim-patch:9.1.0728: [security]: heap-use-after-free in garbage collection wit...zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-08fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609)zeertzjq1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-22vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq1
2024-05-09vim-patch:9.1.0397: Wrong display with 'smoothscroll' when changing quickfix ...zeertzjq1
2024-04-01vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq1