vimspector/tests/lib
Ben Jackson 30eec0d93c Fix variable substitution for multiple defaulted vars
The problem was that the python regex engine is strictly left-to-right,
so matching `[^}]|\\}` against \\}} meant that the `\\` was consumed by
the left of the `|`. The solution is to just switch them around.

Also add a way to run python tests from within vim, so we can actually
test this stuff.
2021-02-06 20:55:24 +00:00
..
autoload/vimspector/test Add "run to cursor" support 2020-10-23 22:53:04 +01:00
plugin Redraw the screen each 20 retries 2020-11-22 14:13:14 +00:00
run_test.vim Fix variable substitution for multiple defaulted vars 2021-02-06 20:55:24 +00:00