mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 18:54:18 +00:00
docs: small fixes (#26651)
Co-authored-by: Gregory Anders <greg@gpanders.com> Co-authored-by: WillLillis <wlillis@umass.edu>
This commit is contained in:
@@ -194,7 +194,7 @@ if tty then
|
||||
--- already set by the user.
|
||||
---
|
||||
--- @param option string Option name
|
||||
--- @param value string Option value
|
||||
--- @param value any Option value
|
||||
local function setoption(option, value)
|
||||
if vim.api.nvim_get_option_info2(option, {}).was_set then
|
||||
-- Don't do anything if option is already set
|
||||
|
||||
Reference in New Issue
Block a user