comparison runtime/doc/usr_41.txt @ 19308:6fd567c927c0 v8.2.0212

patch 8.2.0212: missing search/substitute pattern hardly tested Commit: https://github.com/vim/vim/commit/07ada5ff2fd8f22ed3233ae5c4ddf87c7b3f56fe Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 5 20:38:22 2020 +0100 patch 8.2.0212: missing search/substitute pattern hardly tested Problem: Missing search/substitute pattern hardly tested. Solution: Add test_clear_search_pat() and tests. (Yegappan Lakshmanan, closes #5579)
author Bram Moolenaar <Bram@vim.org>
date Wed, 05 Feb 2020 20:45:04 +0100
parents ccd16426a1f9
children 6c944fee0d7e
comparison
equal deleted inserted replaced
19307:95f6fdf33667 19308:6fd567c927c0
961 assert_beeps() assert that a command beeps 961 assert_beeps() assert that a command beeps
962 assert_fails() assert that a command fails 962 assert_fails() assert that a command fails
963 assert_report() report a test failure 963 assert_report() report a test failure
964 test_alloc_fail() make memory allocation fail 964 test_alloc_fail() make memory allocation fail
965 test_autochdir() enable 'autochdir' during startup 965 test_autochdir() enable 'autochdir' during startup
966 test_clear_search_pat() clears the last used search pattern
966 test_override() test with Vim internal overrides 967 test_override() test with Vim internal overrides
967 test_garbagecollect_now() free memory right now 968 test_garbagecollect_now() free memory right now
968 test_getvalue() get value of an internal variable 969 test_getvalue() get value of an internal variable
969 test_ignore_error() ignore a specific error message 970 test_ignore_error() ignore a specific error message
970 test_null_blob() return a null Blob 971 test_null_blob() return a null Blob