|
1 | | -*testing.txt* For Vim version 9.1. Last change: 2024 May 03 |
| 1 | +*testing.txt* For Vim version 9.1. Last change: 2024 May 05 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -365,32 +365,32 @@ test_override({name}, {val}) *test_override()* |
365 | 365 | {name} effect when {val} is non-zero ~ |
366 | 366 | alloc_lines make a copy of every buffer line into allocated |
367 | 367 | memory, so that memory access errors can be found |
368 | | - by valgrind |
| 368 | + by valgrind. |
369 | 369 | autoload `import autoload` will load the script right |
370 | | - away, not postponed until an item is used |
371 | | - char_avail disable the char_avail() function |
| 370 | + away, not postponed until an item is used. |
| 371 | + char_avail disable the char_avail() function. |
372 | 372 | defcompile all the |:def| functions in a sourced script are |
373 | 373 | compiled when defined. This is similar to using |
374 | 374 | the |:defcompile| command in a script. |
375 | 375 | nfa_fail makes the NFA regexp engine fail to force a |
376 | | - fallback to the old engine |
| 376 | + fallback to the old engine. |
377 | 377 | no_query_mouse do not query the mouse position for "dec" |
378 | | - terminals |
| 378 | + terminals. |
379 | 379 | no_wait_return set the "no_wait_return" flag. Not restored |
380 | 380 | with "ALL". |
381 | | - redraw disable the redrawing() function |
382 | | - redraw_flag ignore the RedrawingDisabled flag |
383 | | - starting reset the "starting" variable, see below |
| 381 | + redraw disable the redrawing() function. |
| 382 | + redraw_flag ignore the RedrawingDisabled flag. |
| 383 | + starting reset the "starting" variable, see below. |
384 | 384 | term_props reset all terminal properties when the version |
385 | | - string is detected |
| 385 | + string is detected. |
386 | 386 | ui_delay time in msec to use in ui_delay(); overrules a |
387 | | - wait time of up to 3 seconds for messages |
388 | | - unreachable no error for code after `:throw` and `:return` |
389 | | - uptime overrules sysinfo.uptime |
| 387 | + wait time of up to 3 seconds for messages. |
| 388 | + unreachable no error for code after `:throw` and `:return`. |
| 389 | + uptime overrules sysinfo.uptime. |
390 | 390 | vterm_title setting the window title by a job running in a |
391 | | - terminal window |
| 391 | + terminal window. |
392 | 392 | ALL clear all overrides, except alloc_lines ({val} is |
393 | | - not used) |
| 393 | + not used). |
394 | 394 |
|
395 | 395 | "starting" is to be used when a test should behave like |
396 | 396 | startup was done. Since the tests are run by sourcing a |
|
0 commit comments