mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 01:04:10 +00:00
docs: miscellaneous doc and type fixes (#25554)
This commit is contained in:
committed by
GitHub
parent
81f67b79e8
commit
c80a3976cb
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -1,4 +1,4 @@
|
||||
--- @meta
|
||||
--- @meta _
|
||||
-- THIS FILE IS GENERATED
|
||||
-- DO NOT EDIT
|
||||
error('Cannot require a meta file')
|
||||
@@ -2276,7 +2276,7 @@ vim.go.fcl = vim.go.foldclose
|
||||
--- "auto": resize to the minimum amount of folds to display.
|
||||
--- "auto:[1-9]": resize to accommodate multiple folds up to the
|
||||
--- selected level
|
||||
--- 0: to disable foldcolumn
|
||||
--- "0": to disable foldcolumn
|
||||
--- "[1-9]": to display a fixed number of columns
|
||||
--- See `folding`.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user