diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-17 19:19:41 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-17 19:19:41 -0400 |
commit | 4140d23cc0d63bea88c634966dbf337a1ca01ba5 (patch) | |
tree | ee16628709b9dccaa73d306795a0026a3ffc5c92 | |
parent | b90378dfb01c5cca5ef8400acae6208476bc2647 (diff) | |
download | rneovim-4140d23cc0d63bea88c634966dbf337a1ca01ba5.tar.gz rneovim-4140d23cc0d63bea88c634966dbf337a1ca01ba5.tar.bz2 rneovim-4140d23cc0d63bea88c634966dbf337a1ca01ba5.zip |
Manual pages: Fix incorrect environment variable references
This was done prematurely for #2569, but obviously forgotten about.
-rw-r--r-- | man/nvim.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/nvim.1 b/man/nvim.1 index 69b8e18b80..5155add969 100644 --- a/man/nvim.1 +++ b/man/nvim.1 @@ -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 |