From: hokorobi Date: Sun, 29 Sep 2024 08:10:51 +0000 (+0200) Subject: runtime(doc): reformat gnat example X-Git-Tag: v9.1.0746~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db3fc5632c877062d759356c025fe06e9dc3630;p=thirdparty%2Fvim.git runtime(doc): reformat gnat example closes: #15758 Signed-off-by: hokorobi Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/ft_ada.txt b/runtime/doc/ft_ada.txt index 983c80cdff..9d07afd616 100644 --- a/runtime/doc/ft_ada.txt +++ b/runtime/doc/ft_ada.txt @@ -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 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.