質問編集履歴

1

add osx version and result of brew info vim

2017/02/15 10:18

投稿

Tocyuki
Tocyuki

スコア19

test CHANGED
File without changes
test CHANGED
@@ -23,6 +23,8 @@
23
23
  - HOMEBREW_VERSION: 1.1.9
24
24
 
25
25
  - インストールしたいVimのバージョン: 8.0.0329
26
+
27
+ - OSX 10.11.5
26
28
 
27
29
 
28
30
 
@@ -56,6 +58,104 @@
56
58
 
57
59
 
58
60
 
61
+ ##### `brew info vim` の結果
62
+
63
+ ```brew
64
+
65
+ ➜ brew info vim
66
+
67
+ vim: stable 8.0.0329 (bottled), HEAD
68
+
69
+ Vi "workalike" with many additional features
70
+
71
+ http://www.vim.org/
72
+
73
+ Conflicts with: ex-vi
74
+
75
+ /usr/local/Cellar/vim/8.0.0329 (1,713 files, 23.3M) *
76
+
77
+ Poured from bottle on 2017-02-14 at 23:24:58
78
+
79
+ From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/vim.rb
80
+
81
+ ==> Dependencies
82
+
83
+ Optional: lua ✔, luajit ✘
84
+
85
+ ==> Requirements
86
+
87
+ Required: ruby >= 1.8 ✔, perl >= 5.3 ✔
88
+
89
+ Recommended: python ✔
90
+
91
+ Optional: python3 ✘
92
+
93
+ ==> Options
94
+
95
+ --with-client-server
96
+
97
+ Enable client/server mode
98
+
99
+ --with-custom-perl
100
+
101
+ Build with a custom Perl instead of the Homebrew version.
102
+
103
+ --with-custom-python
104
+
105
+ Build with a custom Python 2 instead of the Homebrew version.
106
+
107
+ --with-custom-ruby
108
+
109
+ Build with a custom Ruby instead of the Homebrew version.
110
+
111
+ --with-lua
112
+
113
+ Build vim with lua support
114
+
115
+ --with-luajit
116
+
117
+ Build with luajit support
118
+
119
+ --with-mzscheme
120
+
121
+ Build vim with mzscheme support
122
+
123
+ --with-override-system-vi
124
+
125
+ Override system vi
126
+
127
+ --with-python3
128
+
129
+ Build vim with python3 instead of python[2] support
130
+
131
+ --with-tcl
132
+
133
+ Build vim with tcl support
134
+
135
+ --without-nls
136
+
137
+ Build vim without National Language Support (translated messages, keymaps)
138
+
139
+ --without-perl
140
+
141
+ Build vim without perl support
142
+
143
+ --without-python
144
+
145
+ Build vim without python support
146
+
147
+ --without-ruby
148
+
149
+ Build vim without ruby support
150
+
151
+ --HEAD
152
+
153
+ Install HEAD version
154
+
155
+ ```
156
+
157
+
158
+
59
159
  # その他
60
160
 
61
161
  - `brew uninstall`してからインストールしても同じ