summaryrefslogtreecommitdiff
path: root/src/option.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-15 13:17:00 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-15 13:17:00 +0200
commit50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e (patch)
treee11ea82ed47d606a467d8200c9a9e58712bce49a /src/option.h
parent0571f3d6f92a7dab9c1e39acb40c2f8885887b28 (diff)
downloadvim-git-50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e.tar.gz
patch 8.1.2034: dark them of GTK 3 not supportedv8.1.2034
Problem: Dark them of GTK 3 not supported. Solution: Add the "d" flag in 'guioptions'. (Jonathan Conder, closes #4934)
Diffstat (limited to 'src/option.h')
-rw-r--r--src/option.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/option.h b/src/option.h
index bb68d5afc..1d85843d5 100644
--- a/src/option.h
+++ b/src/option.h
@@ -213,6 +213,7 @@
#define GO_ASELML 'A' // autoselect modeless selection
#define GO_BOT 'b' // use bottom scrollbar
#define GO_CONDIALOG 'c' // use console dialog
+#define GO_DARKTHEME 'd' // use dark theme variant
#define GO_TABLINE 'e' // may show tabline
#define GO_FORG 'f' // start GUI in foreground
#define GO_GREY 'g' // use grey menu items
@@ -231,7 +232,7 @@
#define GO_FOOTER 'F' // add footer
#define GO_VERTICAL 'v' // arrange dialog buttons vertically
#define GO_KEEPWINSIZE 'k' // keep GUI window size
-#define GO_ALL "!aAbcefFghilmMprtTvk" // all possible flags for 'go'
+#define GO_ALL "!aAbcdefFghilmMprtTvk" // all possible flags for 'go'
// flags for 'comments' option
#define COM_NEST 'n' // comments strings nest