Hi Bram!
Apologize for jumping into this thread, but I have another small typo
typo fix. See attached message. I tried sending to
[EMAIL PROTECTED] (but so far the message did not show up) and
[EMAIL PROTECTED] bounced (so :h bugs should probably be fixed too).
regards,
Christian
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
--- Begin Message ---
Hi,
this mail contains just a simple patch in the documentation file
various.txt, which enables to jump to that tag. Currently the '.'
prevents vim from finding the destination.
I created the patch from the most recent various.txt file I could find
(August 6th, 2008). In case this bug has already been fixed, you may
simply discard this message ;)
Oh and btw, the [EMAIL PROTECTED] mail adress seems to bounce, so I send it
to the vim_dev group.
regards,
Christian
--
:wq!
--- various.txt.orig 2008-11-07 11:06:40.000000000 +0100
+++ various.txt 2008-11-07 11:07:14.000000000 +0100
@@ -637,7 +637,7 @@
all works by using commandline completion (type CTRL-D
after ":help subject").
If there are several matches, you can have them listed
- by hitting CTRL-D. Example: >
+ by hitting CTRL-D . Example: >
:help cont<Ctrl-D>
< To use a regexp |pattern|, first do ":help" and then
use ":tag {pattern}" in the help window. The
--- End Message ---