mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
added news
This commit is contained in:
parent
4b304b1763
commit
b7d57b696a
1 changed files with 18 additions and 0 deletions
18
news/subshell.rst
Normal file
18
news/subshell.rst
Normal file
|
@ -0,0 +1,18 @@
|
|||
**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
|
Loading…
Add table
Reference in a new issue