]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): reformat gnat example
authorhokorobi <hokorobi.hokorobi@gmail.com>
Sun, 29 Sep 2024 08:10:51 +0000 (10:10 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Sep 2024 08:10:51 +0000 (10:10 +0200)
closes: #15758

Signed-off-by: hokorobi <hokorobi.hokorobi@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/ft_ada.txt

index 983c80cdff8e1b054266a13b715dfae4aa687360..9d07afd6168834067e49befc4cef699b73b3c4bb 100644 (file)
@@ -156,10 +156,9 @@ several versions available which differ in the licence terms used.
 
 The GNAT compiler plug-in will perform a compile on pressing <F7> and then
 immediately shows the result. You can set the project file to be used by
-setting:
- >
- > call g:gnat.Set_Project_File ('my_project.gpr')
-
+setting: >
+               call g:gnat.Set_Project_File ('my_project.gpr')
+<
 Setting a project file will also create a Vim session (|views-sessions|) so -
 like with the GPS - opened files, window positions etc. will be remembered
 separately for all projects.