aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/mksession_spec.lua
Commit message (Expand)AuthorAge
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: replace lfs with luv and vim.fsdundargoc2023-04-04
* ci: bump to windows 2022dundargoc2023-03-11
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* fix(session): respect sessionoptions=terminal #19497Gustavo Sampaio2022-08-01
* test(mksession_spec): use %bwipeout! instead of qall! to close terminal (#19465)zeertzjq2022-07-22
* fix(tests): check for EOF on exit of nvim properlybfredl2022-06-13
* fix(mksession): don't store floats in session #18635Daniel Steinberg2022-05-22
* test(mksession_spec): only sleep on Windows (#18637)zeertzjq2022-05-19
* fix(termopen): avoid ambiguity in URI when CWD is root dir (#16988)zeertzjq2022-05-19
* test: fix mksession terminal CWD test again (#18615)zeertzjq2022-05-18
* test: unskip tests on Windows (#18600)zeertzjq2022-05-18
* test: use helpers.pending_win32(pending) instead of iswin()zeertzjq2022-02-26
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* vim-patch:8.2.4090: after restoring a session buffer order can be quite diffe...Evgeni Chasnovski2022-01-29
* vim-patch:8.1.0829: when 'hidden' is set session creates extra buffersSean Dewar2021-07-17
* mksession: always unix slashes "/" for filepathsJustin M. Keyes2020-01-26
* mksession: simplify generated commandsJustin M. Keyes2020-01-26
* mksession: restore same :term buf in split windowsAlexandre Dubray2020-01-26
* terminal: absolute CWD in term:// URI #11289Chris LaRose2020-01-26
* :mksession : restore tab-local working directories #9754Chris LaRose2019-03-21
* test: robust cleanup, unique filenames #7950 (#7950)Justin M. Keyes2018-02-01
* mksession: Restore tab-local working directory #6859HiPhish2017-06-11