patch 8.0.0151: passing buffer content to system() is clumsy v8.0.0151
authorBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 12:26:03 +0000 (13:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 Jan 2017 12:26:03 +0000 (13:26 +0100)
commit12c4492dd35e0cd83c8816be2ec849b836109882
tree95f4c3fe9930a7d42630659e7571175f5f2c2a22
parent7069bf18e1b1b7bc7640335e07d1022b5acc9048
patch 8.0.0151: passing buffer content to system() is clumsy

Problem:    To pass buffer content to system() and systemlist() one has to
            first create a string or list.
Solution:   Allow passing a buffer number. (LemonBoy, closes #1240)
runtime/doc/eval.txt
src/Makefile
src/evalfunc.c
src/testdir/Make_all.mak
src/testdir/test_system.vim [new file with mode: 0644]
src/version.c