aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--runtime/doc/ft_ada.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/runtime/doc/ft_ada.txt b/runtime/doc/ft_ada.txt
index a9302cde97..4ad0e6ec8f 100644
--- 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|