http://www.vim.org/scripts/script.php?script_id=850  for python
pydiction
http://www.vim.org/scripts/script.php?script_id=2540#0.79 snippets
video http://vimeo.com/3535418
http://www.vim.org/scripts/script.php?script_id=1984  video
http://www.vimeo.com/2938498


On 26 abr, 08:52, Tim Chase <[email protected]> wrote:
> Gabriel wrote:
> > Is it possible to save words as long as you type them ?
> > That file could be used as an dictionary of my more frequent used
> > words  to autocomplete commands.
>
> While I don't know of any such feature as you describe it, you
> might try using control+N and control+P within Insert-mode to see
> if those do what you want.  They search through various buffers
> (based on the settings in your 'complete' option) and offer
> suggested completions you can choose.  You can read up at
>
>    :help i_CTRL-N
>    :help i_CTRL-P
>    :help 'complete'
>    :help ins-completion
>
> for more details.
>
> -tim
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to