diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-09-29 16:11:54 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2024-09-29 17:05:02 +0800 |
commit | 8d99a56269bc1c9871c7ecbd18b888d6c79c3b6c (patch) | |
tree | 87103688befe79ed17066b702f037b56e3078940 | |
parent | 9db304b451e68ab49388827263eec01f9dcfa0b4 (diff) | |
download | rneovim-8d99a56269bc1c9871c7ecbd18b888d6c79c3b6c.tar.gz rneovim-8d99a56269bc1c9871c7ecbd18b888d6c79c3b6c.tar.bz2 rneovim-8d99a56269bc1c9871c7ecbd18b888d6c79c3b6c.zip |
vim-patch:c3989f1: runtime(doc): reformat ada_standard_types section
closes: vim/vim#15759
https://github.com/vim/vim/commit/c3989f184d4dd1ee817c06bb3c04d5471382dd04
Co-authored-by: hokorobi <hokorobi.hokorobi@gmail.com>
-rw-r--r-- | runtime/doc/ft_ada.txt | 14 |
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| |