Hi, On Sat, Apr 30, 2022 at 3:24 AM bfrg <[email protected]> wrote:
> I think the documentation in :h autocmd_delete() is outdated. > > In the examples of autocmd_delete() the function is called with the entry > 'delete' which doesn't exist. > I have updated the examples for autocmd_delete() to remove the 'delete" item. > And what is the purpose of nested or once in autocmd_delete()? Aren't > these options only useful for autocmd_add()? > > > These are optional items. You can get a list of autocmds using the autocmd_get() function and pass the list to autocmd_delete() to remove the autocmds. In this case, these items will be present. - Yegappan -- -- 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/CAAW7x7m0kHNOFAtRTL3-B5Q8fvAJB%2B6QOK5Fwn19rJF78UN_2Q%40mail.gmail.com.
