Is there any possibility to make dib (or dab for that matter) ignore escaped backslashes, e.g.
Current behavior: "( \(a[cursor_here]bc) )" -> dib -> "() )" Desired behavior: "( \(a[cursor_here]bc) )" -> dib -> "( () )" -- 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
