Skip to content

Instantly share code, notes, and snippets.

@tomoh1r
Created December 9, 2014 01:40
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tomoh1r/7a79cefb2767d1d43b20 to your computer and use it in GitHub Desktop.
vim version
$ /Users/tomo/Applications/MacVim.app/Contents/MacOS/Vim --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Dec 4 2014 19:05:45)
MacOS X (unix) version
Included patches: 1-527
Compiled by sakamoto@macbook.local
Huge version with MacVim GUI. Features included (+) or not (-):
+acl +find_in_path +mouse_netterm +syntax
+arabic +float +mouse_sgr +tag_binary
+autocmd +folding -mouse_sysmouse +tag_old_static
+balloon_eval -footer +mouse_urxvt -tag_any_white
+browse +fork() +mouse_xterm -tcl
++builtin_terms +fullscreen +multi_byte +terminfo
+byte_offset +gettext +multi_lang +termresponse
+cindent +guess_encode -mzscheme +textobjects
+clientserver -hangul_input +netbeans_intg +title
+clipboard +iconv +odbeditor +toolbar
+cmdline_compl +insert_expand +path_extra +transparency
+cmdline_hist +jumplist +perl/dyn +user_commands
+cmdline_info +keymap +persistent_undo +vertsplit
+comments +kaoriya +postscript +virtualedit
+conceal +langmap +printer +visual
+cryptv +libcall +profile +visualextra
+cscope +linebreak +python/dyn +viminfo
+cursorbind +lispindent +python3/dyn +vreplace
+cursorshape +listcmds +quickfix +wildignore
+dialog_con_gui +localmap +reltime +wildmenu
+diff +lua/dyn +rightleft +windows
+digraphs +menu +ruby/dyn +writebackup
+dnd +migemo +ruby19/dyn -X11
-ebcdic +mksession +scrollbind -xfontset
+emacs_tags +modify_fname +signs +xim
+eval +mouse +smartindent -xsmp
+ex_extra +mouseshape -sniff -xterm_clipboard
+extra_search +mouse_dec +startuptime -xterm_save
+farsi -mouse_gpm +statusline -xpm
+file_in_path -mouse_jsbterm -sun_workshop
system vimrc file: "$VIM/vimrc"
user vimrc file: "$HOME/.vimrc"
2nd user vimrc file: "~/.vim/vimrc"
user exrc file: "$HOME/.exrc"
system gvimrc file: "$VIM/gvimrc"
user gvimrc file: "$HOME/.gvimrc"
2nd user gvimrc file: "~/.vim/gvimrc"
system menu file: "$VIMRUNTIME/menu.vim"
fall-back for $VIM: "
/usr/local/Cellar/macvim-kaoriya/HEAD/MacVim.app/Contents/Resources/vim"
Compilation: clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X_UNIX -mmacosx-version-min=10.8 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
Linking: clang -L. -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L. -fstack-protector -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L. -L/usr/local/lib -L. -L/usr/local/lib -mmacosx-version-min=10.8 -headerpad_max_install_names -L/usr/local/lib -o Vim -framework Cocoa -framework Carbon -lm -lncurses -liconv -lintl -lmigemo -framework Cocoa -pagezero_size 10000 -image_base 100000000 -pagezero_size 10000 -image_base 100000000 -fstack-protector -L/System/Library/Perl/5.16/darwin-thread-multi-2level/CORE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment