neovim/test/functional
Justin M. Keyes 278c5d452c
win/os_env_exists(): workaround libuv bug #10734
os_env_exists() fails on MSVC build:
    os_env_exists:104: uv_os_getenv(EMPTY_VAR) failed: -4094 UNKNOWN

- Revert 396a3945c4
- HACK: Windows: return TRUE if uv_os_getenv() returns UV_UNKNOWN, until
  libuv bug is fixed: https://github.com/libuv/libuv/issues/2413

ref 396a3945c4 (r34642361)
2019-08-10 11:48:36 +02:00
..
api test: isCI(): add "name" parameter 2019-08-05 04:02:41 +02:00
autocmd tests: fix flaky "TermClose … fast-exiting terminal job stops" 2019-08-05 03:52:17 +02:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core channels: reflect exit due to signals in exit status code (#10573) 2019-08-09 15:34:06 +02:00
eval win/os_env_exists(): workaround libuv bug #10734 2019-08-10 11:48:36 +02:00
ex_cmds test: isCI(): add "name" parameter 2019-08-05 04:02:41 +02:00
fixtures tests: output_spec: use shell-test REP_NODELAY (#10726) 2019-08-08 16:02:28 +02:00
insert normal: Don't exit CTRL-O mode after processing K_EVENT 2019-06-04 13:59:43 +02:00
legacy vim-patch:8.0.1738: ":args" output is hard to read 2019-07-24 06:09:28 +02:00
lua lua: minimal UTF-16 support needed for LSP 2019-08-08 20:10:14 +02:00
normal Merge #10596 'vim-patch:8.1.{899,903,905,907,908,910,913,1746}' 2019-07-25 12:00:08 +02:00
options vim-patch:8.1.1614: 'numberwidth' can only go up to 10 2019-07-05 21:26:46 -04:00
plugin Fix lualint: remove unused var 2019-08-07 14:20:23 +02:00
provider provider: check #Call() if g:loaded_xx_provider=2 2019-08-04 13:23:46 +02:00
shada test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
terminal tests: make TERM=interix test pending (#10576) 2019-07-22 18:49:37 +02:00
ui test/cmdline_spec: adjust "no-op" 2019-08-10 11:46:26 +02:00
viml tests: adjust to latest Vim patches 2019-05-05 14:05:25 +02:00
example_spec.lua vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757 2019-03-19 12:24:41 +01:00
helpers.lua tests/functional: expect_msg_seq: use load_adjust (#10727) 2019-08-09 15:32:38 +02:00
preload.lua