mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 05:40:08 +00:00
Problem: Potential documentation drift in `tui.txt` if fields for `$NVIM_TERMDEFS` change. Solution: Generate docs for `tui.txt`. Add `brief_xform` to `gen_vimdoc.lua` to allow transforming briefs during generation.
12 lines
344 B
Lua
12 lines
344 B
Lua
--- @meta
|
|
-- This file is NOT generated, edit it directly.
|
|
error('Cannot require a meta file')
|
|
|
|
--- @brief <pre>help
|
|
--- Below are the available fields in |$NVIM_TERMDEFS|. For keys of type `string[]`,
|
|
--- the first entry is the unshifted variant of the key, and the second entry is
|
|
--- the shifted variant. >
|
|
---
|
|
--- NVIM_TERMDEFS_TABLE
|
|
--- <
|