| commit | 57ebe6e2f94edad6adc43246d98919e728095211 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Sat Apr 05 18:55:46 2014 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 05 18:55:46 2014 +0200 |
| tree | 7dc2718ae060133f59a57c82835e359defa05dfc | |
| parent | 4ed89cdf41cf3d509fd30e6f7c577a7c090679a9 [diff] |
updated for version 7.4.247
Problem: When passing input to system() there is no way to keep NUL and
NL characters separate.
Solution: Optionally use a list for the system() input. (ZyX)