1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 14:24:11 +01:00

Fix ${VAR} formatting in :help :set_env.

This commit is contained in:
Doug Kearns
2010-10-13 11:30:42 +11:00
parent b5d37b8ae4
commit bc13f88243

View File

@@ -255,7 +255,7 @@
<p tag="expand-environment-var expand-env :set_env">
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
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>
<h2 tag="&dactyl.host;-options preferences">Setting &dactyl.host; options</h2>