Skip to content

Commit d6a800d

Browse files
authoredJun 8, 2018
Merge pull request #220 from mnishz/ft_ada_for_Vim_8.1
Update ft_ada from Vim 8.0 to 8.1
2 parents 3df5a5b + 22c567e commit d6a800d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎doc/ft_ada.jax

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*ft_ada.txt* For Vim バージョン 8.0. Last change: 2010 Jul 20
1+
*ft_ada.txt* For Vim バージョン 8.1. Last change: 2010 Jul 20
22

33

44
ADAファイルタイププラグイン リファレンスマニュアル~

‎en/ft_ada.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*ft_ada.txt* For Vim version 8.0. Last change: 2010 Jul 20
1+
*ft_ada.txt* For Vim version 8.1. Last change: 2010 Jul 20
22

33

44
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
116116
then "gnat xref -v *.ad?"
117117
4) Project manager support is completely broken - don't even try "gnat xref
118118
-Padacl.gpr".
119-
5) VIM is faster when the tags file is sorted - use "sort --unique
119+
5) Vim is faster when the tags file is sorted - use "sort --unique
120120
--ignore-case --output=tags tags" .
121121
6) Remember to insert "!_TAG_FILE_SORTED 2 %sort ui" as first line to mark
122122
the file assorted.

0 commit comments

Comments
 (0)
Please sign in to comment.