Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.48 KB | None | 0 0
  1. $ apt-cache policy vim; vim --version
  2. vim:
  3. Installed: 2:8.2.0121-0york0~19.10
  4. Candidate: 2:8.2.0121-0york0~19.10
  5. Version table:
  6. *** 2:8.2.0121-0york0~19.10 500
  7. 500 http://ppa.launchpad.net/jonathonf/vim/ubuntu eoan/main amd64 Packages
  8. 100 /var/lib/dpkg/status
  9. 2:8.1.0875-5ubuntu2 500
  10. 500 http://es-mirrors.evowise.com/ubuntu eoan/main amd64 Packages
  11. VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Jan 15 2020 21:12:01)
  12. Included patches: 1-121
  13. Modified by jonathon.fernyhough@york.ac.uk
  14. Compiled by jonathon.fernyhough@york.ac.uk
  15. Huge version without GUI. Features included (+) or not (-):
  16. +acl -farsi -mouse_sysmouse -tag_old_static
  17. +arabic +file_in_path +mouse_urxvt -tag_any_white
  18. +autocmd +find_in_path +mouse_xterm -tcl
  19. +autochdir +float +multi_byte +termguicolors
  20. -autoservername +folding +multi_lang +terminal
  21. -balloon_eval -footer -mzscheme +terminfo
  22. +balloon_eval_term +fork() +netbeans_intg +termresponse
  23. -browse +gettext +num64 +textobjects
  24. ++builtin_terms -hangul_input +packages +textprop
  25. +byte_offset +iconv +path_extra +timers
  26. +channel +insert_expand -perl +title
  27. +cindent +job +persistent_undo -toolbar
  28. -clientserver +jumplist +popupwin +user_commands
  29. -clipboard +keymap +postscript +vartabs
  30. +cmdline_compl +lambda +printer +vertsplit
  31. +cmdline_hist +langmap +profile +virtualedit
  32. +cmdline_info +libcall -python +visual
  33. +comments +linebreak +python3 +visualextra
  34. +conceal +lispindent +quickfix +viminfo
  35. +cryptv +listcmds +reltime +vreplace
  36. +cscope +localmap +rightleft +wildignore
  37. +cursorbind -lua -ruby +wildmenu
  38. +cursorshape +menu +scrollbind +windows
  39. +dialog_con +mksession +signs +writebackup
  40. +diff +modify_fname +smartindent -X11
  41. +digraphs +mouse +sound -xfontset
  42. -dnd -mouseshape +spell -xim
  43. -ebcdic +mouse_dec +startuptime -xpm
  44. +emacs_tags +mouse_gpm +statusline -xsmp
  45. +eval -mouse_jsbterm -sun_workshop -xterm_clipboard
  46. +ex_extra +mouse_netterm +syntax -xterm_save
  47. +extra_search +mouse_sgr +tag_binary
  48. system vimrc file: "$VIM/vimrc"
  49. user vimrc file: "$HOME/.vimrc"
  50. 2nd user vimrc file: "~/.vim/vimrc"
  51. user exrc file: "$HOME/.exrc"
  52. defaults file: "$VIMRUNTIME/defaults.vim"
  53. fall-back for $VIM: "/usr/share/vim"
  54. Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -Wdate-time -g -O2 -fdebug-prefix-map=/build/vim-qwJODc/vim-8.2.0121=. -fstack-protector-strong -Wformat -Werror=format-security -D_REENTRANT -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
  55. Linking: gcc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim -lm -ltinfo -lnsl -lselinux -lcanberra -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