Files
neovim/test/functional/lua
Lewis Russell 6c5e7bde9a feat(lua): allow passing handles to vim.b/w/t
vim.bo can target a specific buffer by indexing with a number, e.g:
`vim.bo[2].filetype` can get/set the filetype for buffer 2. This change
replicates that behaviour for the variable namespace.
2021-10-19 19:47:33 +01:00
..
2021-01-26 17:09:35 -08:00
2021-09-26 11:52:17 -07:00