vim-patch:c3989f1: runtime(doc): reformat ada_standard_types section

closes: vim/vim#15759

c3989f184d

Co-authored-by: hokorobi <hokorobi.hokorobi@gmail.com>
This commit is contained in:
zeertzjq 2024-09-29 16:11:54 +08:00
parent 9db304b451
commit 8d99a56269

View File

@ -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|