Files
neovim/runtime/lua/vim/_meta/tui.lua
Kyle 7337e02563 refactor(docs): generate tui.txt $NVIM_TERMDEFS keys #39836
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.
2026-05-21 04:39:45 -04:00

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
--- <