瀏覽代碼

Added vim subdir

Fred Damstra 10 年之前
父節點
當前提交
361024ca05
共有 4 個文件被更改,包括 7 次插入1 次删除
  1. 4 0
      .vim/.netrwhist
  2. 1 0
      .vim/bundle/Vundle.vim
  3. 1 0
      .vim/bundle/vim-go
  4. 1 1
      CreateLinks.sh

+ 4 - 0
.vim/.netrwhist

@@ -0,0 +1,4 @@
+let g:netrw_dirhistmax  =10
+let g:netrw_dirhist_cnt =2
+let g:netrw_dirhist_1='/etc/salt/cloud.profiles.d'
+let g:netrw_dirhist_2='/etc/salt/cloud.maps.d'

+ 1 - 0
.vim/bundle/Vundle.vim

@@ -0,0 +1 @@
+Subproject commit cfd3b2d388a8c2e9903d7a9d80a65539aabfe933

+ 1 - 0
.vim/bundle/vim-go

@@ -0,0 +1 @@
+Subproject commit c55ff9accdcdd2082c3a19bd809030ae0b7f13e4

+ 1 - 1
CreateLinks.sh

@@ -2,7 +2,7 @@
 #
 # Creates links.
 PWD=`pwd`
-for file in .bashrc .vimrc .bash .profile
+for file in .bashrc .vimrc .bash .profile .vim
 do
   if [[ -e ~/$file ]]
   then