On Tuesday, April 9, 2013 6:26:58 AM UTC-5, glts wrote: > > But what if the line between abc and xyz is empty? > > abc > > xyz > > Now vjd will always result in: > > axyz > > But I don't like this, it goes against my intuition. Is there a way to > tell Vim not to include the newline character in the Visual selection, > so that I get the same result as with vjhd? >
Why are you including the empty line in your visual selection at all? There is nothing there to delete except the line itself. -- -- 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.
