Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215) | dundargoc | 2022-09-18 |
| | | | | | | | Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes vim/vim#3932) https://github.com/vim/vim/commit/4f97475d326c2773a78561fb874e4f23c25cbcd9 | ||
* | tests: let_spec: enable "multibyte env var to child process" (#11233) | Daniel Hahler | 2019-10-18 |
| | |||
* | test/env: multibyte env var to child process | erw7 | 2019-02-28 |
Note: the test fails on non-Windows CI (Travis linux, Quickbuild bsd): even on master before the env.c changes in this patch-series. Maybe the unix part of printenv-test.c needs to be revisited. Signed-off-by: Justin M. Keyes <justinkz@gmail.com> |