Thank you! It turned out the slash (/) not the 'd' had been mapped elsewhere.
Thanks! On Dec 16, 4:01 pm, Tim Chase <[email protected]> wrote: > On 12/16/2010 04:30 PM, Reckoner wrote: > > > as you know, when you do d/text, you can delete from the current > > cursor position to where the first /text pattern matched (where "text" > > can be some other more sophisticated pattern). > > > The problem is that I have somehow lost this functionality in the sea > > of plug-ins that I use. I can regain his functionality by doing > > > gvim -u NONE > > > but that's not helping me track down why I lost this. > > My first suspicion is that you have some mapping that intrudes on > your ability to "d/" in which case I'd take a look at the output of > > :verbose map > > and possibly (though less likely) > :verbose map! > > which should tell you (1) if there's a mapping that's intruding > and (2) where the atrocity was committed :) > > If that doesn't help, I'd go with a binary search of our .vimrc > by dropping a "finish" in at various locations until you've > pinpointed the offending line of your vimrc. > > :help :finish > > -tim -- 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
