Mention vim.env

closes #50
This commit is contained in:
Timothée Sterle 2021-02-24 21:18:34 +01:00
parent ac443478e4
commit 0597a8eaa1
No known key found for this signature in database
GPG Key ID: 136D558122196ED5
2 changed files with 2 additions and 0 deletions

View File

@ -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 = {

View File

@ -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 = {