Igor wrote:
> Hello, I have used completion in vim a lot. > Suggestion: can we have a option with string of characters which > stops completion? for example: > set completestop = '.;:-+()' etc... > so every user can configure when builtin vim competion stops. > > For example - I don't want completion to stop when vim > encounters typed '.' char. because that's way I complete > database fields table.field1 > table.field2 > ... > and '.' should not stop internal completion mechanism. > > In this patch I think we can not tell vim when to stop > completion. right? Doesn't completion have the concept of a "word" to complete? If so, (Igor will need to ensure that '.' is part of a "word" and) hitting any non-word character should stop completion. --Suresh --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
