neovim/test/functional
bfredl 50a03c0e99 fix(treesitter): fix another TSNode:tree() double free
Unfortunately the gc=false objects can refer to a dangling tree if the
gc=true tree was freed first. This reuses the same tree object as the
node itself is keeping alive via the uservalue of the node userdata.
(wrapped in a table due to lua 5.1 restrictions)
2023-08-29 11:35:46 +02:00
..
api fix(api): better topline adjustments in nvim_buf_set_lines 2023-08-29 09:26:15 +02:00
autocmd test: add some tests for SafeState autocommand 2023-08-21 14:16:16 +08:00
core feat(remote): avoid --remote-ui infinite loop (#24465) 2023-08-13 14:14:08 +08:00
editor fix(folds): update folds in Insert mode with fdm=indent (#24402) 2023-07-21 08:56:08 +08:00
ex_cmds fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
fixtures feat(lsp): map K to hover by default #24331 2023-07-14 09:47:18 -07:00
legacy fix(ui): wrong cursor position with left gravity inline virt text at eol 2023-08-28 05:51:01 +08:00
lua vim-patch:9.0.1710: scrolloff options work slightly different 2023-08-23 18:24:14 +08:00
options test(options/defaults_spec): fix NVIM_APPNAME test flakiness (#24553) 2023-08-04 10:37:47 +08:00
plugin fix(editorconfig): do not set 'endofline' 2023-08-27 19:27:25 +01:00
provider fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
shada test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
terminal fix(terminal): handle horizontal scrolling in another window (#24828) 2023-08-21 23:19:12 +08:00
treesitter fix(treesitter): fix another TSNode:tree() double free 2023-08-29 11:35:46 +02:00
ui vim-patch:9.0.1802: Multiline regex with Visual selection fails with virtual text 2023-08-28 06:10:36 +08:00
vimscript vim-patch:9.0.1779: Need more state() tests (#24840) 2023-08-23 06:42:10 +08:00
example_spec.lua
helpers.lua fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
preload.lua test: remove unused variable (#21552) 2022-12-29 07:20:42 +08:00