Changeset 88

Show
Ignore:
Timestamp:
11/20/08 13:24:25 (2 months ago)
Author:
root
Message:

moved the has python check to be above the pyfile call. Thanks JensNeuhalfen?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugin/trac.vim

    r87 r88  
    207207endif 
    208208 
     209if !has("python") 
     210    finish 
     211endif 
     212 
    209213if filereadable($VIMRUNTIME."/plugin/trac.py") 
    210214  pyfile $VIMRUNTIME/plugin/trac.py 
     
    216220endif 
    217221 
    218 if !has("python") 
    219     finish 
    220 endif 
    221222 
    222223"Commmand Declarations