Last active
February 1, 2016 06:48
-
-
Save niratama/d662274231d0750a8fa2 to your computer and use it in GitHub Desktop.
macvim-kaoriya起動時のエラーメッセージ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mahiru:~ kenichi$ brew cask install macvim-kaoriya | |
==> Caveats | |
Cask macvim-kaoriya installs files under "/usr/local". The presence of such | |
files can cause warnings when running "brew doctor", which is considered | |
to be a bug in homebrew-cask. | |
Note that homebrew also provides a compiled macvim Formula that links its | |
binary to /usr/local/bin/mvim. And the Cask MacVim also does. It's not | |
recommended to install both the Cask MacVim KaoriYa and the Cask MacVim | |
and the Formula of MacVim. | |
This cask installs symlinks in /usr/local/bin that target to the binary | |
MacVim.app/Contents/MacOS/mvim. Below is the list. | |
macvim-askpass / mvim / mvimdiff / mview / mvimex / | |
gvim / gvimdiff / gview / gvimex | |
With --override-system-vim option, you can have more symlinks to use | |
macvim-kaoriya instead of the system vim. | |
vi / vim / vimdiff / view / vimex | |
==> Satisfying dependencies | |
complete | |
==> Downloading https://github.com/splhack/macvim-kaoriya/releases/download/2016 | |
Already downloaded: /Library/Caches/Homebrew/macvim-kaoriya-7.4,20160129.dmg | |
==> Verifying checksum for Cask macvim-kaoriya | |
==> Symlinking App 'MacVim.app' to '/Users/kenichi/Applications/MacVim.app' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/macvim-askpass' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/mvim' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/mvimdiff' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/mview' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/mvimex' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/gvim' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/gvimdiff' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/gview' | |
==> Symlinking Binary 'mvim' to '/usr/local/bin/gvimex' | |
🍺 macvim-kaoriya staged at '/opt/homebrew-cask/Caskroom/macvim-kaoriya/7.4,20160129' (2330 files, 51M) | |
mahiru:~ kenichi$ mvim | |
mahiru:~ kenichi$ /opt/homebrew-cask/Caskroom/macvim-kaoriya/7.4,20160129/MacVim.app/Contents/Resources/vim/plugins/kaoriya/encode_japan.vim の処理中にエラーが検出されました: | |
行 82: | |
E117: 未知の関数です: kaoriya#switch#enabled | |
E15: 無効な式です: kaoriya#switch#enabled('utf-8') | |
/opt/homebrew-cask/Caskroom/macvim-kaoriya/7.4,20160129/MacVim.app/Contents/Resources/vim/vimrc の処理中にエラーが検出されました: | |
行 237: | |
E117: 未知の関数です: kaoriya#switch#enabled | |
E15: 無効な式です: kaoriya#switch#enabled('disable-vimdoc-ja') | |
行 242: | |
E117: 未知の関数です: kaoriya#switch#enabled | |
E15: 無効な式です: kaoriya#switch#enabled('disable-vimproc') | |
/opt/homebrew-cask/Caskroom/macvim-kaoriya/7.4,20160129/MacVim.app/Contents/Resources/vim/runtime/menu.vim の処理中にエラーが検出されました: | |
行 197: | |
E121: 未定義の変数です: paste#paste_cmd | |
E15: 無効な式です: 'vnoremenu <script> &Edit.&Paste<Tab>"+gP^I' . paste#paste_cmd['v'] | |
行 1206: | |
E334: メニューが見つかりません: Edit.Select\ All^IggVG | |
/opt/homebrew-cask/Caskroom/macvim-kaoriya/7.4,20160129/MacVim.app/Contents/Resources/vim/gvimrc の処理中にエラーが検出されました: | |
行 29: | |
E185: カラースキーム 'macvim' が見つかりません | |
/Users/kenichi/.gvimrc の処理中にエラーが検出されました: | |
行 1: | |
mahiru:~ kenichi$ | |
mahiru:~ kenichi$ echo $LANG | |
ja_JP.UTF-8 | |
mahiru:~ kenichi$ mvim -u NONE -U NONE | |
mahiru:~ kenichi$ /opt/homebrew-cask/Caskroom/macvim-kaoriya/7.4,20160129/MacVim.app/Contents/Resources/vim/runtime/menu.vim の処理中にエラーが検出されました: | |
行 197: | |
E121: 未定義の変数です: paste#paste_cmd | |
E15: 無効な式です: 'vnoremenu <script> &Edit.&Paste<Tab>"+gP^I' . paste#paste_cmd['v'] | |
行 1206: | |
E334: メニューが見つかりません: Edit.Select\ All^IggVG |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment