Mention vim.env

closes #50
pull/53/head
Timothée Sterle 3 years ago
parent ac443478e4
commit 0597a8eaa1
No known key found for this signature in database
GPG Key ID: 136D558122196ED5

@ -719,6 +719,7 @@ Internal variables can be manipulated more intuitively using these meta-accessor
- `vim.w.{name}`: window variables
- `vim.t.{name}`: tabpage variables
- `vim.v.{name}`: predefined Vim variables
- `vim.env.{name}`: environment variables
```lua
vim.g.some_global_variable = {

@ -803,6 +803,7 @@ meta-accessors:
- `vim.w.{name}`: window variables
- `vim.t.{name}`: tabpage variables
- `vim.v.{name}`: predefined Vim variables
- `vim.env.{name}`: environment variables
>
vim.g.some_global_variable = {

Loading…
Cancel
Save