Explorar el Código

~/.vimrc: Fix check for vundle directory.

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
ddd26b22c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .vimrc

+ 1 - 1
.vimrc

@ -1,7 +1,7 @@
1 1
set nocompatible
2 2
filetype off
3 3
4
if isdirectory(HOME . '~/.vim/bundle/vundle')
4
if isdirectory($HOME . HOME . '/.vim/bundle/vundle')
5 5
	set runtimepath+=~/.vim/bundle/vundle
6 6
	call vundle#rc()
7 7