Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ft_ada from Vim 8.0 to 8.1 #220

Merged
merged 1 commit into from
Jun 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/ft_ada.jax
Original file line number Diff line number Diff line change
@@ -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ファイルタイププラグイン リファレンスマニュアル~
Expand Down
4 changes: 2 additions & 2 deletions en/ft_ada.txt
Original file line number Diff line number Diff line change
@@ -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~
Expand Down Expand Up @@ -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.
Expand Down