Tuesday, July 29, 2014

Re: Word completion seems to have problem

On Tue, 29 Jul 2014 21:27:01 -0700
tom arnall <kloro2006@gmail.com> wrote:

> John,
>
> works! thanks. how did you learn this? i want to become more
> knowledgeable of such details but often i can't find an answer in the
> vim documentation.

The most complete documentation is usually the source code. :)

> ---------
> On the sea of life, the occasional loss of a boat is inevitable.
>
>
>
>
> On 7/28/14, John Little <John.B.Little@gmail.com> wrote:
> > On Tuesday, July 29, 2014 10:32:31 AM UTC+12, tom arnall wrote:
> >> Word completion seems to have problem:
> >>
> >> wordTom,wordDick, wordD
> >>
> >> When I try to complete 'wordD' with <c-p> ... (fails)
> >>
> > I see this with 7.4.383, invoked as vim -u NONE -N -c "set cpt=i"
> >
> > Strange. I wonder why complete=i is supposed to "scan current"
> > when the "." flag is for the current buffer. As a workaround, you
> > could
> >
> > :set complete=.,i
> >
> > Note that complete=i,. hits the problem too.
> >
> > Regards, John Little
> >
> > --
> > --
> > 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
> >
> > ---
> > You received this message because you are subscribed to the Google
> > Groups "vim_use" group.
> > To unsubscribe from this group and stop receiving emails from it,
> > send an email to vim_use+unsubscribe@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
> >
>

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: