Created
June 11, 2017 08:49
-
-
Save klaxalk/1c3ca79d5cb14095689529655ff1b20b to your computer and use it in GitHub Desktop.
Vim :version for YCM issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 11 2017 10:47:02) | |
Included patches: 1-628 | |
Compiled by klaxalk@klaxalk-desktop | |
Huge version with GTK2 GUI. Features included (+) or not (-): | |
+acl +dialog_con_gui +job +mouse_sgr +rightleft +user_commands | |
+arabic +diff +jumplist -mouse_sysmouse +ruby +vertsplit | |
+autocmd +digraphs +keymap +mouse_urxvt +scrollbind +virtualedit | |
+balloon_eval +dnd +lambda +mouse_xterm +signs +visual | |
+browse -ebcdic +langmap +multi_byte +smartindent +visualextra | |
++builtin_terms +emacs_tags +libcall +multi_lang +startuptime +viminfo | |
+byte_offset +eval +linebreak -mzscheme +statusline +vreplace | |
+channel +ex_extra +lispindent +netbeans_intg -sun_workshop +wildignore | |
+cindent +extra_search +listcmds +num64 +syntax +wildmenu | |
+clientserver +farsi +localmap +packages +tag_binary +windows | |
+clipboard +file_in_path +lua +path_extra +tag_old_static +writebackup | |
+cmdline_compl +find_in_path +menu +perl -tag_any_white +X11 | |
+cmdline_hist +float +mksession +persistent_undo -tcl -xfontset | |
+cmdline_info +folding +modify_fname +postscript +termguicolors +xim | |
+comments -footer +mouse +printer +terminfo +xpm | |
+conceal +fork() +mouseshape +profile +termresponse +xsmp_interact | |
+cryptv +gettext +mouse_dec +python +textobjects +xterm_clipboard | |
+cscope -hangul_input -mouse_gpm -python3 +timers -xterm_save | |
+cursorbind +iconv -mouse_jsbterm +quickfix +title | |
+cursorshape +insert_expand +mouse_netterm +reltime +toolbar | |
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: "/usr/share/vim" | |
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_GTK -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-lin | |
ux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk- | |
1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include | |
/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/li | |
b/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 | |
Linking: gcc -L. -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fstack-protector -rdynamic -Wl,-export-dynamic - | |
Wl,-E -L/usr/local/lib -Wl,--as-needed -o vim -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgd | |
k_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lSM -lICE -lXpm - | |
lXt -lX11 -lXdmcp -lSM -lICE -lm -ltinfo -lnsl -lselinux -ldl -L/usr/lib -llua5.1 -Wl,-E -fstack-protector-stron | |
g -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu/perl/5.22/CORE -lperl -ldl -lm -lpthread -lcrypt -L/usr/lib/python2.7 | |
/config-x86_64-linux-gnu -lpython2.7 -lpthread -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functi | |
ons -lruby-2.3 -lpthread -lgmp -ldl -lcrypt -lm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment