]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1305: there is no easy way to manipulate environment variables v8.1.1305
authorBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 12:52:41 +0000 (14:52 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 May 2019 12:52:41 +0000 (14:52 +0200)
commit691ddeefb545d8488e5a495af61caba2e57b3de9
tree4fc05bf8d9ad408b60d1c127b541869ac0f5f8ed
parent68cbb14bae1013702270b25e886b5ee09e07575a
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)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/testdir/Make_all.mak
src/testdir/test_environ.vim [new file with mode: 0644]
src/version.c