neovim/test/functional/vimscript
zeertzjq 387c5ba3de
revert: "memory: Free buffers after freeing variables" (#26356)
This reverts commit fe30d8ccef.

The original commit intends to prevent heap-use-after-free with EXITFREE
caused by changedtick_di, which is no longer a problem.

Freeing buffers after freeing variables will cause heap-use-after-free
with EXITFREE when a partial is used as prompt callback.
2023-12-02 09:55:11 +08:00
..
api_functions_spec.lua feat(api): allow win_hide to close cmdwin or non-previous windows 2023-07-26 20:44:46 +01:00
buf_functions_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00
changedtick_spec.lua
container_functions_spec.lua docs: fix typos (#20394) 2022-09-30 09:53:52 +02:00
ctx_functions_spec.lua fix(context): don't leak memory on multiple invalid objects (#25979) 2023-11-11 13:10:26 +08:00
environ_spec.lua test: fix dependencies between test cases (#23343) 2023-04-27 15:51:44 +08:00
errorlist_spec.lua
eval_spec.lua revert: "memory: Free buffers after freeing variables" (#26356) 2023-12-02 09:55:11 +08:00
executable_spec.lua test: fix dependencies between test cases (#23343) 2023-04-27 15:51:44 +08:00
execute_spec.lua vim-patch:8.2.2949: tests failing because no error for float to string conversion 2023-06-12 13:27:16 +08:00
exepath_spec.lua test: exepath() returns correct path with cmd.exe, powershell #21928 2023-01-26 03:06:29 -08:00
fnamemodify_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
functions_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
getline_spec.lua
glob_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
has_spec.lua feat(ui): restore has('gui_running') 2023-02-27 19:50:59 +01:00
hostname_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
input_spec.lua fix(messages): use "Vimscript" instead of "VimL" #24111 2023-06-22 04:09:14 -07:00
json_functions_spec.lua refactor(options): deprecate nvim[_buf|_win]_[gs]et_option 2023-05-21 15:14:01 +06:00
lang_spec.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
let_spec.lua fix(:let): fix error when applying operator to boolean option (#24030) 2023-06-15 12:36:21 +08:00
map_functions_spec.lua vim-patch:8.2.4932: not easy to filter the output of maplist() 2023-11-09 21:34:04 +08:00
match_functions_spec.lua
minmax_functions_spec.lua
modeline_spec.lua
msgpack_functions_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
null_spec.lua vim-patch:8.2.3064: Vim9: in script cannot set item in uninitialized list (#25605) 2023-10-12 07:38:56 +08:00
operators_spec.lua
printf_spec.lua
reltime_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
screenchar_spec.lua fix(float): make screen*() functions respect floating windows 2022-06-23 10:34:02 +03:00
screenpos_spec.lua fix(plines): folded lines with virt_lines attached to line above 2023-06-05 08:45:32 +08:00
server_spec.lua refactor(tests): lift retry() into assert_log() 2023-01-17 00:19:30 +01:00
setpos_spec.lua test: correct order of arguments to eq() and neq() 2022-04-26 11:38:58 +08:00
sort_spec.lua
special_vars_spec.lua fix(typval): don't treat v:null as truthy (#23281) 2023-04-23 17:44:08 +08:00
state_spec.lua vim-patch:9.0.1779: Need more state() tests (#24840) 2023-08-23 06:42:10 +08:00
string_spec.lua
system_spec.lua fix(tests): set SHELL=sh #24941 2023-09-11 10:01:00 -07:00
timer_spec.lua test: make expect_unchanged() less confusing (#22255) 2023-02-15 07:26:55 +08:00
uniq_spec.lua
vvar_event_spec.lua
wait_spec.lua
writefile_spec.lua vim-patch:8.2.2949: tests failing because no error for float to string conversion 2023-06-12 13:27:16 +08:00