diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2012-01-30 21:03:03 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2012-01-30 21:03:03 +1300 |
commit | 82833813b5c2a5f0a8dc3396e51b03c10cb773ef (patch) | |
tree | ce73785d78f739bc998c49e8a94c74a0ca832c70 /vim/autoload | |
parent | Turns out you don't need the leading colon. (diff) | |
download | dotfiles-82833813b5c2a5f0a8dc3396e51b03c10cb773ef.tar.gz dotfiles-82833813b5c2a5f0a8dc3396e51b03c10cb773ef.zip |
Used direct symlink instead of linking directory.
Diffstat (limited to 'vim/autoload')
l--------- | vim/autoload | 1 | ||||
l--------- | vim/autoload/pathogen.vim | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/vim/autoload b/vim/autoload deleted file mode 120000 index 9c230c1b..00000000 --- a/vim/autoload +++ /dev/null @@ -1 +0,0 @@ -bundle/pathogen/autoload
\ No newline at end of file diff --git a/vim/autoload/pathogen.vim b/vim/autoload/pathogen.vim new file mode 120000 index 00000000..a202405f --- /dev/null +++ b/vim/autoload/pathogen.vim @@ -0,0 +1 @@ +../bundle/pathogen/autoload/pathogen.vim
\ No newline at end of file |