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