mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
9db304b451
commit
8d99a56269
@ -48,14 +48,12 @@ ctermfg=White often shows well).
|
|||||||
There are several options you can select in this Ada mode. See |ft-ada-options|
|
There are several options you can select in this Ada mode. See |ft-ada-options|
|
||||||
for a complete list.
|
for a complete list.
|
||||||
|
|
||||||
To enable them, assign a value to the option. For example, to turn one on:
|
To enable them, assign a value to the option. For example, to turn one on: >
|
||||||
>
|
let g:ada_standard_types = 1
|
||||||
> let g:ada_standard_types = 1
|
<
|
||||||
|
To disable them use ":unlet". Example: >
|
||||||
To disable them use ":unlet". Example:
|
unlet g:ada_standard_types
|
||||||
>
|
<
|
||||||
> unlet g:ada_standard_types
|
|
||||||
|
|
||||||
You can just use ":" and type these into the command line to set these
|
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
|
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|
|
permanent by adding the "let" command(s), without a colon, to your |init.vim|
|
||||||
|
Loading…
Reference in New Issue
Block a user