Yukihiro Nakadaira wrote:
> Attached patch fixes section number.
Hi
I also see incorrect section numbers in runtime/doc/ft_ada.txt
(fixed in attached patch).
-- Dominique
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
diff -r 2a8bf2ba504f runtime/doc/ft_ada.txt
--- a/runtime/doc/ft_ada.txt Tue Aug 17 20:26:59 2010 +0200
+++ b/runtime/doc/ft_ada.txt Fri Aug 20 07:14:30 2010 +0200
@@ -6,20 +6,20 @@
ADA *ada.vim*
1. Syntax Highlighting |ft-ada-syntax|
-2. Plug-in |ft-ada-plugin|
+2. File type Plug-in |ft-ada-plugin|
3. Omni Completion |ft-ada-omni|
3.1 Omni Completion with "gnat xref" |gnat-xref|
3.2 Omni Completion with "ctags" |ada-ctags|
4. Compiler Support |ada-compiler|
4.1 GNAT |compiler-gnat|
- 4.1 Dec Ada |compiler-decada|
+ 4.2 Dec Ada |compiler-decada|
5. References |ada-reference|
5.1 Options |ft-ada-options|
- 5.2 Functions |ft-ada-functions|
- 5.3 Commands |ft-ada-commands|
- 5.4 Variables |ft-ada-variables|
- 5.5 Constants |ft-ada-constants|
-8. Extra Plug-ins |ada-extra-plugins|
+ 5.2 Commands |ft-ada-commands|
+ 5.3 Variables |ft-ada-variables|
+ 5.4 Constants |ft-ada-constants|
+ 5.5 Functions |ft-ada-functions|
+6. Extra Plug-ins |ada-extra-plugins|
==============================================================================
1. Syntax Highlighting ~
@@ -139,7 +139,7 @@
support yet.
==============================================================================
-4. Compiler Support ~
+4. Compiler Support ~
*ada-compiler*
The Ada mode supports more than one Ada compiler and will automatically load the
@@ -367,7 +367,7 @@
makes no difference.
------------------------------------------------------------------------------
-5.3 Commands ~
+5.2 Commands ~
*ft-ada-commands*
:AdaRainbow *:AdaRainbow*
@@ -445,7 +445,7 @@
for Ctags generates.
------------------------------------------------------------------------------
-5.2 Functions ~
+5.5 Functions ~
*ft-ada-functions*
ada#Word([{line}, {col}]) *ada#Word()*
@@ -479,7 +479,7 @@
==============================================================================
-8. Extra Plugins ~
+6. Extra Plugins ~
*ada-extra-plugins*
You can optionally install the following extra plug-ins. They work well with