rzyns / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

vimfiler が動かない #387

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
vimfilerをDownloadし、~/.vimにputしました。
その後、macvimを起動し、:VimFiler と打鍵しましたが、
添付のような画面が表示されて起動しません。

何が原因になっているのでしょうか。

.vimrcに下記を設定しています。

" vimfiler の設定
source $HOME/.vim/plugin/vimfiler.vim
let g:vimfiler_as_default_explorer=1
let g:vimfiler_safe_mode_by_default=0

Original issue reported on code.google.com by mikiaki1...@gmail.com on 26 Oct 2011 at 5:45

Attachments:

GoogleCodeExporter commented 9 years ago
Please write in English.  From what I can tell you are having a problem with a 
plugin -- this should be reported to the plugin author.

Original comment by bjorn.winckler@gmail.com on 26 Oct 2011 at 9:24

GoogleCodeExporter commented 9 years ago
Hi

@mikiaki1974, probably you don't understand directory structure of vim plugins. 
This is not a problem of MacVim.

Most of vim plugins are not needed to do ':source'. If you downloaded archive 
file of vimfiler, you should copy the files into your plugin directory with 
same structure. Or,  if you use pathogen-vim, vundle-vim, or else, you should 
put the diretory from the archive file or that from 'git clone' into 
~/.vim/bundle directory.

こんにちわ。
おそらくvimプラグインのディレクトリ構造を正しく理解し��
�おられないのが原因かと思います。
vimfiler等のプラグインは配布されているディレクトリ構造を
そのまま全て~/.vim内に上書きするか、別の管理方法を使わ��
�いといけません。
最近はpathogen-vimやbundle、vundle等と言ったディレクトリ構成��
�持型のプラグイン管理システムもあるので、おそらくそち�
��を使った方が良いかと思います。
pathogen-vimの使い方はGoogle等で検索して導入してみて下さい��
�
もしpathogen-vim、bundle、vundleが導入できた際には、~/.vim/bundle/

の下にダウンロードされたアーカイブを展開して配置する��
�、そのディレクトリで git clone 
したまま配置するのが良いかと思います。

この問題はMacVimの問題ではないので、おそらくこのままレ��
�はしない方が良いかと思います。
分からない事があれば、twitter等で私(mattn_jp)に質問頂ければ
答えれます。

Original comment by mattn.jp on 2 Nov 2011 at 3:34

GoogleCodeExporter commented 9 years ago
one more thing. vimfiler require unite-vim.

もう1点、vimfilerを動かすにはunite-vimが必要です。

Original comment by mattn.jp on 2 Nov 2011 at 3:49