Yakov Lerner wrote:
On 12/1/06, Bill McCarthy <[EMAIL PROTECTED]> wrote:
One might think so, but also note:
:help non-greedy
I don't have tag 'non-greedy' in the help. I have vim 7.9.164
from svn. Where do I get more updated helpfiles ?
Yakov
By ftp:
ftp://ftp.vim.org/pub/vim/runtime/
and all its contents except its dos/ subdirectory.
By rsync: the following assumes that you compile vim yourself, and that the
current directory is the top of your building tree: src/.. if you will. The
two additional lines copy (on Unix) the updated files to where you'll be using
them (such as /usr/local/share/vim/vim70/).
rsync -avzcP --delete --exclude="/dos/" ftp.nluug.nl::Vim/runtime/
./runtime/
cd src
make installruntime
Either method updates all your runtime files. In addition, rsync removes
outdated files which don't exist anymore in the latest version of the files,
and it doesn't touch the files which are already up-to-date.
Best regards,
Tony.