Advertisement
Guest User

VIM

a guest
Dec 24th, 2013
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.25 KB | None | 0 0
  1. :version
  2. VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Aug 12 2013 00:23:19)
  3. Modified by pkg-vim-maintainers@lists.alioth.debian.org
  4. Compiled by buildd@
  5. Huge version without GUI. Features included (+) or not (-):
  6. +arabic +diff +jumplist -mouse_sysmouse +scrollbind +virtualedit
  7. +autocmd +digraphs +keymap +mouse_urxvt +signs +visual
  8. -balloon_eval -dnd +langmap +mouse_xterm +smartindent +visualextra
  9. -browse -ebcdic +libcall +multi_byte -sniff +viminfo
  10. ++builtin_terms +emacs_tags +linebreak +multi_lang +startuptime +vreplace
  11. +byte_offset +eval +lispindent -mzscheme +statusline +wildignore
  12. +cindent +ex_extra +listcmds +netbeans_intg -sun_workshop +wildmenu
  13. -clientserver +extra_search +localmap +path_extra +syntax +windows
  14. -clipboard +farsi -lua -perl +tag_binary +writebackup
  15. +cmdline_compl +file_in_path +menu +persistent_undo +tag_old_static -X11
  16. +cmdline_hist +find_in_path +mksession +postscript -tag_any_white -xfontset
  17. +cmdline_info +float +modify_fname +printer -tcl -xim
  18. +comments +folding +mouse +profile +terminfo -xsmp
  19. +conceal -footer -mouseshape +python +termresponse -xterm_clipboard
  20. +cryptv +fork() +mouse_dec -python3 +textobjects -xterm_save
  21. +cscope +gettext +mouse_gpm +quickfix +title
  22. +cursorbind -hangul_input -mouse_jsbterm +reltime -toolbar
  23. +cursorshape +iconv +mouse_netterm +rightleft +user_commands
  24. +dialog_con +insert_expand +mouse_sgr -ruby +vertsplit
  25. system vimrc file: "$VIM/vimrc"
  26. user vimrc file: "$HOME/.vimrc"
  27. 2nd user vimrc file: "~/.vim/vimrc"
  28. user exrc file: "$HOME/.exrc"
  29. fall-back for $VIM: "/usr/share/vim"
  30. Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 -fstack-protector --param=ssp-buffer-size=4
  31. -Wformat -Werror=format-security -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1
  32. Linking: gcc -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed -o vim -lm -ltinfo -lnsl -
  33. lselinux -lacl -lattr -lgpm -ldl -L/usr/lib/python2.7/config-x86_64-linux-gnu -lpython2.7 -lpthread
  34. -ldl -lutil -lm -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
  35.  
  36.  
  37. tree ~/.vim
  38. /home/thomas/.vim
  39. └── bundle
  40. └── vundle
  41. ├── autoload
  42. │   ├── vundle
  43. │   │   ├── config.vim
  44. │   │   ├── installer.vim
  45. │   │   └── scripts.vim
  46. │   └── vundle.vim
  47. ├── doc
  48. │   └── vundle.txt
  49. ├── LICENSE-MIT.txt
  50. ├── README.md
  51. └── test
  52. ├── files
  53. │   └── test.erl
  54. ├── minirc.vim
  55. └── vimrc
  56.  
  57. echo $PATH
  58. /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement