Hi, On Sun, Jan 8, 2017 at 4:26 AM, Bram Moolenaar <[email protected]> wrote: > > Patch 8.0.0151 > Problem: To pass buffer content to system() and systemlist() one has to > first create a string or list. > Solution: Allow passing a buffer number. (LemonBoy, closes #1240) >
Currently only the entire buffer can be used to the external command. Does it make sense to also support specifying a range of lines to be passed to the command? The default is the entire buffer. - 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.
