runtime(doc): reformat ada_standard_types section Commit: https://github.com/vim/vim/commit/c3989f184d4dd1ee817c06bb3c04d5471382dd04 Author: hokorobi <hokorobi.hokor...@gmail.com> Date: Sun Sep 29 10:08:40 2024 +0200
runtime(doc): reformat ada_standard_types section closes: https://github.com/vim/vim/issues/15759 Signed-off-by: hokorobi <hokorobi.hokor...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/ft_ada.txt b/runtime/doc/ft_ada.txt index 35dd534bb..983c80cdf 100644 --- a/runtime/doc/ft_ada.txt +++ b/runtime/doc/ft_ada.txt @@ -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~ @@ -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" -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1sup57-00Gsi5-DP%40256bit.org.