-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathREADME
More file actions
38 lines (26 loc) · 1.18 KB
/
README
File metadata and controls
38 lines (26 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This is a mirror of http://www.vim.org/scripts/script.php?script_id=1609
Contains all files for the new Ada mode. It also has a vim help file which you can call with
:help ada.txt.
Included is:
- Syntax highlight
- Auto indenting
- Tag searching
- Classic code completion
- Omni code completion
- Online help
For some functionality you need a ctags programm. You can user either "gnat xref -v" or a patched [1] version of the exuberant Ctags [2].
Don't forget to actualy activate filetype and syntax support:
:filetype plugin indent on
:syntax enable
The Ada mode can be be further extened with the following Scripts:
- backup.vim, vimscript#1537
- rainbow_parenthsis.vim, vimscript#1561
- nerd_comments.vim, vimscript#1218
- matchit.vim, vimscript#39
- taglist.vim, vimscript#273
The GNU Ada project [3] offers ready patched binary rpm's including the Ada-Mode, all the scripts mentioned above and Ada aware exuberant Ctags for easy installation.
Reports errors to: http://code.google.com/p/vim-scripts/issues/list
Discuss improvements on: http://groups.google.com/group/vim_scripts
[1] vimscript#1535
[2] http://ctags.sourceforge.net
[3] http://gnuada.sourceforge.net