diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-10-30 08:56:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-30 08:56:38 -0400 |
commit | 9fee5f14239512aed1096b17e8e755c87b9055d2 (patch) | |
tree | 9a4c946b624639b153b4e97fdd1a8755094b52ca /runtime | |
parent | 037ffd54dcd8edba6787d93273e6696b7a366ac6 (diff) | |
parent | 4e24e31a6b2c45e0bc2ab15059a51092b29ebaf5 (diff) | |
download | rneovim-9fee5f14239512aed1096b17e8e755c87b9055d2.tar.gz rneovim-9fee5f14239512aed1096b17e8e755c87b9055d2.tar.bz2 rneovim-9fee5f14239512aed1096b17e8e755c87b9055d2.zip |
Merge pull request #13172 from janlazo/vim-8.2.1910
vim-patch:8.1.{2034,2050},8.2.{131,913,929,1521,1910,1913,1922}
Diffstat (limited to 'runtime')
-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. |