summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/textformat.c
AgeCommit message (Expand)AuthorFiles
2026-03-08fix(textformat): don't swallow "space" with auto-formatting enabled (#38181)Daniel Müller1
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-28Merge pull request #33481 from bfredl/gridviewbfredl1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-26vim-patch:9.1.1346: missing out-of-memory check in textformat.c (#33639)zeertzjq1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2025-02-23vim-patch:9.1.1137: ins_str() is inefficient by calling STRLEN() (#32591)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-18vim-patch:9.1.0940: Wrong cursor shape with "gq" and 'indentexpr' executes :n...zeertzjq1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-09-06fix(multibyte): handle backspace of wide clusters in replace modebfredl1
2024-08-30feat(mbyte): support extended grapheme clusters including more emojibfredl1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
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-04-06revert: "vim-patch:9.1.0055: formatting long lines is slow"zeertzjq1
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-03-10vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)zeertzjq1
2024-01-28vim-patch:9.1.0047: issues with temp curwin/buf while cmdwin is openSean Dewar1
2024-01-26vim-patch:9.1.0055: formatting long lines is slow (#27199)zeertzjq1
2024-01-25docs: various fixes (#27063)dundargoc1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
2023-12-09refactor: format casting of negative number better (#26482)zeertzjq1
2023-12-07perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal1
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-29refactor(IWYU): create normal_defs.h (#26293)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-27build(IWYU): fix includes for func_attr.hdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-13fix(textformat): remove unnecessary changed_bytes() (#26027)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-12vim-patch:9.0.2100: CI: test_termdebug fails (#25997)zeertzjq1
2023-10-23build(lint): remove unnecessary clint.py rulesdundargoc1
2023-10-09refactor: the long goodbyedundargoc1
2023-10-03refactor: 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-04-26refactor: uncrustifydundargoc1
2023-04-17vim-patch:8.2.4183: cannot use an import in 'formatexpr'zeertzjq1
2023-04-06refactor: remove use of reserved c++ keywordsii141