Files
neovim/test/functional/ex_cmds
Sean Dewar 96a6b9b52d vim-patch:8.1.0829: when 'hidden' is set session creates extra buffers
Problem:    When 'hidden' is set session creates extra buffers.
Solution:   Move :badd commands to the end. (Jason Franklin)
d39e275b57

Adjust some tests in ex_cmds/mksession_spec.lua:

- 'restores same :terminal buf in splits': Buffers aren't always :badded
  in the same order as they're :edited, :balted, etc, so the order of
  buffers in the buffer list may change slightly now that :badd happens
  afterwards.
- 'restores buffers with tab-local CWD': This is explained in a comment.
2021-07-17 16:12:49 +01:00
..
2016-11-17 00:55:39 +01:00
2021-03-30 21:55:51 -04:00
2017-04-11 00:39:12 +02:00
2019-07-13 00:50:52 +02:00
2020-10-19 21:48:06 +02:00
2020-05-10 03:16:30 +09:00
2016-11-17 00:55:39 +01:00