Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 | ||
* | 'viewoptions': add "curdir" flag #7447 | Eric Roberts | 2017-11-18 |
The flag enables the current local directory set by ":lcd" to be saved to views which is the current default behaviour. The option can be removed to disable this behaviour. closes #7435 vim-patch:8.0.1289 |