summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/undo.c
AgeCommit message (Expand)AuthorFiles
2026-04-20vim-patch:9.2.0365: using int as bool (#39232)zeertzjq1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-04-07fix(undo): undefined behavior with empty entry in 'undodir' (#38849)zeertzjq1
2026-04-07fix: don't make path empty when truncating trailing slashes (#38844)zeertzjq1
2026-04-06vim-patch:9.2.0291: too many strlen() callszeertzjq1
2026-03-11fix(prompt): don't implicitly set 'modified' #38118Willaaaaaaa1
2026-02-17fix(undo): u_savecommon uses wrong bufferSean Dewar1
2026-02-08fix(messages): unwanted newlines with ext_messages #37733luukvbaal1
2026-01-02vim-patch:9.1.2037: undo: cursor position not correctly restored (#37195)zeertzjq1
2025-12-28vim-patch:9.1.2024: 'fsync' option cannot be set per buffer (#37129)zeertzjq1
2025-12-15fix(messages): exclude "search hit BOTTOM" msg from history #36961Ayaan1
2025-08-20vim-patch:8.2.0844: text properties crossing lines not handled correctlyJan Edmund Lazo1
2025-08-20vim-patch:8.2.4379: an empty change is reported to a listenerJan Edmund Lazo1
2025-08-20vim-patch:8.2.3795: too many #ifdefsJan Edmund Lazo1
2025-08-20vim-patch:8.1.2008: error for invalid range when using listener and undoJan 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
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-22fix(messages): typo and unwanted truncation in msg_outtrans_long #31669luukvbaal1
2024-12-16fix(messages): no message kind for :undo messages #31590Tomasz N1
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-05refactor(shada): rework msgpack decoding without msgpack-cbfredl1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-02-16vim-patch:9.1.0113: duplicate code when cleaning undo stackzeertzjq1
2024-02-12fix(extmarks): redraw pre-undo position (#27437)zeertzjq1
2024-01-27fix(column): clear "b_signcols" before moving saved marksLuuk van Baal1
2024-01-25refactor: IWYU (#27186)zeertzjq1
2024-01-22perf(extmarks): add metadata for efficient filtering of special decorationsbfredl1
2024-01-17fix(column): remove sign from line it was previously on with undoLuuk van Baal1
2024-01-15fix(column): keep track of number of lines with number of signsLuuk van Baal1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-18docs: add style rule regarding initializationdundargoc1
2023-12-12fix(extmarks): `U` changed_bytes after extmark_splice (#26501)Jaehwang Jung1
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-27build: enable IWYU on macdundargoc1
2023-11-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-20refactor: enable formatting for ternariesdundargoc1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13fix(textformat): remove unnecessary changed_bytes() (#26027)zeertzjq1