Gary Johnson wrote: > The gD appears to be broken in 7.4.1743 when 'ignorecase' is set. > > In the following example, with the cursor on "fileName" in the last > line, typing gD should move the cursor to the second line, where > fileName is defined. Instead, it jumps to FileName on the first > line. > > FileName fileA; > char* fileName; > > fileName = "hello.txt"; > > gD is not performing an arbitrary search; it is searching for a > symbol. It should not be affected by 'ignorecase'. > > This used to work properly. I don't know exactly when it broke. It > works in 7.4.160. It fails in 7.4.1655. > > In 7.4.1709, I have one window in which it works and one window in > which it fails and I don't see any difference between the two > windows.
AFAIK this didn't change. Perhaps you had gD mapped to reset 'ignorecase'? -- A successful man is one who makes more money than his wife can spend. A successful woman is one who can find such a man. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" 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_dev" 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/d/optout.
