Skip to content

Commit

Permalink
runtime(doc): reformat ada_standard_types section
Browse files Browse the repository at this point in the history
closes: #15759

Signed-off-by: hokorobi <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
hokorobi authored and chrisbra committed Sep 29, 2024
1 parent 8a2aea8 commit c3989f1
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions runtime/doc/ft_ada.txt
Original file line number Diff line number Diff line change
@@ -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~
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit c3989f1

Please sign in to comment.