It is already shown in the original email. I guess you mean vim on macos? Here is it.
$ vim --version VIM - Vi IMproved 8.1 (2018 May 18, compiled Dec 13 2018 08:58:43) macOS version Included patches: 1-577 Compiled by [email protected] Huge version with MacVim GUI. Features included (+) or not (-): +acl +farsi +mouse_sgr -tag_any_white +arabic +file_in_path -mouse_sysmouse -tcl +autocmd +find_in_path +mouse_urxvt +termguicolors +autochdir +float +mouse_xterm +terminal -autoservername +folding +multi_byte +terminfo +balloon_eval -footer +multi_lang +termresponse +balloon_eval_term +fork() -mzscheme +textobjects +browse +fullscreen +netbeans_intg +timers ++builtin_terms -gettext +num64 +title +byte_offset -hangul_input +odbeditor +toolbar +channel +iconv +packages +transparency +cindent +insert_expand +path_extra +user_commands +clientserver +job +perl/dyn +vartabs +clipboard +jumplist +persistent_undo +vertsplit +cmdline_compl +keymap +postscript +virtualedit +cmdline_hist +lambda +printer +visual +cmdline_info +langmap +profile +visualextra +comments +libcall +python/dyn +viminfo +conceal +linebreak +python3/dyn +vreplace +cryptv +lispindent +quickfix +wildignore +cscope +listcmds +reltime +wildmenu +cursorbind +localmap +rightleft +windows +cursorshape +lua/dyn +ruby/dyn +writebackup +dialog_con_gui +menu +scrollbind -X11 +diff +mksession +signs -xfontset +digraphs +modify_fname +smartindent +xim +dnd +mouse +startuptime -xpm -ebcdic +mouseshape +statusline -xsmp +emacs_tags +mouse_dec -sun_workshop -xterm_clipboard +eval -mouse_gpm +syntax -xterm_save +ex_extra -mouse_jsbterm +tag_binary +extra_search +mouse_netterm +tag_old_static 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" defaults file: "$VIMRUNTIME/defaults.vim" system menu file: "$VIMRUNTIME/menu.vim" fall-back for $VIM: "/Applications/MacVim.app/Contents/Resources/vim" Compilation: clang -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MACVIM -Wall -Wno-unknown-pragmas -pipe -DMACOS_X -DMACOS_X_DARWIN -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 Linking: clang -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L. -fstack-protector -L/usr/local/lib -L/usr/local/opt/libyaml/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/readline/lib -L/usr/local/lib -o Vim -framework Cocoa -framework Carbon -lm -lncurses -liconv -framework AppKit -fstack-protector -L/System/Library/Perl/5.18/darwin-thread-multi-2level/CORE On Sat, Jan 12, 2019 at 5:13 AM Christian Brabandt <[email protected]> wrote: > > > On Fr, 11 Jan 2019, Peng Yu wrote: > > > > I got the following error when I run vim on an ubuntu docker image. Does > > > anybody know what is wrong with the vim installation? Thanks. > > > > Here (scroll toward the end) is the difference between the vim > > --version on my mac os (works) and the docker (does not work). I guess > > that the problem must be caused by one of the switches. Does anybody > > see which switch causes the problem? Thanks. > > > > https://asciinema.org/a/7wfeSOeIiwEuk8TSbvZgdLXga > > Instead of recording a screen session and showing a diff that is hardly > readable, because I cannot even guess what part of the output belongs to > which vim version. So please simply show the output of `vim --version` > of your docker image. > > Best, > Christian > -- > Alles, was die Menschen in Bewegung setzt, muß durch ihren Kopf > hindurch, aber welche Gestalt es in diesem Kopf annimmt, hängt von den > Umständen ab. > -- Friedrich Engels > > -- > -- > You received this message from the "vim_use" maillist. > Do not top-post! Type your reply below the text you are replying to. > For more information, visit http://www.vim.org/maillist.php > > --- > You received this message because you are subscribed to a topic in the Google > Groups "vim_use" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vim_use/YyON64D7Zec/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. -- Regards, Peng -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
