comparison runtime/doc/eval.txt @ 11105:7c7e496e625d v8.0.0440

patch 8.0.0440: not enough test coverage in Insert mode commit https://github.com/vim/vim/commit/eb992cb90fd79c77ad2743459ac898e6ac3de939 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 9 18:20:16 2017 +0100 patch 8.0.0440: not enough test coverage in Insert mode Problem: Not enough test coverage in Insert mode. Solution: Add lots of tests. Add test_override(). (Christian Brabandt, closes #1521)
author Christian Brabandt <cb@256bit.org>
date Thu, 09 Mar 2017 18:30:07 +0100
parents 1218c5353e2b
children d0a20101ecb2
comparison
equal deleted inserted replaced
11104:c6f6c6262418 11105:7c7e496e625d
2358 tanh({expr}) Float hyperbolic tangent of {expr} 2358 tanh({expr}) Float hyperbolic tangent of {expr}
2359 tempname() String name for a temporary file 2359 tempname() String name for a temporary file
2360 test_alloc_fail({id}, {countdown}, {repeat}) 2360 test_alloc_fail({id}, {countdown}, {repeat})
2361 none make memory allocation fail 2361 none make memory allocation fail
2362 test_autochdir() none enable 'autochdir' during startup 2362 test_autochdir() none enable 'autochdir' during startup
2363 test_disable_char_avail({expr}) none test without typeahead
2364 test_garbagecollect_now() none free memory right now for testing 2363 test_garbagecollect_now() none free memory right now for testing
2365 test_ignore_error({expr}) none ignore a specific error 2364 test_ignore_error({expr}) none ignore a specific error
2366 test_null_channel() Channel null value for testing 2365 test_null_channel() Channel null value for testing
2367 test_null_dict() Dict null value for testing 2366 test_null_dict() Dict null value for testing
2368 test_null_job() Job null value for testing 2367 test_null_job() Job null value for testing
2369 test_null_list() List null value for testing 2368 test_null_list() List null value for testing
2370 test_null_partial() Funcref null value for testing 2369 test_null_partial() Funcref null value for testing
2371 test_null_string() String null value for testing 2370 test_null_string() String null value for testing
2371 test_override({expr}, {val}) none test with Vim internal overrides
2372 test_settime({expr}) none set current time for testing 2372 test_settime({expr}) none set current time for testing
2373 timer_info([{id}]) List information about timers 2373 timer_info([{id}]) List information about timers
2374 timer_pause({id}, {pause}) none pause or unpause a timer 2374 timer_pause({id}, {pause}) none pause or unpause a timer
2375 timer_start({time}, {callback} [, {options}]) 2375 timer_start({time}, {callback} [, {options}])
2376 Number create a timer 2376 Number create a timer