Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | API: make nvim_win_set_option() set window-global, not buffer-local #9110 | Björn Linse | 2019-09-01 |
| | | | | | | NB: the `!(flags & SOPT_GLOBAL)` exception is for 'statusline'. Because `:set statusline=...` sets the global value for _all_ windows, `:setlocal` is the best we can do there. This is a one-of-a-kind option that doesn't work like any other option. | ||
* | test: API: fix tests after improved error capture | Justin M. Keyes | 2018-05-10 |
| | |||
* | 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 | ||
* | functests: Fix buf_functions test on Windows | ZyX | 2017-03-29 |
| | |||
* | functests: Add tests for some *buf* functions | ZyX | 2017-03-29 |