Files
neovim/test/functional
Björn Linse 891ed14f13 api: add nvim_create_buf to create a new empty buffer.
Loading existing files into a buffer is non-trivial and requires a window.
Creating an unnamed emtpy buffer is trivial and safe though, thus worth a
special case.

Change nvim_buf_set_option to use aucmd_prepbuf. This is necessary
to allow some options to be set on a not yet displayed buffer, such
as 'buftype' option.

vim-patch:7.4.1858: Add BLN_NEW to enforce buflist_new creating new buffer
2019-02-09 11:48:45 +01:00
..
2019-02-04 02:39:05 +01:00
2019-01-31 22:26:32 +01:00
2019-01-27 00:51:58 +01:00
2019-02-04 04:00:20 +01:00
2019-01-17 23:24:03 +01:00
2016-06-10 21:50:49 +03:00