mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-26 21:55:45 +01:00
Fix ${VAR} formatting in :help :set_env.
This commit is contained in:
@@ -255,7 +255,7 @@
|
|||||||
<p tag="expand-environment-var expand-env :set_env">
|
<p tag="expand-environment-var expand-env :set_env">
|
||||||
Environment variables are expanded for path options like <o>cdpath</o> and
|
Environment variables are expanded for path options like <o>cdpath</o> and
|
||||||
<o>runtimepath</o>. The variable notation is <em>$VAR</em> (terminated by a non-word
|
<o>runtimepath</o>. The variable notation is <em>$VAR</em> (terminated by a non-word
|
||||||
character) or <em>$<a>VAR</a></em>. <em>%VAR%</em> is also supported on Windows.
|
character) or <em>${VAR}</em>. <em>%VAR%</em> is also supported on Windows.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2 tag="&dactyl.host;-options preferences">Setting &dactyl.host; options</h2>
|
<h2 tag="&dactyl.host;-options preferences">Setting &dactyl.host; options</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user