summaryrefslogtreecommitdiffstats
path: root/src/session.c
AgeCommit message (Expand)Author
2024-03-26patch 9.1.0207: No autocommand when writing session filev9.1.0207Colin Kennedy
2023-03-07patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan
2023-01-23patch 9.0.1237: code is indented more than necessaryv9.0.1237Yegappan Lakshmanan
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-08-25patch 9.0.0263: too many #ifdefsv9.0.0263Bram Moolenaar
2022-05-18patch 8.2.4980: when 'shortmess' contains 'A' loading session may still warnv8.2.4980Bram Moolenaar
2022-05-09patch 8.2.4928: various white space and cosmetic mistakesv8.2.4928Bram Moolenaar
2022-05-01patch 8.2.4851: compiler warning for uninitialized variablev8.2.4851Bram Moolenaar
2022-04-30patch 8.2.4850: mksession mixes up "tabpages" and "curdir" argumentsv8.2.4850LemonBoy
2022-03-29patch 8.2.4645: 'shortmess' changed when session does not store optionsv8.2.4645James Cherti
2022-03-14patch 8.2.4566: check for existing buffer in session file may not workv8.2.4566James Cherti
2022-01-14patch 8.2.4090: after restoring a session buffer order can be quite differentv8.2.4090Evgeni Chasnovski
2022-01-05patch 8.2.4007: session does not restore help buffer properlyv8.2.4007matveyt
2022-01-01patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar
2021-12-05patch 8.2.3750: error messages are everywherev8.2.3750Bram Moolenaar
2021-10-17patch 8.2.3530: ":buf \{a}" fails while ":edit \{a}" worksv8.2.3530Bram Moolenaar
2021-07-20patch 8.2.3190: error messages are spread outv8.2.3190Bram Moolenaar
2021-04-30patch 8.2.2820: session file may divide by zerov8.2.2820Bram Moolenaar
2021-04-17patch 8.2.2776: :mksession uses current value of 'splitbelow' and 'splitright'v8.2.2776Bram Moolenaar
2021-04-16patch 8.2.2772: problems when restoring 'runtimepath' from a session filev8.2.2772Bram Moolenaar
2021-03-13patch 8.2.2594: alternate buffer added to session file even when it's hiddenv8.2.2594Bram Moolenaar
2021-02-05patch 8.2.2467: script generated by :mkview changes alternate filev8.2.2467Bram Moolenaar
2020-11-27patch 8.2.2058: using mkview/loadview changes the jumplistv8.2.2058Bram Moolenaar
2020-11-07patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar
2020-11-01patch 8.2.1936: session sets the local 'scrolloff' value to the global valuev8.2.1936Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-09-11patch 8.2.1664: memory leak when using :mkview with a terminal bufferv8.2.1664Bram Moolenaar
2020-09-11patch 8.2.1662: :mksession does not restore shared terminal buffer properlyv8.2.1662Bram Moolenaar
2020-04-16patch 8.2.0584: viminfo file uses obsolete function file_readable()v8.2.0584Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2019-09-29patch 8.1.2102: can't build with GTK and FEAT_GUI_GNOMEv8.1.2102Bram Moolenaar
2019-09-29patch 8.1.2101: write_session_file() often defined but not usedv8.1.2101Bram Moolenaar
2019-09-01patch 8.1.1957: more code can be moved to evalvars.cv8.1.1957Bram Moolenaar
2019-07-28patch 8.1.1767: FEAT_SESSION defined separatelyv8.1.1767Bram Moolenaar
2019-07-28patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar