summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/tag.c
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-04-20vim-patch:9.2.0365: using int as bool (#39232)zeertzjq1
2026-04-16vim-patch:9.2.0357: [security]: command injection via backticks in tag files ...zeertzjq1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-17fix(marks): make jumpoptions=view work with 'smoothscroll' (#38339)zeertzjq1
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2026-02-06vim-patch:9.1.2133: Another case of buffer overflow with 'helpfile' (#37746)zeertzjq1
2026-02-06vim-patch:9.1.2132: [security]: buffer-overflow in 'helpfile' option handling...zeertzjq1
2026-01-30vim-patch:9.1.2116: crash when using 'tagfunc' (#37627)zeertzjq1
2025-12-20refactor(messages): encapsulate msg_delay logicJustin M. Keyes1
2025-12-20test(messages): skip os_delay during testsJustin M. Keyes1
2025-12-19feat(tag): respect jumpoptions=view when popping tagstack (#37021)Sean Dewar1
2025-12-17vim-patch:9.1.1991: :setlocal changes effective global 'omnifunc' (#37013)zeertzjq1
2025-12-15fix(messages): exclude "search hit BOTTOM" msg from history #36961Ayaan1
2025-12-08vim-patch:9.1.1961: :0tab behaves like :tab for :stag when 'swb' contains "ne...zeertzjq1
2025-12-08vim-patch:9.1.1949: :stag does not use 'swichtbuf' optionzeertzjq1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
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-05-01vim-patch:fb08192: runtime(doc): clarify the use of 'tagfunc', update a comme...zeertzjq1
2025-04-29feat(ui): no delay for errors with ext_messages (#33693)luukvbaal1
2025-04-20vim-patch:9.1.1326: invalid cursor position after 'tagfunc' (#33556)zeertzjq1
2025-03-13fix(messages): no trailing newline for inputlist, tselect, z= with ext_messagesLuuk van Baal1
2025-03-06vim-patch:9.1.1172: [security]: overflow with 'nostartofline' and Ex command ...zeertzjq1
2025-02-20feat(messages): confirm kind for z=, :tselect, inputlist() #32521luukvbaal1
2025-02-19vim-patch:9.1.1122: too many strlen() calls in findfile.c (#32516)zeertzjq1
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq1
2025-01-08Merge pull request #31112 from famiu/refactor/options/set_option_forLewis Russell1
2025-01-02feat(ui)!: emit prompt "messages" as cmdline events #31525luukvbaal1
2024-12-26refactor(options): set option value for non-current context directlyFamiu Haque1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
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-08-02refactor: move some functions out of eval.c (#29964)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-12vim-patch:9.1.0565: Stop directory doesn't work properly in 'tags'zeertzjq1
2024-07-10vim-patch:9.1.0554: :bw leaves jumplist and tagstack data around (#29639)zeertzjq1
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-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-05-22vim-patch:9.1.0428: Tag guessing leaves wrong search history with very short ...zeertzjq1
2024-05-22vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-03-28vim-patch:9.1.0216: Error on exit with EXITFREE and 'winfixbuf' (#28070)zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-03-11vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy1
2024-02-19vim-patch:9.1.0115: Using freed memory with full tag stack and user data (#27...zeertzjq1