mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-23 13:33:32 +01:00
Fix Windows platform detection.
--HG-- extra : rebase_source : 22fa7cb45e3571c2fd4fe527121c50ceac249b25
This commit is contained in:
@@ -1165,7 +1165,7 @@
|
||||
<tags>'shell' 'sh'</tags>
|
||||
<spec>'shell' 'sh'</spec>
|
||||
<type>string</type>
|
||||
<default type="plain"><em>$SHELL</em> or <str>sh</str>, Win32: <str>cmd.exe</str></default>
|
||||
<default type="plain"><em>$SHELL</em> or <str>sh</str>, Windows: <str>cmd.exe</str></default>
|
||||
<description>
|
||||
<p>Shell to use for executing <ex>:!</ex> and <ex>:run</ex> commands.</p>
|
||||
</description>
|
||||
@@ -1177,7 +1177,7 @@
|
||||
<spec>'shellcmdflag' 'shcf'</spec>
|
||||
<strut/>
|
||||
<type>string</type>
|
||||
<default type="plain"><str>-c</str>, Win32: <str>/c</str></default>
|
||||
<default type="plain"><str>-c</str>, Windows: <str>/c</str></default>
|
||||
<description>
|
||||
<p>Flag passed to shell when executing <ex>:!</ex> and <ex>:run</ex> commands.</p>
|
||||
</description>
|
||||
|
||||
Reference in New Issue
Block a user