Skip to content

Commit

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

vim/vim@c3989f1

Co-authored-by: hokorobi <[email protected]>
  • Loading branch information
zeertzjq and hokorobi committed Sep 29, 2024
1 parent 652f894 commit ef39dbc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions runtime/doc/ft_ada.txt
Original file line number Diff line number Diff line change
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 |init.vim|
Expand Down

0 comments on commit ef39dbc

Please sign in to comment.