Franklin, Jason <[email protected]> wrote: > diff --git a/runtime/doc/version8.txt b/runtime/doc/version8.txt > index 0e7c2b7f9..5c0b98898 100644 > --- a/runtime/doc/version8.txt > +++ b/runtime/doc/version8.txt > @@ -306,7 +306,7 @@ New and extended functions: ~ > |systemlist()| get the result of a shell command as a list > |test_alloc_fail()| make memory allocation fail > |test_autochdir()| test 'autochdir' functionality > -test_disable_char_avail() test without typeahead (removed later) > +|test_disable_char_avail()| test without typeahead (removed later) > |test_garbagecollect_now()| free memory right now > |test_null_channel()| return a null Channel > |test_null_dict()| return a null Dict
I think that not having |…| was intentional since test_garbagecollect_now() was removed and there is nothing to link to. But then we should probably remove this line entirely from version8.txt. Regards Dominique -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAON-T_hNAzMbh5s6fxT7B-y%2BoNBzjhk%3DwmcPew4fxV_8chOmjQ%40mail.gmail.com.
