summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/ex_session.c
AgeCommit message (Expand)AuthorFiles
2026-04-14build: update clang v21, fix warningsdundargoc1
2026-03-23fix(session): spacebar heater not warm enough #38434Justin M. Keyes1
2026-03-22docs: starting.txt new layoutJustin M. Keyes1
2026-02-26vim-patch:9.2.0061: Not possible to know when a session will be loaded (#38071)zeertzjq1
2026-01-10fix(session): window sizes not stored with float windows (#37344)zeertzjq1
2025-10-11vim-patch:8.2.4851: compiler warning for uninitialized variableJan Edmund Lazo1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan 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-06-10vim-patch:9.1.1450: Session has wrong arglist with :tcd and :arglocal (#34430)zeertzjq1
2025-06-06vim-patch:9.1.1433: Unnecessary :if when writing sessionzeertzjq1
2025-06-06vim-patch:9.1.1431: Hit-Enter Prompt when loading session fileszeertzjq1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-16refactor(wininfo): change wininfo from a linked list to an arraybfredl1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
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-27vim-patch:9.1.0207: No autocommand when writing session file (#28048)zeertzjq1
2024-01-26fix(coverity/348240): memory leak in put_view()Daniil Zhukov1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-23refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-12-19refactor: use `bool` to represent boolean valuesdundargoc1
2023-11-30build: don't define FUNC_ATTR_* as empty in headers (#26317)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-27build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq1
2023-11-19refactor: follow style guidedundargoc1
2023-11-13refactor: follow style guidedundargoc1
2023-11-13vim-patch:8.2.4850: mksession mixes up "tabpages" and "curdir" argumentszeertzjq1
2023-11-13vim-patch:partial:8.1.1218: cannot set a directory for a tab pagezeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-11-05refactor: 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-03refactor(ex_session.c): remove unnecessary char -> int -> char castzeertzjq1
2023-04-01refactor: add const and remove unnecessary casts (#22841)ii141
2023-03-11vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq1
2023-02-11refactor: reduce scope of locals as per the style guide (#22206)dundargoc1
2023-01-24vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2023-01-14refactor: replace char_u with char 21 (#21779)dundargoc1
2023-01-10refactor: replace char_u with char 19 (#21241)dundargoc1
2023-01-09refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-10-21refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc1