diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-29 01:27:54 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-29 18:36:38 -0400 |
commit | 026c8dde875ab4d269bdac7027481590ac5538a8 (patch) | |
tree | 59b72d356a931ad3f0e708e59873f20f6af0948a /runtime/doc | |
parent | 3d6584223df15e1eee2999baa07813944599a825 (diff) | |
download | rneovim-026c8dde875ab4d269bdac7027481590ac5538a8.tar.gz rneovim-026c8dde875ab4d269bdac7027481590ac5538a8.tar.bz2 rneovim-026c8dde875ab4d269bdac7027481590ac5538a8.zip |
vim-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 vim/vim#4934)
https://github.com/vim/vim/commit/50bf7ce0c9f8c3ede2d1a02c734beba9d5a0504e
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 448df31798..9fa152c86b 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2918,6 +2918,8 @@ A jump table for the options with a short description can be found at |Q_op|. *'go-c'* 'c' Use console dialogs instead of popup dialogs for simple choices. + *'go-d'* + 'd' Use dark theme variant if available. *'go-e'* 'e' Add tab pages when indicated with 'showtabline'. 'guitablabel' can be used to change the text in the labels. |