質問編集履歴
1
add osx version and result of brew info vim
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,6 +11,7 @@
|
|
11
11
|
# 環境
|
12
12
|
- HOMEBREW_VERSION: 1.1.9
|
13
13
|
- インストールしたいVimのバージョン: 8.0.0329
|
14
|
+
- OSX 10.11.5
|
14
15
|
|
15
16
|
# インストール手順
|
16
17
|
##### Vimの再インストール
|
@@ -27,6 +28,55 @@
|
|
27
28
|
make: *** [first] Error 2
|
28
29
|
```
|
29
30
|
|
31
|
+
##### `brew info vim` の結果
|
32
|
+
```brew
|
33
|
+
➜ brew info vim
|
34
|
+
vim: stable 8.0.0329 (bottled), HEAD
|
35
|
+
Vi "workalike" with many additional features
|
36
|
+
http://www.vim.org/
|
37
|
+
Conflicts with: ex-vi
|
38
|
+
/usr/local/Cellar/vim/8.0.0329 (1,713 files, 23.3M) *
|
39
|
+
Poured from bottle on 2017-02-14 at 23:24:58
|
40
|
+
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/vim.rb
|
41
|
+
==> Dependencies
|
42
|
+
Optional: lua ✔, luajit ✘
|
43
|
+
==> Requirements
|
44
|
+
Required: ruby >= 1.8 ✔, perl >= 5.3 ✔
|
45
|
+
Recommended: python ✔
|
46
|
+
Optional: python3 ✘
|
47
|
+
==> Options
|
48
|
+
--with-client-server
|
49
|
+
Enable client/server mode
|
50
|
+
--with-custom-perl
|
51
|
+
Build with a custom Perl instead of the Homebrew version.
|
52
|
+
--with-custom-python
|
53
|
+
Build with a custom Python 2 instead of the Homebrew version.
|
54
|
+
--with-custom-ruby
|
55
|
+
Build with a custom Ruby instead of the Homebrew version.
|
56
|
+
--with-lua
|
57
|
+
Build vim with lua support
|
58
|
+
--with-luajit
|
59
|
+
Build with luajit support
|
60
|
+
--with-mzscheme
|
61
|
+
Build vim with mzscheme support
|
62
|
+
--with-override-system-vi
|
63
|
+
Override system vi
|
64
|
+
--with-python3
|
65
|
+
Build vim with python3 instead of python[2] support
|
66
|
+
--with-tcl
|
67
|
+
Build vim with tcl support
|
68
|
+
--without-nls
|
69
|
+
Build vim without National Language Support (translated messages, keymaps)
|
70
|
+
--without-perl
|
71
|
+
Build vim without perl support
|
72
|
+
--without-python
|
73
|
+
Build vim without python support
|
74
|
+
--without-ruby
|
75
|
+
Build vim without ruby support
|
76
|
+
--HEAD
|
77
|
+
Install HEAD version
|
78
|
+
```
|
79
|
+
|
30
80
|
# その他
|
31
81
|
- `brew uninstall`してからインストールしても同じ
|
32
82
|
|