mirror of
https://github.com/neovim/neovim.git
synced 2026-03-28 03:12:00 +00:00
docs: api, messages, lsp, trust
gen_vimdoc.lua: In prepare for the upcoming release, comment-out the "Experimental" warning for prerelease features.
This commit is contained in:
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@@ -3159,6 +3159,7 @@ vim.go.gp = vim.go.grepprg
|
||||
---
|
||||
--- ```vim
|
||||
--- highlight Cursor gui=reverse guifg=NONE guibg=NONE
|
||||
--- " Note: gui=reverse overrides colors.
|
||||
--- highlight Cursor gui=NONE guifg=bg guibg=fg
|
||||
--- ```
|
||||
---
|
||||
@@ -3240,7 +3241,7 @@ vim.go.gcr = vim.go.guicursor
|
||||
---
|
||||
---
|
||||
--- @type string
|
||||
vim.o.guifont = "Source Code Pro,DejaVu Sans Mono,Courier New,monospace"
|
||||
vim.o.guifont = "DFLT_GFN"
|
||||
vim.o.gfn = vim.o.guifont
|
||||
vim.go.guifont = vim.o.guifont
|
||||
vim.go.gfn = vim.go.guifont
|
||||
|
||||
Reference in New Issue
Block a user