On 16 déc, 17:13, epanda <[email protected]> wrote: > Sorry your global command works well. > > I have got a case Fourth Case that fails : > > foo1;foo2;foo3;foo4;; > foo2;foo2;;;; > > The second line is completed but I need only completion when > 1/ there is a completion to do at the end of the line foo2;foo2;;;; > 2/ If the beginning of second line is identical to the previous line. > > It seems not working on my data. > Thanks Tim
Try only ./g on the second line of this example : DDD_III/CTRL/PT/VERSION;_INSTALL;CSTRING;;;;Commentary DDD_AAA/CTRL/PT/VERSION;;;;;;;;;;;;; DDD_CCCC/CTRL/PT/VERSION;;;;;;;;;;;;; DDD_TTTT/CTRL/PT/VERSION;;;;;;;;;;;;; It complete the second line but should not. Causes first item's of the splitted line are not the same. Thanks -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
