On Feb 24, 12:59 pm, Tuomas Pyyhtiä <[email protected]> wrote:
> I have studied and played around with the dictionary functionality and insert 
> mode completion but didn't find out how to solve this:
> In a file I've got ~10000 lines of short sentences (2-6 words) which I need 
> to manually input every now and then; my personal dictionary full of compound 
> words if you will.
>
> I then tried scripts SuperTab and word_complete but so far I can only get 
> them to complete words instead of sentences.
>
> Any pointers to a script with an auto-completion feature that finishes those 
> whole sentences as well, or any other suggestions how I get this done? Thanks!
>

You may need to write your own.

:help 'omnifunc'
:help 'completefunc'
:help 'complete-functions'
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to