forked from aniani/vim
patch 8.2.0250: test_clear_search_pat() is unused
Problem: test_clear_search_pat() is unused. Solution: Remove the function. (Yegappan Lakshmanan, closes #5624)
This commit is contained in:
@@ -2848,7 +2848,6 @@ term_wait({buf} [, {time}]) Number wait for screen to be updated
|
||||
test_alloc_fail({id}, {countdown}, {repeat})
|
||||
none make memory allocation fail
|
||||
test_autochdir() none enable 'autochdir' during startup
|
||||
test_clear_search_pat() none clears the last used search pattern
|
||||
test_feedinput({string}) none add key sequence to input buffer
|
||||
test_garbagecollect_now() none free memory right now for testing
|
||||
test_garbagecollect_soon() none free memory soon for testing
|
||||
|
||||
@@ -52,11 +52,6 @@ test_autochdir() *test_autochdir()*
|
||||
startup has finished.
|
||||
|
||||
|
||||
test_clear_search_pat() *test_clear_search_pat()*
|
||||
Clears the last used search pattern (|/|) and the substitute
|
||||
pattern (|:s|). This is useful for testing conditions where
|
||||
these patterns are not set previously.
|
||||
|
||||
test_feedinput({string}) *test_feedinput()*
|
||||
Characters in {string} are queued for processing as if they
|
||||
were typed by the user. This uses a low level input buffer.
|
||||
|
||||
@@ -963,7 +963,6 @@ Testing: *test-functions*
|
||||
assert_report() report a test failure
|
||||
test_alloc_fail() make memory allocation fail
|
||||
test_autochdir() enable 'autochdir' during startup
|
||||
test_clear_search_pat() clears the last used search pattern
|
||||
test_override() test with Vim internal overrides
|
||||
test_garbagecollect_now() free memory right now
|
||||
test_getvalue() get value of an internal variable
|
||||
|
||||
Reference in New Issue
Block a user