@@ -121,6 +121,10 @@ These are the non-standard commands that MacVim supports:
121
121
These are the non-standard events that MacVim supports:
122
122
| OSAppearanceChanged |
123
123
124
+ *macvim-internal-variables*
125
+ These are the non-standard internal variables that MacVim supports:
126
+ | v:os_appearance |
127
+
124
128
*macvim-find*
125
129
Whenever you search for something in Vim (e.g. using "/"), or hit <D-e> when
126
130
you have text selected, the search query is copied to the macOS "Find
@@ -319,7 +323,7 @@ this behaviour set MMLoginShellArgument to "--".
319
323
==============================================================================
320
324
4. MacVim appearance *macvim-appearance*
321
325
322
- MacVim can be used in full screen mode, see 'fullscreen' .
326
+ For more configuration options, see the Preferences… → Appearance pane .
323
327
324
328
*macvim-appearance-mode* *macvim-dark-mode*
325
329
MacVim will by default use the system apperance mode (light or dark). However,
@@ -330,7 +334,14 @@ color scheme while system preferences are configured to use light mode. It's
330
334
also the recommended setting when title bar is configured to be "Transparent"
331
335
(see | MMTitlebarAppearsTransparent | ).
332
336
337
+ If you would like to query the system apperance mode in Vim (e.g. to change
338
+ the color scheme at launch), see | v:os_appearance | . You can also use the
339
+ autocommand | OSAppearanceChanged | to be notified when the OS changes its
340
+ appearance.
341
+
333
342
*macvim-full-screen*
343
+ MacVim can be used in full screen mode, see 'fullscreen' .
344
+
334
345
There are two types of full screen modes. By default, MacVim uses macOS'
335
346
native full screen functionality, which creates a separate space in Mission
336
347
Control. MacVim also provides a non-native full screen mode, which can be set
0 commit comments