summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/fold.c
AgeCommit message (Expand)AuthorFiles
2026-03-10vim-patch:partial:9.2.0126: String handling can be improved (#38214)zeertzjq1
2025-12-14vim-patch:8.2.3662: illegal memory access if malloc() fails (#36939)Jan Edmund Lazo1
2025-10-04vim-patch:partial:8.1.1939: code for handling v: variables in generic eval fi...Jan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-04-18vim-patch:9.1.1317: noisy error when restoring folds from session failszeertzjq1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2025-02-23vim-patch:9.1.1136: Match highlighting marks a buffer region as changed (#32561)luukvbaal1
2025-01-15vim-patch:9.1.1015: Coverity complains about dereferencing NULL value (#32020)zeertzjq1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-08-11vim-patch:9.1.0672: marker folds may get corrupted on undo (#30026)zeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-11refactor(memory): use builtin strcat() instead of STRCAT()bfredl1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-04-20refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq1
2024-03-14vim-patch:9.1.0177: Coverity reports dead codezeertzjq1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-02-20refactor(api): reduce temporary allocations when replacing linesbfredl1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-04vim-patch:9.1.0002: a closing fold expr, may start a new fold (#26876)zeertzjq1
2023-12-30refactor: follow style guidedundargoc1
2023-12-22refactor(options): generate BV_ and WV_ constants (#26705)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
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-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-26refactor: move garray_T to garray_defs.h (#26227)zeertzjq1
2023-11-25build: rework IWYU mapping filesdundargoc1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-09refactor: 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-22fix(ui): handle virtual text with multiple hl in more cases (#25304)zeertzjq1
2023-09-17feat(folds): support virtual text format for 'foldtext' (#25209)zeertzjq1
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-07-21fix(folds): update folds in Insert mode with fdm=indent (#24402)Brandon Simmons1
2023-04-26refactor: uncrustifydundargoc1
2023-04-17vim-patch:8.2.4179: 'foldtext' is evaluated in the current script contextzeertzjq1
2023-04-14vim-patch:8.2.1049: Vim9: leaking memory when using continuation linezeertzjq1
2023-04-07refactor: remove redundant const char * castsii141