Dominique wrote:
> 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. Right, there is no such tag. The function is mentioned in the individual patches, listing it here doesn't serve a purpose, let's just remove it. -- 'Well, here's something to occupy you and keep your mind off things.' 'It won't work, I have an exceptionally large mind.' -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy" /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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/202002042208.014M8jhW017900%40masaka.moolenaar.net.
