Dnia Niedziela, 30 Sierpnia 2015 18:35 Bram Moolenaar <[email protected]> napisał(a) > So far the keepempty argument was zero or non-zero. If we make it a > string then we can pass different flags: > 0 default - drop empty items at start and end > 1 keep all empty items > 'd' drop all empty items > 's' drop one empty item at start > 'e' drop one empty item at end > 'se' drop one empty item at start and end > > How about that?
Definitely yes for expansion of keepempty argument but have one doubt - wouldn't 's' and 'e' behaviour as: drop ALL empty items at start/end make more sense? For myself I cannot see advantages to drop only one of them. m. -- -- 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.
