Robin Thoni 8年前
コミット
9b37d7bd6d
7個のファイルの変更13行の追加5行の削除
  1. 9
    0
      .gitmodules
  2. 1
    1
      vim/vim/bundle/Vundle.vim
  3. 0
    0
      vim/vim/bundle/number.vim
  4. 0
    1
      vim/vim/bundle/syntastic
  5. 1
    0
      vim/vim/bundle/syntastic.git
  6. 0
    1
      vim/vim/bundle/vundle
  7. 2
    2
      vim/vimrc

+ 9
- 0
.gitmodules ファイルの表示

@@ -0,0 +1,9 @@
1
+[submodule "vim/vim/bundle/number.vim"]
2
+	path = vim/vim/bundle/number.vim
3
+	url = https://github.com/myusuf3/numbers.vim
4
+[submodule "vim/vim/bundle/Vundle.vim"]
5
+	path = vim/vim/bundle/Vundle.vim
6
+	url = https://github.com/gmarik/Vundle.vim
7
+[submodule "vim/vim/bundle/syntastic.git"]
8
+	path = vim/vim/bundle/syntastic.git
9
+	url = https://github.com/scrooloose/syntastic

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

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

vim/vim/bundle/numbers.vim → vim/vim/bundle/number.vim ファイルの表示


+ 0
- 1
vim/vim/bundle/syntastic

@@ -1 +0,0 @@
1
-Subproject commit 40776864c05ae0c9bd54aab79756ec5a6af1c63a

+ 1
- 0
vim/vim/bundle/syntastic.git

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

+ 0
- 1
vim/vim/bundle/vundle

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

+ 2
- 2
vim/vimrc ファイルの表示

@@ -18,10 +18,10 @@ set tabstop=8
18 18
 
19 19
 "plugin
20 20
 filetype off
21
-set rtp+=~/.vim/bundle/vundle
21
+set rtp+=~/.vim/bundle/Vundle.vim
22 22
 call vundle#rc()
23 23
 Plugin 'gmarik/Vundle.vim'
24
-Plugin 'scrooloose/syntastic'
24
+Plugin 'scrooloose/syntastic.git'
25 25
 Plugin 'myusuf3/numbers.vim'
26 26
 
27 27
 let g:syntastic_c_compiler='clang'          " Use clang instead of gcc

読み込み中…
キャンセル
保存