summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_environ.vim
AgeCommit message (Collapse)Author
2019-09-06patch 8.1.1993: more functions can be used as methodsv8.1.1993Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-08-24patch 8.1.1925: more functions can be used as methodsv8.1.1925Bram Moolenaar
Problem: More functions can be used as methods. Solution: Make various functions usable as a method.
2019-06-04patch 8.1.1462: MS-Windows: using special character requires quotingv8.1.1462Bram Moolenaar
Problem: MS-Windows: using special character requires quoting. Solution: Add quotes. (Ken Takata)
2019-06-03patch 8.1.1461: tests do not run or are not reliable on some systemsv8.1.1461Bram Moolenaar
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)
2019-05-09patch 8.1.1305: there is no easy way to manipulate environment variablesv8.1.1305Bram Moolenaar
Problem: There is no easy way to manipulate environment variables. Solution: Add environ(), getenv() and setenv(). (Yasuhiro Matsumoto, closes #2875)