ada-mode: gnat tags and gnat find
Automatically exported from code.google.com/p/vim-scripts
Brought to you by:
krischik
Originally created by: GoogleCodeExporter
gnat-find:
get_command cannot find find_command,
this is because find_command does not exist, it is named find_program.
Adding to gnat#New:
\ 'Find_Command' : '"gnat find -P " . self.Project_File . " *.ad* "',
solves? this problem.
gnat-tags:
find_command looks at *.AD*, why uppercase?
Then:
error detected while processing function gnat#Tags:
line 5:
E173: 1 more file to edit
This seems due to command
quit at end of gnat#tags.
All this on debian-wheezy:vim74
Thank you
Fulvio Ciriaco
Original issue reported on code.google.com by oiv...@gmail.com on 9 Dec 2013 at 5:34
Originally posted by: GoogleCodeExporter
Original comment by
oiv...@gmail.comon 14 Mar 2014 at 6:30Attachments:
- ftada.diff