comparison src/option.h @ 18078:5ae41d0ea397 v8.1.2034

patch 8.1.2034: dark them of GTK 3 not supported Commit: https://github.com/vim/vim/commit/50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 15 13:17:00 2019 +0200 patch 8.1.2034: dark them of GTK 3 not supported Problem: Dark them of GTK 3 not supported. Solution: Add the "d" flag in 'guioptions'. (Jonathan Conder, closes https://github.com/vim/vim/issues/4934)
author Bram Moolenaar <Bram@vim.org>
date Sun, 15 Sep 2019 13:30:04 +0200
parents 1101eacc1444
children df5778d73320
comparison
equal deleted inserted replaced
18077:9011f5cb5a0c 18078:5ae41d0ea397
211 #define GO_TERMINAL '!' // use terminal for system commands 211 #define GO_TERMINAL '!' // use terminal for system commands
212 #define GO_ASEL 'a' // autoselect 212 #define GO_ASEL 'a' // autoselect
213 #define GO_ASELML 'A' // autoselect modeless selection 213 #define GO_ASELML 'A' // autoselect modeless selection
214 #define GO_BOT 'b' // use bottom scrollbar 214 #define GO_BOT 'b' // use bottom scrollbar
215 #define GO_CONDIALOG 'c' // use console dialog 215 #define GO_CONDIALOG 'c' // use console dialog
216 #define GO_DARKTHEME 'd' // use dark theme variant
216 #define GO_TABLINE 'e' // may show tabline 217 #define GO_TABLINE 'e' // may show tabline
217 #define GO_FORG 'f' // start GUI in foreground 218 #define GO_FORG 'f' // start GUI in foreground
218 #define GO_GREY 'g' // use grey menu items 219 #define GO_GREY 'g' // use grey menu items
219 #define GO_HORSCROLL 'h' // flexible horizontal scrolling 220 #define GO_HORSCROLL 'h' // flexible horizontal scrolling
220 #define GO_ICON 'i' // use Vim icon 221 #define GO_ICON 'i' // use Vim icon
229 #define GO_TEAROFF 't' // add tear-off menu items 230 #define GO_TEAROFF 't' // add tear-off menu items
230 #define GO_TOOLBAR 'T' // add toolbar 231 #define GO_TOOLBAR 'T' // add toolbar
231 #define GO_FOOTER 'F' // add footer 232 #define GO_FOOTER 'F' // add footer
232 #define GO_VERTICAL 'v' // arrange dialog buttons vertically 233 #define GO_VERTICAL 'v' // arrange dialog buttons vertically
233 #define GO_KEEPWINSIZE 'k' // keep GUI window size 234 #define GO_KEEPWINSIZE 'k' // keep GUI window size
234 #define GO_ALL "!aAbcefFghilmMprtTvk" // all possible flags for 'go' 235 #define GO_ALL "!aAbcdefFghilmMprtTvk" // all possible flags for 'go'
235 236
236 // flags for 'comments' option 237 // flags for 'comments' option
237 #define COM_NEST 'n' // comments strings nest 238 #define COM_NEST 'n' // comments strings nest
238 #define COM_BLANK 'b' // needs blank after string 239 #define COM_BLANK 'b' // needs blank after string
239 #define COM_START 's' // start of comment 240 #define COM_START 's' // start of comment