mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Manual pages: Fix incorrect environment variable references
This was done prematurely for #2569, but obviously forgotten about.
This commit is contained in:
parent
b90378dfb0
commit
4140d23cc0
@ -366,11 +366,11 @@ syntax highlighting definitions.
|
||||
Used to set the 'shell' option, which determines the shell used by the
|
||||
.Ic :terminal
|
||||
command.
|
||||
.It Ev NVIM_TUI_CURSOR_SHAPE
|
||||
.It Ev NVIM_TUI_ENABLE_CURSOR_SHAPE
|
||||
If defined, change the cursor shape to a vertical bar while in insert mode.
|
||||
Requires that the host terminal support the DECSCUSR CSI escape sequence.
|
||||
Has no effect in GUIs.
|
||||
.It Ev NVIM_TUI_TRUE_COLOR
|
||||
.It Ev NVIM_TUI_ENABLE_TRUE_COLOR
|
||||
If defined, assume the host terminal supports 24 bit colors.
|
||||
Has no effect in GUIs.
|
||||
.El
|
||||
|
Loading…
Reference in New Issue
Block a user