Menu items messed up while using MacVim with Vim Latex
- by sixtyfootersdude
I just installed macvim yesterday and I have been trying to install vim latex today.  
The one thing I am confused about is the menu items on the top bar:
-------------------------------------------------------------------------------
<apple icon> File Edit Tools Syntax TeX-Suite TeX-Environments TeX-Elements
-------------------------------------------------------------------------------
                                    | Packages >  |_____
                                    | Templates > | 1: |
                                    | Macros >    | 2: |
                                    |-----------  | 3: |
                                    | Compile     | 4: |
                                    | View        |-----
                                    | ...         |
                                     -------------
So in words if you go TeX-Suite -> Templates there is a sub menu with menu items: 1: 2: 3: 4:.  
Now I know that these templates live here:
% pwd
/Users/me/.vim/ftplugin/latex-suite/templates
% ls
IEEEtran.tex            article.tex             report.tex              report_two_column.tex
and they are named correctly.  
Also I know that the :TTemplate vim command should do the same thing.  When I type that I get this result:
Choose a template file:
(1) IEEEtran    (2) article
(3) report      (4) report_two_column
Enter number or name of file :  
So I am thinking that this must be a bug in MacVim.  Is this a reasonable assumption?  Any fixes?