aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_session.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.4980: when 'shortmess' contains 'A' loading session may still w...zeertzjq2022-05-20
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* fix PVS warnings (#18459)dundargoc2022-05-15
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | refactor: rename keymap.{c,h} to keycodes.{c,h} (#18535)zeertzjq2022-05-12
|/
* vim-patch:8.2.4645: 'shortmess' changed when session does not store options (...zeertzjq2022-03-31
* refactor: convert function comments to doxygen format (#17710)dundargoc2022-03-24
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | vim-patch:8.2.4566: check for existing buffer in session file may not workzeertzjq2022-03-15
|/
* vim-patch:8.2.4090: after restoring a session buffer order can be quite diffe...Evgeni Chasnovski2022-01-29
* vim-patch:8.2.4007: session does not restore help buffer properlyzeertzjq2022-01-07
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* vim-patch:8.0.1459: cannot handle change of directoryzeertzjq2021-10-17
* refactor: reduce number of unique char castsDundar Göc2021-10-13
* fix(PVS V576): wrong fprintf() formatJustin M. Keyes2021-09-24
* refactor: format with uncrustify #15726dundargoc2021-09-20
* vim-patch:8.1.0829: when 'hidden' is set session creates extra buffersSean Dewar2021-07-17
* fixup! fixup! vim-patch:8.2.2776: :mksession uses current value of 'splitbelo...Jan Edmund Lazo2021-06-05
* fixup! vim-patch:8.2.2776: :mksession uses current value of 'splitbelow' and ...Jan Edmund Lazo2021-06-02
* vim-patch:8.2.2772: problems when restoring 'runtimepath' from a session fileJan Edmund Lazo2021-05-22
* fixup! vim-patch:8.1.0734: the hlsearch state is not stored in a session file...Jan Edmund Lazo2021-05-22
* vim-patch:8.2.2820: session file may divide by zeroJan Edmund Lazo2021-05-05
* vim-patch:8.2.2776: :mksession uses current value of 'splitbelow' and 'splitr...Jan Edmund Lazo2021-04-22
* vim-patch:8.2.2594: alternate buffer added to session file even when it's hiddenJan Edmund Lazo2021-03-13
* vim-patch:8.2.2467: script generated by :mkview changes alternate fileSean Dewar2021-02-11
* vim-patch:8.2.2058: using mkview/loadview changes the jumplistSean Dewar2021-02-11
* vim-patch:8.2.1967: the session file does not restore the alternate fileSean Dewar2021-02-11
* vim-patch:8.1.0790: code for creating tabpages in session is too complexJan Edmund Lazo2020-12-29
* vim-patch:8.1.0149: session is wrong with multiple tabs when :lcd was usedJan Edmund Lazo2020-12-29
* vim-patch:8.1.0734: the hlsearch state is not stored in a session file (#13547)Jan Edmund Lazo2020-12-17
* vim-patch:8.2.1936: session sets the local 'scrolloff' value to the global valueJan Edmund Lazo2020-11-01