mirror of
https://github.com/neovim/neovim.git
synced 2025-11-20 01:01:22 +00:00
Manual pages: Fix incorrect environment variable references
This was done prematurely for #2569, but obviously forgotten about.
This commit is contained in:
@@ -366,11 +366,11 @@ syntax highlighting definitions.
|
|||||||
Used to set the 'shell' option, which determines the shell used by the
|
Used to set the 'shell' option, which determines the shell used by the
|
||||||
.Ic :terminal
|
.Ic :terminal
|
||||||
command.
|
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.
|
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.
|
Requires that the host terminal support the DECSCUSR CSI escape sequence.
|
||||||
Has no effect in GUIs.
|
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.
|
If defined, assume the host terminal supports 24 bit colors.
|
||||||
Has no effect in GUIs.
|
Has no effect in GUIs.
|
||||||
.El
|
.El
|
||||||
|
|||||||
Reference in New Issue
Block a user