xonsh/news/subshell.rst
Anthony Scopatz b7d57b696a added news
2017-02-25 21:32:47 -05:00

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