summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ex_cmds/mksession_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(path): normalize path slashes on Windows #37729tao1
2026-03-11Merge #37830 docsJustin M. Keyes1
2026-03-11docs: deprecate hit-enterJustin M. Keyes1
2026-03-11test(ex_cmds/mksession_spec): fix possible error log (#38255)zeertzjq1
2026-02-03ci(test): bump Windows runners to windows-2025 and unskip tests (#37666)zeertzjq1
2026-01-10fix(session): window sizes not stored with float windows (#37344)zeertzjq1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-09refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-02-26fix(process): start pty process eof timer on main thread (#27625)zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-12test: remove helpers.sleep()Lewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-04test: replace lfs with luv and vim.fsdundargoc1
2023-03-11ci: bump to windows 2022dundargoc1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-08-01fix(session): respect sessionoptions=terminal #19497Gustavo Sampaio1
2022-07-22test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465)zeertzjq1
2022-06-13fix(tests): check for EOF on exit of nvim properlybfredl1
2022-05-22fix(mksession): don't store floats in session #18635Daniel Steinberg1
2022-05-19test(mksession_spec): only sleep on Windows (#18637)zeertzjq1
2022-05-19fix(termopen): avoid ambiguity in URI when CWD is root dir (#16988)zeertzjq1
2022-05-18test: fix mksession terminal CWD test again (#18615)zeertzjq1
2022-05-18test: unskip tests on Windows (#18600)zeertzjq1
2022-02-26test: use helpers.pending_win32(pending) instead of iswin()zeertzjq1
2022-02-20ci: skip tests that fail on windowsDundar Göc1
2022-01-29vim-patch:8.2.4090: after restoring a session buffer order can be quite diffe...Evgeni Chasnovski1
2021-07-17vim-patch:8.1.0829: when 'hidden' is set session creates extra buffersSean Dewar1
2020-01-26mksession: always unix slashes "/" for filepathsJustin M. Keyes1
2020-01-26mksession: simplify generated commandsJustin M. Keyes1
2020-01-26mksession: restore same :term buf in split windowsAlexandre Dubray1
2020-01-26terminal: absolute CWD in term:// URI #11289Chris LaRose1
2019-03-21:mksession : restore tab-local working directories #9754Chris LaRose1
2018-02-01test: robust cleanup, unique filenames #7950 (#7950)Justin M. Keyes1
2017-06-11mksession: Restore tab-local working directory #6859HiPhish1