Manual pages: Fix incorrect environment variable references

This was done prematurely for #2569, but obviously forgotten about.
This commit is contained in:
Michael Reed
2015-05-17 19:19:41 -04:00
parent b90378dfb0
commit 4140d23cc0

View File

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