-*builtin.txt* For Vim version 9.1. Last change: 2025 Nov 27
+*builtin.txt* For Vim version 9.1. Last change: 2025 Nov 28
VIM REFERENCE MANUAL by Bram Moolenaar
The entries are in the order the changes were made, thus the
most recent change is at the end.
- Because of the third trigger reason for triggering a callback
- listed above, the line numbers passed to the callback are not
- guaranteed to be valid. If this is a problem then make
+ Because of the third reason for triggering a callback listed
+ above, the line numbers passed to the callback are not
+ guaranteed to be valid. In particular, the end value can be
+ greater than line('$') + 1. If this is a problem then make
{unbuffered} |TRUE|.
When {unbuffered} is |TRUE| the {callback} is invoked for every