Created
November 18, 2011 03:20
-
-
Save glidenote/1375500 to your computer and use it in GitHub Desktop.
trac.vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -132,10 +132,10 @@ | |
finish | |
endif | |
-if filereadable($VIMRUNTIME."/plugin/trac.py") | |
- pyfile $VIMRUNTIME/plugin/trac.py | |
-elseif filereadable($HOME."/.vim/plugin/trac.py") | |
- pyfile $HOME/.vim/plugin/trac.py | |
+if filereadable($VIMRUNTIME."/bundle/VimTrac/plugin/trac.py") | |
+ pyfile $VIMRUNTIME/bundle/VimTrac/plugin/trac.py | |
+elseif filereadable($HOME."/.vim/bundle/VimTrac/plugin/trac.py") | |
+ pyfile $HOME/.vim/bundle/VimTrac/plugin/trac.py | |
else | |
call confirm('trac.vim: Unable to find trac.py. Place it in either your home vim directory or in the Vim runtime directory.', 'OK') | |
finish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment