Hi, Ven Tadipatri wrote: > Is there a difference between new and split? If they're the same, is > one considered more 'standard'? Or if they're different, when would > you use one versus the other? I think both have vertical equivalents > right (vnew and vsplit)?
their behavior is the same if you provide both commands with a file name. If you don't, :split creates a new window for the current buffer, while :new creates a new buffer and a new window for this buffer. Regards, Jürgen -- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. (Calvin) -- -- You received this message from the "vim_use" 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_use" 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.
