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.
Monday, July 28, 2014
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment