From 22c567e51629fe3b0124712515725abd208603d8 Mon Sep 17 00:00:00 2001 From: mnishz Date: Thu, 7 Jun 2018 20:24:02 +0900 Subject: [PATCH] Update ft_ada from Vim 8.0 to 8.1 --- doc/ft_ada.jax | 2 +- en/ft_ada.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ft_ada.jax b/doc/ft_ada.jax index 8e62cd1f7..7fc9dac3b 100644 --- a/doc/ft_ada.jax +++ b/doc/ft_ada.jax @@ -1,4 +1,4 @@ -*ft_ada.txt* For Vim バージョン 8.0. Last change: 2010 Jul 20 +*ft_ada.txt* For Vim バージョン 8.1. Last change: 2010 Jul 20 ADAファイルタイププラグイン リファレンスマニュアル~ diff --git a/en/ft_ada.txt b/en/ft_ada.txt index 81d7ceab5..b446faf17 100644 --- a/en/ft_ada.txt +++ b/en/ft_ada.txt @@ -1,4 +1,4 @@ -*ft_ada.txt* For Vim version 8.0. Last change: 2010 Jul 20 +*ft_ada.txt* For Vim version 8.1. Last change: 2010 Jul 20 ADA FILE TYPE PLUG-INS REFERENCE MANUAL~ @@ -116,7 +116,7 @@ NOTE: "gnat xref -v" is very tricky to use as it has almost no diagnostic then "gnat xref -v *.ad?" 4) Project manager support is completely broken - don't even try "gnat xref -Padacl.gpr". -5) VIM is faster when the tags file is sorted - use "sort --unique +5) Vim is faster when the tags file is sorted - use "sort --unique --ignore-case --output=tags tags" . 6) Remember to insert "!_TAG_FILE_SORTED 2 %sort ui" as first line to mark the file assorted.