Skiminok wrote: > And what's the difference between +python and +python/dyn.
To answer the easy part of your question, /dyn (dynamic) means the Python support files will be loaded on demand (loaded only if you invoke Python from within Vim). With /dyn, there's less time to startup Vim, and I think Vim would start even if the Python files were missing. There's a tiny bit of info at ':help /dyn'. John --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
