Advertisement
Shishire

It's lying to me!

Oct 31st, 2012
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. [2012-10-31 16:49:51] shishire@Megaera:~$ which vim
  2. /opt/local/bin/vim
  3. [2012-10-31 16:50:35] shishire@Megaera:~$ vim --version
  4. VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 20 2012 13:16:02)
  5. Compiled by root@apple.com
  6. Normal version without GUI. Features included (+) or not (-):
  7. -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent
  8. -clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
  9. -conceal +cryptv +cscope +cursorbind +cursorshape +dialog_con +diff +digraphs
  10. -dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path
  11. +find_in_path +float +folding -footer +fork() -gettext -hangul_input +iconv
  12. +insert_expand +jumplist -keymap -langmap +libcall +linebreak +lispindent
  13. +listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape
  14. -mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm -mouse_sysmouse
  15. +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg -osfiletype
  16. +path_extra -perl +persistent_undo +postscript +printer -profile +python/dyn
  17. -python3 +quickfix +reltime -rightleft +ruby/dyn +scrollbind +signs
  18. +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary
  19. +tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
  20. -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
  21. +vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset -xim -xsmp
  22. -xterm_clipboard -xterm_save
  23. system vimrc file: "$VIM/vimrc"
  24. user vimrc file: "$HOME/.vimrc"
  25. user exrc file: "$HOME/.exrc"
  26. fall-back for $VIM: "/usr/share/vim"
  27. Compilation: gcc -c -I. -D_FORTIFY_SOURCE=0 -Iproto -DHAVE_CONFIG_H -arch i386 -arch x86_64 -g -Os -pipe
  28. Linking: gcc -arch i386 -arch x86_64 -o vim -lncurses
  29. [2012-10-31 16:50:39] shishire@Megaera:~$ /opt/local/bin/vim --version
  30. VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Oct 31 2012 16:33:28)
  31. MacOS X (unix) version
  32. Included patches: 1-244, 246-661
  33. Compiled by shishire@Megaera.local
  34. Normal version without GUI. Features included (+) or not (-):
  35. -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset +cindent
  36. +clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info +comments
  37. -conceal +cryptv -cscope +cursorbind +cursorshape +dialog_con +diff +digraphs
  38. -dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi +file_in_path
  39. +find_in_path +float +folding -footer +fork() +gettext -hangul_input +iconv
  40. +insert_expand +jumplist -keymap -langmap +libcall +linebreak +lispindent
  41. +listcmds +localmap -lua +menu +mksession +modify_fname +mouse -mouseshape
  42. -mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm -mouse_sysmouse
  43. +mouse_xterm -mouse_urxvt -mouse_sgr +multi_byte +multi_lang -mzscheme
  44. +netbeans_intg +path_extra -perl +persistent_undo +postscript +printer -profile
  45. -python -python3 +quickfix +reltime -rightleft -ruby +scrollbind +signs
  46. +smartindent -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary
  47. +tag_old_static -tag_any_white -tcl +terminfo +termresponse +textobjects +title
  48. -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra +viminfo
  49. +vreplace +wildignore +wildmenu +windows +writebackup +X11 +xfontset -xim
  50. +xsmp_interact +xterm_clipboard -xterm_save
  51. system vimrc file: "/opt/local/etc/vimrc"
  52. user vimrc file: "$HOME/.vimrc"
  53. user exrc file: "$HOME/.exrc"
  54. fall-back for $VIM: "/opt/local/share/vim"
  55. Compilation: /usr/bin/clang -c -I. -Iproto -DHAVE_CONFIG_H -I/opt/local/include -DMACOS_X_UNIX -no-cpp-precomp -pipe -O2 -arch x86_64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/opt/local/include
  56. Linking: /usr/bin/clang -L/opt/local/lib -L/opt/local/lib -arch x86_64 -L/usr/local/lib -o vim -lXt -lX11 -lSM -lICE -lm -lncurses -liconv -lintl -framework Cocoa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement