vim-patch:6db3fc5: runtime(doc): reformat gnat example (#30575)

closes: vim/vim#15758

6db3fc5632

Co-authored-by: hokorobi <hokorobi.hokorobi@gmail.com>
This commit is contained in:
zeertzjq
2024-09-29 20:35:36 +08:00
committed by GitHub
parent df915f3afc
commit e40314811e

View 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.