Hi, On Tue, Feb 13, 2018 at 6:59 AM, lacygoill <[email protected]> wrote: > > As for getchangelist(), I don't know what is the best choice. I guess > whatever is the most consistent with other functions. >
For the record, I looked at all the Vim functions that accept a buffer number or a buffer name. The following functions accept a buffer number/name along with the special characters "%", "#" and "": bufname(), bufnr(), bufwinid(), bufwinnr(), getbufinfo(), getbufline(), getbufvar(), getchangelist(), setbufline() and setbufvar(). The following functions accept a buffer number or name (but doesn't accept the special characters): bufexists(), buflisted() and bufloaded(). - 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]. For more options, visit https://groups.google.com/d/optout.
