summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/indent.c
AgeCommit message (Expand)AuthorFiles
2026-04-21fix(messages): "progress" kind for busy messages #39280luukvbaal1
2026-04-04vim-patch:9.2.0289: 'linebreak' may lead to wrong Visual block highlighting (...zeertzjq1
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-07-20vim-patch:8.1.1891: functions used in one file are globalJan Edmund Lazo1
2025-07-20vim-patch:8.1.2127: the indent.c file is a bit bigJan Edmund Lazo1
2025-07-18vim-patch:9.1.1544: :retab cannot be limited to indentation only (#34939)zeertzjq1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-04-21vim-patch:9.1.1328: too many strlen() calls in indent.c (#33563)zeertzjq1
2025-02-25fix(api): don't override Vimscript SID (#32610)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-10-24vim-patch:9.1.0806: tests: no error check when setting global 'briopt'zeertzjq1
2024-09-07vim-patch:9.1.0720: Wrong breakindentopt=list:-1 with multibyte or TABs (#30293)zeertzjq1
2024-09-06fix(multibyte): handle backspace of wide clusters in replace modebfredl1
2024-08-02vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq1
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-02vim-patch:9.1.0456: Left shift is incorrect with vartabstop and shiftwidth=0zeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-03-28vim-patch:9.1.0218: Unnecessary multiplications in backspace code (#28075)zeertzjq1
2024-03-21refactor(options): remove `set_string_option_direct()`Famiu Haque1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-02-13vim-patch:9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn' (#27...zeertzjq1
2024-02-12vim-patch:9.1.0097: 'breakindent' behaves inconsistently with 'list' and spli...zeertzjq1
2024-02-12refactor(indent): refactor computing of a string's indent size (#27252)VanaIgr1
2024-01-25refactor: IWYU (#27186)zeertzjq1
2024-01-22refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq1
2024-01-22perf: reuse fast character size calculation algorithm from getvcol()VanaIgr1
2024-01-11refactor(IWYU): fix headersdundargoc1
2024-01-10refactor(options): remove `OPT_FREE` (#26963)Famiu Haque1
2023-12-30refactor: follow style guidedundargoc1
2023-12-25refactor(cpoptions): remove 'p'bfredl1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-12-09refactor(options): reduce `findoption()` usageFamiu Haque1
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-20refactor: enable formatting for ternariesdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-16refactor: iwyu (#26062)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-10refactor: change some xstrndup() and xstrnsave() to xmemdupz() (#25959)zeertzjq1
2023-11-05refactor: the long goodbyedundargoc1