commit 8d99a56269bc1c9871c7ecbd18b888d6c79c3b6c
parent 9db304b451e68ab49388827263eec01f9dcfa0b4
Author: zeertzjq <zeertzjq@outlook.com>
Date: Sun, 29 Sep 2024 16:11:54 +0800
vim-patch:c3989f1: runtime(doc): reformat ada_standard_types section
closes: vim/vim#15759
https://github.com/vim/vim/commit/c3989f184d4dd1ee817c06bb3c04d5471382dd04
Co-authored-by: hokorobi <hokorobi.hokorobi@gmail.com>
Diffstat:
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/runtime/doc/ft_ada.txt b/runtime/doc/ft_ada.txt
@@ -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 |init.vim|