Skip to content

Commit 412824b

Browse files
committed
descript 2nd arg of system()
1 parent 73d2d50 commit 412824b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/vimmagazine/2017-01-31-vimmagazine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Vim Magazine 2017 年 1 月号
1111

1212
## 今月の新機能
1313

14-
* 8.0.0151: `system()``systemlist()` の第 2 引数にバッファ番号を渡せるようになりました。
14+
* 8.0.0151: `system()``systemlist()` の第 2 引数にバッファ番号を渡せるようになりました。ここで指定されたバッファの内容は、`system()` で 起動するプロセスへ標準入力として引き渡されます。
1515
* 8.0.0157: `:syntax spell``:syntax sync` で補完が効くようになりました。
1616
* 8.0.0171: `js_decode()` がシングルクォート(')で囲まれた文字列をサポートしました。
1717
* 8.0.0175: オフィシャルで頒布している [Windows 版 Gvim](https://github.com/vim/vim-win32-installer/releases)の言語設定が反映されない件を修正しました。

0 commit comments

Comments
 (0)