comparison setup @ 425:7394b88bf1c6

Pathogen in vim.
author Edho Arief <edho@myconan.net>
date Sat, 29 Dec 2012 21:44:44 +0700
parents 31bc186f8ed3
children e0f9a54b9dce
comparison
equal deleted inserted replaced
424:b86827ee1aae 425:7394b88bf1c6
133 _rc "${1}" "inputrc" ".inputrc" 133 _rc "${1}" "inputrc" ".inputrc"
134 _rc "${1}" "tmux.conf" ".tmux.conf" 134 _rc "${1}" "tmux.conf" ".tmux.conf"
135 _rc "${1}" "vim-solarized" ".vim/colors/solarized.vim" 135 _rc "${1}" "vim-solarized" ".vim/colors/solarized.vim"
136 _rc "${1}" "vim-syntax-coffee" ".vim/syntax/coffee.vim" 136 _rc "${1}" "vim-syntax-coffee" ".vim/syntax/coffee.vim"
137 _rc "${1}" "vim-syntax-scss" ".vim/syntax/scss.vim" 137 _rc "${1}" "vim-syntax-scss" ".vim/syntax/scss.vim"
138 _rc "${1}" "vim-autoload-pathogen" ".vim/autoload/pathogen.vim"
138 _rc "${1}" "vimrc" ".vimrc" 139 _rc "${1}" "vimrc" ".vimrc"
139 ;; 140 ;;
140 *) 141 *)
141 _help 142 _help
142 ;; 143 ;;