diff options
Diffstat (limited to 'src/scriptfile.c')
-rw-r--r-- | src/scriptfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scriptfile.c b/src/scriptfile.c index fee29712c..4df2c31fe 100644 --- a/src/scriptfile.c +++ b/src/scriptfile.c @@ -1065,7 +1065,8 @@ source_level(void *cookie) } /* - * Return the readahead line. + * Return the readahead line. Note that the pointer may become invalid when + * getting the next line, if it's concatenated with the next one. */ char_u * source_nextline(void *cookie) |