diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-09-29 20:35:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-29 12:35:36 +0000 |
commit | e40314811ec7a123a7fcfa73c7712cdb7a11ddf3 (patch) | |
tree | ebac813b79eb4bfe8d668bc01b58bb6ac2343fbb | |
parent | df915f3afccb2717bc62e7b8649d76885cc3916c (diff) | |
download | rneovim-e40314811ec7a123a7fcfa73c7712cdb7a11ddf3.tar.gz rneovim-e40314811ec7a123a7fcfa73c7712cdb7a11ddf3.tar.bz2 rneovim-e40314811ec7a123a7fcfa73c7712cdb7a11ddf3.zip |
vim-patch:6db3fc5: runtime(doc): reformat gnat example (#30575)
closes: vim/vim#15758
https://github.com/vim/vim/commit/6db3fc5632c877062d759356c025fe06e9dc3630
Co-authored-by: hokorobi <hokorobi.hokorobi@gmail.com>
-rw-r--r-- | runtime/doc/ft_ada.txt | 7 |
1 files changed, 3 insertions, 4 deletions
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 <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. |