Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | :mksession : restore tab-local working directories #9754 | Chris LaRose | 2019-03-21 |
| | |||
* | test: robust cleanup, unique filenames #7950 (#7950) | Justin M. Keyes | 2018-02-01 |
| | | | | | | | Use unique filenames to avoid test conflicts. Use read_file() instead of io.popen(), to ensures the file is closed. Use helpers.rmdir(), it is far more robust than lfs. closes #7911 | ||
* | mksession: Restore tab-local working directory #6859 | HiPhish | 2017-06-11 |
The ':tcd' command is the first tab-specific command written to the file and it is wrapped inside an 'if has('nvim')' block to keep the session file compatible with Vim. Closes #6678 |