comparison src/testdir/Make_all.mak @ 10522:7232cd9f8a7c v8.0.0151

commit https://github.com/vim/vim/commit/12c4492dd35e0cd83c8816be2ec849b836109882 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 8 13:26:03 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Jan 2017 13:30:04 +0100
parents c7de1536780a
children 8f7b918da89f
comparison
equal deleted inserted replaced
10521:3dd44fd29319 10522:7232cd9f8a7c
182 test_startup.res \ 182 test_startup.res \
183 test_startup_utf8.res \ 183 test_startup_utf8.res \
184 test_stat.res \ 184 test_stat.res \
185 test_substitute.res \ 185 test_substitute.res \
186 test_syntax.res \ 186 test_syntax.res \
187 test_system.res \
187 test_textobjects.res \ 188 test_textobjects.res \
188 test_undo.res \ 189 test_undo.res \
189 test_usercommands.res \ 190 test_usercommands.res \
190 test_viminfo.res \ 191 test_viminfo.res \
191 test_viml.res \ 192 test_viml.res \