Advertisement
Guest User

vim --version

a guest
Jan 25th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.06 KB | None | 0 0
  1. $ vim --version
  2. VIM - Vi IMproved 8.1 (2018 May 18, compiled Sep 05 2019 11:15:15)
  3. Included patches: 1-875, 878, 884, 948, 1046, 1365-1368, 1382, 1401
  4. Modified by team+vim@tracker.debian.org
  5. Compiled by team+vim@tracker.debian.org
  6. Huge version without GUI. Features included (+) or not (-):
  7. +acl +extra_search +mouse_netterm +tag_old_static
  8. +arabic +farsi +mouse_sgr -tag_any_white
  9. +autocmd +file_in_path -mouse_sysmouse -tcl
  10. +autochdir +find_in_path +mouse_urxvt +termguicolors
  11. -autoservername +float +mouse_xterm +terminal
  12. -balloon_eval +folding +multi_byte +terminfo
  13. +balloon_eval_term -footer +multi_lang +termresponse
  14. -browse +fork() -mzscheme +textobjects
  15. ++builtin_terms +gettext +netbeans_intg +textprop
  16. +byte_offset -hangul_input +num64 +timers
  17. +channel +iconv +packages +title
  18. +cindent +insert_expand +path_extra -toolbar
  19. -clientserver +job -perl +user_commands
  20. -clipboard +jumplist +persistent_undo +vartabs
  21. +cmdline_compl +keymap +postscript +vertsplit
  22. +cmdline_hist +lambda +printer +virtualedit
  23. +cmdline_info +langmap +profile +visual
  24. +comments +libcall -python +visualextra
  25. +conceal +linebreak +python3 +viminfo
  26. +cryptv +lispindent +quickfix +vreplace
  27. +cscope +listcmds +reltime +wildignore
  28. +cursorbind +localmap +rightleft +wildmenu
  29. +cursorshape -lua -ruby +windows
  30. +dialog_con +menu +scrollbind +writebackup
  31. +diff +mksession +signs -X11
  32. +digraphs +modify_fname +smartindent -xfontset
  33. -dnd +mouse +startuptime -xim
  34. -ebcdic -mouseshape +statusline -xpm
  35. +emacs_tags +mouse_dec -sun_workshop -xsmp
  36. +eval +mouse_gpm +syntax -xterm_clipboard
  37. +ex_extra -mouse_jsbterm +tag_binary -xterm_save
  38. system vimrc file: "$VIM/vimrc"
  39. user vimrc file: "$HOME/.vimrc"
  40. 2nd user vimrc file: "~/.vim/vimrc"
  41. user exrc file: "$HOME/.exrc"
  42. defaults file: "$VIMRUNTIME/defaults.vim"
  43. fall-back for $VIM: "/usr/share/vim"
  44. Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -fdebug-prefix-map=/build/vim-msfmDW/vim-8.1.0875=. -fstack-protector-strong -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
  45. Linking: gcc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lm -ltinfo -lnsl -lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/python3.7/config-3.7m-x86_64-linux-gnu -lpython3.7m -lcrypt -lpthread -ldl -lutil -lm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement