neovim/test/functional
Björn Linse 6ee05536ca api/lua: make nvim_execute_lua use native lua floats, not special tables
Rationale: the purpose of nvim_execute_lua is to simply call lua code with lua
values. If a lua function expects a floating point value, it should be enough
to specify a float as argument to nvim_execute_lua.

However, make sure to preserve the existing roundtripping behavior of
API values when using `vim.api` functions. This is covered by existing
lua/api_spec.lua tests.
2019-07-01 18:44:58 +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 messages: use proper multiline error message for rpcrequest and API wrappers 2019-05-26 15:42:16 +02:00
cmdline cmdline: CTRL-R: Omit trailing <CR>. 2017-02-18 23:24:35 +01:00
core channel: refactor events, prevent recursive invocation of events 2019-06-18 10:49:38 +02:00
eval tests: fix flaky "timers can be stopped from the handler" (#10364) 2019-06-29 17:53:09 +02:00
ex_cmds :ls : show "R", "F" for terminal-jobs #10370 2019-06-29 21:03:38 +02:00
fixtures test/env: multibyte env var to child process 2019-02-28 22:40:11 +01: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.1.0211: expanding a file name "~" results in $HOME 2019-05-25 20:36:01 -04:00
lua make vim.loop == require'luv' 2019-06-30 15:16:32 +02:00
normal build: update some test dependencies (#10339) 2019-06-29 22:25:00 +02:00
options lua/shared: move table util funcs to vim.shared 2019-05-18 21:07:30 +02: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 getchar: Handle incomplete <Paste> in typeahead buffer #10311 2019-06-24 00:28:04 +02:00
ui Merge pull request #10344 from bfredl/extcmdredraw 2019-06-26 10:47:18 +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 libluv: use luv_set_callback to control callback execution 2019-06-30 13:13:08 +02:00
preload.lua