changeset 36203:e0870586256a

runtime(doc): reformat ada_standard_types section Commit: https://github.com/vim/vim/commit/c3989f184d4dd1ee817c06bb3c04d5471382dd04 Author: hokorobi <hokorobi.hokorobi@gmail.com> Date: Sun Sep 29 10:08:40 2024 +0200 runtime(doc): reformat ada_standard_types section closes: https://github.com/vim/vim/issues/15759 Signed-off-by: hokorobi <hokorobi.hokorobi@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 29 Sep 2024 10:15:05 +0200
parents 840eedce3fdc
children 003302676756
files runtime/doc/ft_ada.txt
diffstat 1 files changed, 7 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/doc/ft_ada.txt
+++ b/runtime/doc/ft_ada.txt
@@ -1,4 +1,4 @@
-*ft_ada.txt*	For Vim version 9.1.  Last change: 2022 Mar 13
+*ft_ada.txt*	For Vim version 9.1.  Last change: 2024 Sep 29
 
 
 		    ADA FILE TYPE PLUG-INS REFERENCE MANUAL~
@@ -48,14 +48,12 @@ ctermfg=White often shows well).
 There are several options you can select in this Ada mode. See |ft-ada-options|
 for a complete list.
 
-To enable them, assign a value to the option.  For example, to turn one on:
- >
-    > let g:ada_standard_types = 1
->
-To disable them use ":unlet".  Example:
->
-    > unlet g:ada_standard_types
-
+To enable them, assign a value to the option.  For example, to turn one on: >
+	let g:ada_standard_types = 1
+<
+To disable them use ":unlet".  Example: >
+	unlet g:ada_standard_types
+<
 You can just use ":" and type these into the command line to set these
 temporarily before loading an Ada file.  You can make these option settings
 permanent by adding the "let" command(s), without a colon, to your "~/.vimrc"