neovim/test/functional/shada
Abdelhakeem Osama 6692c0958f shada: initialize jumplist before search pattern (#10964)
Since 8b8ecf4, the shada module loads files in the jumplist to properly
clear duplicates. This can trigger some autocommands, which in turn
saves and restores search and substitute patterns, freeing the previous
strings in "spats" which are held in "wms" as well (heap-use-after-free).
To avoid this, initialize the jumplist in "wms" before search patterns.
2019-09-07 18:02:29 -07:00
..
buffers_spec.lua test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
compatibility_spec.lua test/shada: fixup for Windows backslashes #7287 2017-10-02 00:48:43 +02:00
errors_spec.lua shada: Make sure that code does not attempt to read too long items 2017-07-04 15:41:59 +03:00
helpers.lua test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
history_spec.lua shada: initialize jumplist before search pattern (#10964) 2019-09-07 18:02:29 -07:00
marks_spec.lua test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
merging_spec.lua jumplist: avoid extra tail entry #9805 2019-04-02 00:50:28 +02:00
registers_spec.lua test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
shada_spec.lua test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00
variables_spec.lua test: Minimize shada/helpers.lua #10728 2019-08-09 10:23:57 +02:00