mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
18 lines
353 B
ReStructuredText
18 lines
353 B
ReStructuredText
**Added:**
|
|
|
|
* Subprocess mode now supports subshells. Place any xonsh
|
|
code between two parentheses, e.g. ``(cmd)``, to run
|
|
this command in a separate xonsh subprocess.
|
|
|
|
**Changed:** None
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:**
|
|
|
|
* Certain vim commands issue commands involving subshells,
|
|
and this is now supported.
|
|
|
|
**Security:** None
|