update :help references

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

@ -651,7 +651,7 @@ vim.wo.number = true -- same as vim.api.nvim_win_set_option(0, 'number', true)
``` ```
See also: See also:
- `:help lua-vim-internal-options` - `:help lua-vim-options`
#### Caveats #### Caveats
@ -736,6 +736,9 @@ To delete one of these variables, simply assign `nil` to it:
vim.g.some_global_variable = nil vim.g.some_global_variable = nil
``` ```
See also:
- `:help lua-vim-variables`
#### Caveats #### Caveats
Unlike options meta-accessors, you cannot specify a number for buffer/window/tabpage-scoped variables. Unlike options meta-accessors, you cannot specify a number for buffer/window/tabpage-scoped variables.

@ -720,7 +720,7 @@ no number is given, the current buffer/window is used:
< <
See also: See also:
- |lua-vim-internal-options| - |lua-vim-options|
Caveats~ Caveats~
@ -821,6 +821,9 @@ To delete one of these variables, simply assign `nil` to it:
vim.g.some_global_variable = nil vim.g.some_global_variable = nil
< <
See also:
- |lua-vim-variables|
Caveats~ Caveats~
Unlike options meta-accessors, you cannot specify a number for Unlike options meta-accessors, you cannot specify a number for

Loading…
Cancel
Save