|
Project Information
Members
Featured
Downloads
Links
|
exVimLinks
How to use the linksQ1: Where can I find the source code? The exvim project is running on github, the site here only provide downloads of installer and zip package. Q2: Where can I find the installer and zip package? They are in the Download page in this site. Q3: Where can I find the documentation? It is in the exVim Wiki. Q4: Where can I submit an issue? It is recommended to submit an issue in github. For history reason, you still can submit the issue in Google Code, I will manually add your issue back to github if it is acceptable. Q5: Where can I ask you a question about vim or exVim? You can ask me questions through E-mail: karasaya@gmail.com. I'm generally very busy, I may not reply you immediately but I promise I will read all the mails and reply them as soon as possible. Q6: Do you have an official site? Yes, exVim is part of ex-dev project, there have a page introduce it exVim official page. This site also running the exVim Wiki. Q7: Have you submit your project to Vim Scripts? Yes, exVim also have a page in Vim Scripts, so that people can see the latest updates from the home page of Vim. If you love this project, help me to vote it in the page. Downloads
Check Download Page for more details. What's New
IntroductionWhat is exVim ?exVim is a package intgerate ex-vim-plugins, 3rd-vim-plugins and external-tools for developing. By solving the complex communication problem among plugins, external tools, the exVim make the vim as an IDE like environment all in vimscript. What can exVim doWith exVim you can:
UsageThe exVim use your_project.vimentry file as the entry of a project. When you put this file in the root directory of the project, and open it by vim, ex-vim-plugins will awared and do the rest of the work to help you generate tags, symbols, IDs and other things could be used in your project. When edit a project, exVim provides several method to help you locate the code, get global seach results, also an easy and powerful way to filter the search result! CompatibleexVim is compatible with your original vim. The exVim is nothing but several vim-plugins, there are not too much reasons make it unable to work in your vim. Small, Fast and StableThe principle for solving problem in exVim are:
exVim Easy EditionThe exVim Easy Edition is a branch version create by Yu Jian Rong. It is a custom version which aim in ease the complex key mapping of exVim. It provide online help in each ex-plugin so that user don't need to remember too much key mapping at one time. But since the mapping of the key is different with the official exVim, the operation are not consist with the document in the exVim web-site. More details check http://code.google.com/p/exvimeasy/ Vote exVim if you love itI do exVim in my spare time, if you love this project, vote it in Vim Scripts in Vim's official site here: http://www.vim.org/scripts/script.php?script_id=2627 |