From e40314811ec7a123a7fcfa73c7712cdb7a11ddf3 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 29 Sep 2024 20:35:36 +0800 Subject: vim-patch:6db3fc5: runtime(doc): reformat gnat example (#30575) closes: vim/vim#15758 https://github.com/vim/vim/commit/6db3fc5632c877062d759356c025fe06e9dc3630 Co-authored-by: hokorobi --- runtime/doc/ft_ada.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/ft_ada.txt b/runtime/doc/ft_ada.txt index 4ad0e6ec8f..337a4cba6a 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. -- cgit