diff options
Diffstat (limited to 'test/old/testdir/test_search.vim')
-rw-r--r-- | test/old/testdir/test_search.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_search.vim b/test/old/testdir/test_search.vim index b62c2b2e5f..cd36f56f17 100644 --- a/test/old/testdir/test_search.vim +++ b/test/old/testdir/test_search.vim @@ -1449,6 +1449,7 @@ endfunc " Test that there is no crash when there is a last search pattern but no last " substitute pattern. func Test_no_last_substitute_pat() + throw 'Skipped: TODO: ' " Use viminfo to set the last search pattern to a string and make the last " substitute pattern the most recent used and make it empty (NULL). call writefile(['~MSle0/bar', '~MSle0~&'], 'Xviminfo', 'D') |