Movatterモバイル変換


[0]ホーム

URL:


   sponsor Vim developmentVim logoVim Book Ad
not logged in (login)
 

Home
Advanced search
About Vim
Community
News
Sponsoring
Trivia
Documentation
Download
    Vim Releases
    Vim on Github
    List of Mirrors
    Sources
    Development
    Runtime files
    Script links
    Translations
    Old stuff
Scripts
Tips
My Account
Site Help


What is A-A-P?

The A-A-P project makes developing, distributing, downloading, buildingand installing software easier.Aap is the main program of the A-A-P project.

Since the author of Vim is also the project leader for A-A-P, there are a fewconnections between the two: Aap is used to build and distribute Vim, Vim isthe preferred editor in A-A-P.

More information about A-A-P can be foundhere.


Update runtime files

When you obtain the latest version of Vim and apply all the patches, you stilldon't have the latest version of the runtime files (syntax highlighting,indenting, filetype plugins, etc.). That is because no patches are made forthem.

The recommended way is to use the git repository at github.You can fetch the files easily, but you still need to install them.SeeThis page for how to get filesfrom github.

If you do not want to build a new binary, you can manually copy the runtimefiles to the right place:

% cd vimgithub/runtime% cp -rf * $VIMRUNTIME
Find out the value for $VIMRUNTIME inside Vim:
:echo $VIMRUNTIME
Catches:
- This will NOT remove deleted files (using rsync might work better).
- Some updated scripts may not work with with an older Vim binary

Another method which directly overwrites the files:

% cd $VIMRUNTIME% wget https://github.com/vim/vim/archive/master.tar.gz -O- |tar zfx - vim-master/runtime/ --strip-components=1

Help Uganda
Kuwasha Logo
 
Questions aboutVim should go to themaillist.Help Uganda.  Vim at Github

[8]ページ先頭

©2009-2026 Movatter.jp