From: Bob P. <bo...@ci...> - 2003-01-20 22:31:53
|
> > >>If the word being completed is unique in the buffer, >>it can be determined within the completer, but if the keyword is *not* >>unique in the buffer, is there any way to tell? >> >> > >Could you please clarify what you mean with that? > > (Sorry for taking so long.) Example: myprompt> mycommand -l all<tab> -f all If the user hits a <tab> where inicated (after the first occurance of 'all'), all you get in the completer function is the keyword 'all' and no indication if the cursor was after the first or second occurance. - Bobman > > |