summaryrefslogtreecommitdiff
path: root/src/testdir/test_environ.vim
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1462: MS-Windows: using special character requires quotingv8.1.1462Bram Moolenaar2019-06-041-1/+1
| | | | | Problem: MS-Windows: using special character requires quoting. Solution: Add quotes. (Ken Takata)
* patch 8.1.1461: tests do not run or are not reliable on some systemsv8.1.1461Bram Moolenaar2019-06-031-1/+1
| | | | | | | | Problem: Tests do not run or are not reliable on some systems. Solution: Use "findstr" instead of "grep" on MS-Windows. Clear PROMPT_COMMAND in the terminal test. Delete temp file. Wait for output after executing a debug command. (Yegappan Lakshmanan, closes #4479)
* patch 8.1.1305: there is no easy way to manipulate environment variablesv8.1.1305Bram Moolenaar2019-05-091-0/+44
Problem: There is no easy way to manipulate environment variables. Solution: Add environ(), getenv() and setenv(). (Yasuhiro Matsumoto, closes #2875)