質問編集履歴

1

改善

2015/12/05 13:42

投稿

Hassan
Hassan

スコア14

test CHANGED
File without changes
test CHANGED
@@ -30,6 +30,56 @@
30
30
 
31
31
 
32
32
 
33
- パーミッションのエラーではないようです。
33
+ パーミッションのエラーではないようです。
34
34
 
35
35
  お力添えのほど、よろしくお願いいたします。
36
+
37
+
38
+
39
+ 【以下追加】
40
+
41
+ ありがとうございます。
42
+
43
+ NeoBundleの開始・終了箇所を追加します。
44
+
45
+
46
+
47
+ ```
48
+
49
+ set runtimepath+=~/.vim/bundle/neobundle.vim/
50
+
51
+
52
+
53
+ " Required:
54
+
55
+ call neobundle#begin(expand('~/.vim/bundle/'))
56
+
57
+
58
+
59
+ NeoBundle 'hoge/hoge'
60
+
61
+
62
+
63
+ ...
64
+
65
+
66
+
67
+ call neobundle#end()
68
+
69
+
70
+
71
+ " Required:
72
+
73
+ filetype plugin indent on
74
+
75
+
76
+
77
+ NeoBundleCheck
78
+
79
+
80
+
81
+ ```
82
+
83
+
84
+
85
+ まだ情報が足りなければご指摘よろしくお願いします。