aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_session.c
Commit message (Expand)AuthorAge
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(wininfo): change wininfo from a linked list to an arraybfredl2024-12-16
* refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque2024-11-23
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor: add xmemcpyz() and use it in place of some xstrlcpy() (#28422)zeertzjq2024-04-20
* vim-patch:9.1.0207: No autocommand when writing session file (#28048)zeertzjq2024-03-27
* fix(coverity/348240): memory leak in put_view()Daniil Zhukov2024-01-26
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor(IWYU): move evalarg_T to eval_defs.h (#26716)zeertzjq2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19
* build: don't define FUNC_ATTR_* as empty in headers (#26317)zeertzjq2023-11-30
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* build(IWYU): fix includes for func_attr.hdundargoc2023-11-27
* build(IWYU): replace most private mappings with pragmas (#26247)zeertzjq2023-11-27
* refactor: follow style guidedundargoc2023-11-19
* refactor: follow style guidedundargoc2023-11-13
* vim-patch:8.2.4850: mksession mixes up "tabpages" and "curdir" argumentszeertzjq2023-11-13
* vim-patch:partial:8.1.1218: cannot set a directory for a tab pagezeertzjq2023-11-13
* build: remove PVSdundargoc2023-11-12
* refactor: the long goodbyedundargoc2023-11-05
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(ex_session.c): remove unnecessary char -> int -> char castzeertzjq2023-09-03
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* vim-patch:partial:9.0.1237: code is indented more than necessary (#21971)zeertzjq2023-01-24
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 19 (#21241)dundargoc2023-01-10
* refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc2023-01-09
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: clang-tidy fixes to silence clangd warning (#20683)dundargoc2022-10-21
* refactor: replace char_u with charDundar Göc2022-10-15
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Goc2022-08-25
* vim-patch:8.1.1869: code for the argument list is spread out (#19791)zeertzjq2022-08-16
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* fix(session): respect sessionoptions=terminal #19497Gustavo Sampaio2022-08-01
* vim-patch:8.1.1547: functionality of bt_nofile() is confusingzeertzjq2022-07-15
* vim-patch:8.2.3530: ":buf \{a}" fails while ":edit \{a}" workszeertzjq2022-07-10
* refactor: replace char_uDundar Goc2022-07-02
* feat(marks): restore viewport on jump #15831Javier Lopez2022-06-30
* refactor: replace char_u #18429dundargoc2022-06-28
* refactor: move some mapping-related code to a separate file (#19061)zeertzjq2022-06-23
* fix(mksession): don't store floats in session #18635Daniel Steinberg2022-05-22