neovim/test/functional
zeertzjq 7abfb1f86e vim-patch:8.2.2949: tests failing because no error for float to string conversion
Problem:    Tests failing because there is no error for float to string
            conversion.
Solution:   Change the check for failure to check for correct result.  Make
            some conversions strict in Vim9 script.

3cfa5b16b0

Co-authored-by: Bram Moolenaar <Bram@vim.org>
2023-06-12 13:27:16 +08:00
..
api feat: report "build" in vim.version() #23925 2023-06-11 14:57:23 -07:00
autocmd fix(events)!: trigger CursorMoved later on switching window (#23711) 2023-06-04 09:09:22 +08:00
core fix(remote): restore previous --remote-expr output formatting (#23988) 2023-06-11 22:12:32 +08:00
editor refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
ex_cmds fix(remote): make --remote-expr print to stdout (#23980) 2023-06-11 15:29:51 +08:00
fixtures feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
legacy vim-patch:8.2.2949: tests failing because no error for float to string conversion 2023-06-12 13:27:16 +08:00
lua feat: tostring(vim.version()) 2023-06-12 01:14:33 +02:00
options fix(NVIM_APPNAME): show error message if $NVIM_APPNAME is invalid 2023-05-28 16:04:54 +02:00
plugin feat(lsp): add handlers for inlay hints (#23736) 2023-06-11 11:53:37 +02:00
provider vim-patch:9.0.1588: Incsearch not triggered when pasting clipboard register (#23817) 2023-05-30 07:18:12 +08:00
shada test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
terminal feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
treesitter feat(lua): rename vim.loop -> vim.uv (#22846) 2023-06-03 12:06:00 +02:00
ui feat(diff): grouping optimization for linematch algorithm 2023-06-07 13:29:23 +01:00
vimscript vim-patch:8.2.2949: tests failing because no error for float to string conversion 2023-06-12 13:27:16 +08:00
example_spec.lua
helpers.lua docs(powershell): use tee.exe instead of Tee-Object 2023-04-22 12:04:05 +02:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00