summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/help.c
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(excmd): migrate help.c to LuaJustin M. Keyes1
2026-04-05fix(help): show error when using :help! with nothing at cursor #38775zeertzjq1
2026-03-16fix(ux): drop "Sorry" from messages #38318Justin M. Keyes1
2026-03-15feat(help): super K (":help!") guesses tag at cursor #36205Justin M. Keyes1
2026-02-14refactor(help): move local-additions to Lua #37831Yochem van Rosmalen1
2026-02-10refactor(help): move escaping logic to Lua #37757Yochem van Rosmalen1
2025-09-12vim-patch:9.1.1754: :helptags doesn't skip examples with syntaxzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-29fix(help): :help can focus unfocusable/hide window #34442phanium1
2025-05-17refactor(helptags): remove useless homegrown encoding checkbfredl1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1
2024-06-04refactor: replace '\0' with NULJames Tirta Halim1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-03-21refactor(options): remove `set_string_option_direct()`Famiu Haque1
2024-02-12perf(extmarks): avoid unnecessary invalidations for virt_text (#27435)zeertzjq1
2024-01-27fix(coverity/471380): null dereference in get_local_additions()Daniil Zhukov1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-10refactor(options): remove `OPT_FREE` (#26963)Famiu Haque1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-20fix(buffer): do not filter help bufferChristian Clason1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27refactor: rename types.h to types_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-29refactor(message): smsg_attr -> smsgbfredl1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-08-18vim-patch:9.0.1730: passing multiple patterns to runtime not working (#24771)zeertzjq1
2023-07-13perf(rtp): reduce rtp scans (#24191)Lewis Russell1
2023-06-11fix(helptags): make multibyte help tags work properly (#23975)zeertzjq1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-05-13refactor: remove typval.h from most header files (#23601)zeertzjq1
2023-04-07refactor: remove redundant castsii141
2023-04-07refactor: remove redundant const char * castsii141
2023-03-13fix(help): force tree reparse after local addition insertionChristian Clason1
2023-03-04refactor: replace char_u with char or uint8_t (#22400)dundargoc1
2023-02-12refactor: reduce scope of locals as per the style guide 3 (#22221)dundargoc1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1