質問編集履歴

3

補足

2019/12/02 03:48

投稿

Hayashi_Jelly
Hayashi_Jelly

スコア26

test CHANGED
File without changes
test CHANGED
@@ -47,6 +47,8 @@
47
47
  - __usr/local/project/vim-setting__ で
48
48
 
49
49
  `curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh`実行
50
+
51
+ `./installer.sh .cache/dein` 実行
50
52
 
51
53
  - __usr/local/project/vim-setting__ で
52
54
 

2

補足

2019/12/02 03:48

投稿

Hayashi_Jelly
Hayashi_Jelly

スコア26

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
  - dein.vim導入後、試しに、`vim-airline/vim-airline`を導入してみようとしたが、インストールされない
10
10
 
11
11
  - vimを起動して`:message`を見たところ、プラグインがないのを判別して、"Update", "Done"のが動作したようなメッセージは確認できている
12
+
13
+ - つまり、vim起動の度、"Update", "Done"が発生している
12
14
 
13
15
 
14
16
 

1

補足

2019/12/01 03:36

投稿

Hayashi_Jelly
Hayashi_Jelly

スコア26

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  - dein.vim導入後、試しに、`vim-airline/vim-airline`を導入してみようとしたが、インストールされない
10
10
 
11
- - vimを起動して`:message`を見たところ、プラグインがないのを判別して、"Update", "Done"というメッセージは確認できている
11
+ - vimを起動して`:message`を見たところ、プラグインがないのを判別して、"Update", "Done"のが動作したよメッセージは確認できている
12
12
 
13
13
 
14
14
 
@@ -38,13 +38,15 @@
38
38
 
39
39
  ## やったこと
40
40
 
41
+ - __C:\Users\hoge.cache\dein__ を作成(本番環境用)
42
+
41
- - __usr/local/project/vim-setting/.cache/dein__ を作成
43
+ - __usr/local/project/vim-setting/.cache/dein__ を作成(インストール環境用)
42
44
 
43
45
  - __usr/local/project/vim-setting__ で
44
46
 
45
47
  `curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh`実行
46
48
 
47
- `sh ./installer.sh ./.cache/dein`実行
49
+ - __usr/local/project/vim-setting__ で
48
50
 
49
51
  `imigrator_dein.bat` 実行(Windows環境コピー用スクリプト)
50
52