summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/mark.c
AgeCommit message (Expand)AuthorFiles
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq1
2026-04-19feat(events): trigger MarkSet autocmd in :delmarks #39156Ashley Hauck1
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-17fix(marks): make jumpoptions=view work with 'smoothscroll' (#38339)zeertzjq1
2026-01-30fix(prompt): also store column info in ': mark #36194Shadman1
2025-12-07feat(events): MarkSet event, aucmd_defer() #35793Nathan Smith1
2025-11-15docs: getpos, getregion, lspJustin M. Keyes1
2025-10-29fix(terminal): keep last cursor if it's on the last rowzeertzjq1
2025-10-29vim-patch:9.1.1885: Wrong restored cursor pos when re-entering buffer after c...zeertzjq1
2025-10-27fix(api): inconsistent scrolling when deleting before topline (#36301)zeertzjq1
2025-10-25fix(terminal): adjust marks when deleting scrollback lines (#36294)zeertzjq1
2025-09-08fix(prompt_buffer): plugins can't set `':` mark #35624Shadman1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-06refactor(build): don't use the preprocessor when generating headersbfredl1
2025-07-07fix(prompt): lnum update via nvim_buf_set_lines if buf != curbuf #34833Mathias Fußenegger1
2025-06-24vim-patch:9.1.1476: missing out-of-memory checks in cmdexpand.c (#34624)zeertzjq1
2025-06-19vim-patch:9.1.1467: too many strlen() calls (#34572)zeertzjq1
2025-06-17feat(prompt): multiline prompt input #33371Shadman1
2025-06-16vim-patch:9.1.1463: Integer overflow in getmarklist() after linewise operatio...zeertzjq1
2025-05-06fix(messages): "list_cmd" kind for mark commands #33874luukvbaal1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
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-10vim-patch:9.1.0554: :bw leaves jumplist and tagstack data around (#29639)zeertzjq1
2024-06-01refactor: move shared messages to errors.h #26214Justin M. Keyes1
2024-03-14fix(api): fix set_lines viewport adjustment, but this time goodbfredl1
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-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-17refactor: move non-symbols to defs.h headersdundargoc1
2023-12-09refactor: format casting of negative number better (#26482)zeertzjq1
2023-11-29refactor: move some constants out of vim_defs.h (#26298)zeertzjq1
2023-11-28refactor: fix headers with IWYUdundargoc1
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-19build: bump uncrustify versiondundargoc1
2023-11-17refactor(sign): move legacy signs to extmarksLuuk van Baal1
2023-11-12build: remove PVSdundargoc1
2023-11-11refactor: remove redundant castsdundargoc1
2023-11-05refactor: the long goodbyedundargoc1
2023-10-24fix(marks): handle switching buffer properly (#25763)zeertzjq1
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