aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option_defs.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2020-01-26 19:03:43 -0800
committerGitHub <noreply@github.com>2020-01-26 19:03:43 -0800
commitb5daee7b8faaa00b83eb17ad231b8dbc417f628c (patch)
tree4f2150ee9703be7ed7c7ea4bd56d21f3eca80eaf /src/nvim/option_defs.h
parent88f133c30d4b46e371f0cdb0797113cbbca9cc59 (diff)
parent1c3ca4f18fdc403813d8959b49626ac1c99e2c59 (diff)
downloadrneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.tar.gz
rneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.tar.bz2
rneovim-b5daee7b8faaa00b83eb17ad231b8dbc417f628c.zip
Merge #7836 'session: restore same :terminal buf split windows'
Diffstat (limited to 'src/nvim/option_defs.h')
-rw-r--r--src/nvim/option_defs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/option_defs.h b/src/nvim/option_defs.h
index fcad6836bf..c5d8b134c4 100644
--- a/src/nvim/option_defs.h
+++ b/src/nvim/option_defs.h
@@ -577,8 +577,8 @@ static char *(p_ssop_values[]) = {
# define SSOP_HELP 0x040
# define SSOP_BLANK 0x080
# define SSOP_GLOBALS 0x100
-# define SSOP_SLASH 0x200
-# define SSOP_UNIX 0x400
+# define SSOP_SLASH 0x200 // Deprecated, always set.
+# define SSOP_UNIX 0x400 // Deprecated, always set.
# define SSOP_SESDIR 0x800
# define SSOP_CURDIR 0x1000
# define SSOP_FOLDS 0x2000