Ankit Jain wrote:
> I'm running gvim with -- > > gvim --servername gvim_abc_9eb6f775-0054-4495-8d14-a276721c69c9 > --socketid 56624303 -nb:localhost:9000:foo > > In this mode, if i type say : "Hello" and then press backspace then > the cursor skips over "o" and goes to "l", rather than deleting > the "o". The commands that it sends to the nb client also correspond > with this bug, IOW, if i try more backspace, then it sends back > commands to remove chars starting from the last "l" and "o" stays as > it is. > > Hello <- > Helo > Heo > Ho When I run this I get an error for not being able to connect. Thus you probably do this with a running netbeans. Perhaps the netbeans side has something to do with this? > The backspace works fine when running the same gvim w/o the netbeans argument. > I'm using vim7 from https://vim.svn.sourceforge.net/svnroot/vim > Revision: 871 What does ":version" say? You could try backing out patches 7.1.207 and 7.1.232 (last one first). Those are the most recent changes to the netbeans interface. -- hundred-and-one symptoms of being an internet addict: 22. You've already visited all the links at Yahoo and you're halfway through Lycos. /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
