comparison src/testdir/Make_all.mak @ 16604:1e0a5f09fdf1 v8.1.1305

patch 8.1.1305: there is no easy way to manipulate environment variables commit https://github.com/vim/vim/commit/691ddeefb545d8488e5a495af61caba2e57b3de9 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 9 14:52:41 2019 +0200 patch 8.1.1305: there is no easy way to manipulate environment variables Problem: There is no easy way to manipulate environment variables. Solution: Add environ(), getenv() and setenv(). (Yasuhiro Matsumoto, closes #2875)
author Bram Moolenaar <Bram@vim.org>
date Thu, 09 May 2019 15:00:07 +0200
parents 6f52e82d9d4e
children 4790302965fc
comparison
equal deleted inserted replaced
16603:83e535d7e403 16604:1e0a5f09fdf1
102 test_display \ 102 test_display \
103 test_edit \ 103 test_edit \
104 test_erasebackword \ 104 test_erasebackword \
105 test_escaped_glob \ 105 test_escaped_glob \
106 test_eval_stuff \ 106 test_eval_stuff \
107 test_environ \
107 test_ex_equal \ 108 test_ex_equal \
108 test_ex_undo \ 109 test_ex_undo \
109 test_ex_z \ 110 test_ex_z \
110 test_exec_while_if \ 111 test_exec_while_if \
111 test_execute_func \ 112 test_execute_func \
318 test_debugger.res \ 319 test_debugger.res \
319 test_diffmode.res \ 320 test_diffmode.res \
320 test_digraph.res \ 321 test_digraph.res \
321 test_display.res \ 322 test_display.res \
322 test_edit.res \ 323 test_edit.res \
324 test_environ.res \
323 test_erasebackword.res \ 325 test_erasebackword.res \
324 test_escaped_glob.res \ 326 test_escaped_glob.res \
325 test_eval_stuff.res \ 327 test_eval_stuff.res \
326 test_exec_while_if.res \ 328 test_exec_while_if.res \
327 test_exists.res \ 329 test_exists.res \