neovim/test/functional
Justin M. Keyes bb3a0099c6 os/fs: introduce os_fopen()
Windows: Using fopen() directly may need UTF-16 filepath conversion. To
achieve that, os_fopen() goes through os_open().

fix #10586
2019-07-25 22:32:23 +02:00
..
api api/lua: make nvim_execute_lua use native lua floats, not special tables 2019-07-01 18:44:58 +02:00
autocmd Fix missing CursorHoldI events (#3758) 2019-07-16 01:35:43 +02:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core os/fs: introduce os_fopen() 2019-07-25 22:32:23 +02:00
eval Checks for overflow when parsing string to int 2019-07-24 21:43:04 -04:00
ex_cmds tests: AppVeyor: fix test/functional/ex_cmds/arg_spec.lua (#10598) 2019-07-24 09:31:46 +02:00
fixtures shell-test: fix REP for count larger than uint8_t (#10581) 2019-07-22 20:49:45 +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 tests: loop_spec: retry (#10413) 2019-07-04 16:42:10 +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 man.vim: Handle ANSI escape sequences with ":" #10267 2019-06-30 15:25:49 +02:00
provider messages: use proper multiline error message for rpcrequest and API wrappers 2019-05-26 15:42:16 +02:00
shada jumplist: avoid extra tail entry #9805 2019-04-02 00:50:28 +02:00
terminal tests: make TERM=interix test pending (#10576) 2019-07-22 18:49:37 +02:00
ui tests: fix/improve Screen:expect_unchanged (#10577) 2019-07-24 02:50:24 +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 defaults: wildoptions=pum,tagfile #10384 2019-07-01 23:59:24 +02:00
preload.lua