> It's a great idea to address this issue, but in my opinion the > documentation can be improved. :) It should be explained what said list > consist of, and I think the reference to getline() is confusing at best. > > /lcd
There are basically two functions which return a list like this: getline() (and getbufline()) and readfile(). The only other relevant link I know is NL-used-for-Nul which does not say a word about lists. Though I was surprised: apparently “:h getline()” does not talk about replacing Nuls with NLs, while readfile() does. Neither is referencing NL-used-for-Nul. Assuming getline() does talk about replacing NLs with Nuls it seems to be a better candidate to link since both submatch() and getline() return parts of the buffer text. I will later rethink about how documentation for new capabilities should be written. -- -- 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/groups/opt_out.
