|
1 |
| -*tagsrch.txt* For Vim version 9.1. Last change: 2024 Mar 03 |
| 1 | +*tagsrch.txt* For Vim version 9.1. Last change: 2024 Mar 16 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -407,23 +407,23 @@ the pattern.
|
407 | 407 | *tag-!*
|
408 | 408 | If the tag is in the current file this will always work. Otherwise the
|
409 | 409 | performed actions depend on whether the current file was changed, whether a !
|
410 |
| -is added to the command and on the 'autowrite' option: |
| 410 | +is added to the command and on the 'autowrite' and 'winfixbuf' options: |
411 | 411 |
|
412 |
| - tag in file autowrite ~ |
413 |
| -current file changed ! winfixbuf option action ~ |
| 412 | + tag in file winfixbuf autowrite ~ |
| 413 | +current file changed ! option option action ~ |
414 | 414 | -----------------------------------------------------------------------------
|
415 |
| - yes x x no x goto tag |
416 |
| - no no x no x read other file, goto tag |
417 |
| - no yes yes no x abandon current file, |
| 415 | + yes x x off x goto tag |
| 416 | + no no x off x read other file, goto tag |
| 417 | + no yes yes off x abandon current file, |
418 | 418 | read other file, goto tag
|
419 |
| - no yes no no on write current file, |
| 419 | + no yes no off on write current file, |
420 | 420 | read other file, goto tag
|
421 |
| - no yes no no off fail |
422 |
| - yes x yes x x goto tag |
423 |
| - no no no yes x fail |
424 |
| - no yes no yes x fail |
425 |
| - no yes no yes on fail |
426 |
| - no yes no yes off fail |
| 421 | + no yes no off off fail |
| 422 | + yes x yes x x goto tag |
| 423 | + no no no on x fail |
| 424 | + no yes no on x fail |
| 425 | + no yes no on on fail |
| 426 | + no yes no on off fail |
427 | 427 | -----------------------------------------------------------------------------
|
428 | 428 |
|
429 | 429 | - If the tag is in the current file, the command will always work.
|
|
0 commit comments