Patch below fixes typos in ada.txt help file.
/Dominique
[EMAIL PROTECTED]:~/sb/vim7/runtime/doc$ cvs diff -c ada.txt
Index: ada.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/ada.txt,v
retrieving revision 1.3
diff -c -r1.3 ada.txt
*** ada.txt 12 May 2007 15:09:55 -0000 1.3
--- ada.txt 27 Jul 2007 19:04:49 -0000
***************
*** 97,106 ****
3.1 Omni Completion with "gnat xref" ~
*gnat-xref*
! GNAT XREF uses the compiler internal informations (ali-files) to
produce the
tags file. This has the advantage to be 100% correct and the option
of deep
nested analysis. However the code must compile, the generator is
quite
! slow and the created tags file contains only the basic Ctags
informations for
each entry - not enough for some of the more advanced Vim code
browser
plug-ins.
--- 97,106 ----
3.1 Omni Completion with "gnat xref" ~
*gnat-xref*
! GNAT XREF uses the compiler internal information (ali-files) to
produce the
tags file. This has the advantage to be 100% correct and the option
of deep
nested analysis. However the code must compile, the generator is
quite
! slow and the created tags file contains only the basic Ctags
information for
each entry - not enough for some of the more advanced Vim code
browser
plug-ins.
***************
*** 126,132 ****
*ada-ctags*
Exuberant Ctags uses its own multi-language code parser. The parser
is quite
! fast, produces a lot of extra informations (hence the name
"Exuberant Ctags")
and can run on files which currently do not compile.
There are also lots of other Vim-tools which use exuberant Ctags.
--- 126,132 ----
*ada-ctags*
Exuberant Ctags uses its own multi-language code parser. The parser
is quite
! fast, produces a lot of extra information (hence the name "Exuberant
Ctags")
and can run on files which currently do not compile.
There are also lots of other Vim-tools which use exuberant Ctags.
***************
*** 467,473 ****
file or a file name.
gnat#Insert_Tags_Header()
*gnat#Insert_Tags_Header()*
! Adds the tag file header (!_TAG_) informations to the
current
file which are missing from the GNAT XREF output.
ada#Switch_Syntax_Option ({option})
*ada#Switch_Syntax_Option()*
--- 467,473 ----
file or a file name.
gnat#Insert_Tags_Header()
*gnat#Insert_Tags_Header()*
! Adds the tag file header (!_TAG_) information to the
current
file which are missing from the GNAT XREF output.
ada#Switch_Syntax_Option ({option})
*ada#Switch_Syntax_Option()*
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---