carlhuda / janus

Vim distribution
7.88k stars 814 forks source link

Startup failure #669

Closed wieczorek1990 closed 8 years ago

wieczorek1990 commented 8 years ago

Janus fails to load on VIM startup with VIM 7.4.

$ vi --version
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Sep 08 2016 02:12:11)
Included patches: 1-2330
Modified by pkg-vim-maintainers@lists.alioth.debian.org
Compiled by pkg-vim-maintainers@lists.alioth.debian.org
Small version without GUI.  Features included (+) or not (-):
+acl             -farsi           -mouse_netterm   -tag_binary
-arabic          -file_in_path    -mouse_sgr       -tag_old_static
-autocmd         -find_in_path    -mouse_sysmouse  -tag_any_white
-balloon_eval    -float           -mouse_urxvt     -tcl
-browse          -folding         -mouse_xterm     -termguicolors
+builtin_terms   -footer          +multi_byte      +terminfo
-byte_offset     +fork()          -multi_lang      -termresponse
-channel         -gettext         -mzscheme        -textobjects
-cindent         -hangul_input    -netbeans_intg   -timers
-clientserver    +iconv           -num64           -title
-clipboard       -insert_expand   +packages        -toolbar
-cmdline_compl   -job             -path_extra      -user_commands
+cmdline_hist    +jumplist        -perl            +vertsplit
-cmdline_info    -keymap          -persistent_undo -virtualedit
-comments        -lambda          -printer         +visual
-conceal         -langmap         -profile         -visualextra
-cryptv          -libcall         -python          -viminfo
-cscope          -linebreak       -python3         -vreplace
-cursorbind      -lispindent      -quickfix        +wildignore
-cursorshape     -listcmds        -reltime         -wildmenu
-dialog          -localmap        -rightleft       +windows
-diff            -lua             -ruby            +writebackup
-digraphs        -menu            -scrollbind      -X11
-dnd             -mksession       -signs           +xfontset
-ebcdic          -modify_fname    -smartindent     -xim
-emacs_tags      -mouse           -startuptime     -xpm
-eval            -mouse_dec       -statusline      -xsmp
+ex_extra        -mouse_gpm       -sun_workshop    -xterm_clipboard
-extra_search    -mouse_jsbterm   -syntax          -xterm_save
   system vimrc file: "$VIM/vimrc"
     user vimrc file: "$HOME/.vimrc"
 2nd user vimrc file: "~/.vim/vimrc"
      user exrc file: "$HOME/.exrc"
       defaults file: "$VIMRUNTIME/defaults.vim"
  fall-back for $VIM: "/usr/share/vim"
Compilation: gcc -c -I. -Iproto -DHAVE_CONFIG_H   -Wdate-time  -g -O2 -fdebug-prefix-map=/build/vim-AP0oSB/vim-7.4.2330=. -fPIE -fstack-protector-strong -Wformat -Werror=format-security -DTINY_VIMRC -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1      
Linking: gcc   -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o vim    -lSM -lICE -lXpm -lXt -lX11 -lXdmcp -lSM -lICE  -lm -ltinfo  -lselinux -lacl -lattr -ldl           
$ vi
Error detected while processing ~/.vimrc:
line   13:
E319: Sorry, the command is not available in this version: let g:janus_custom_path = expand("~/.janus")
line   16:
E319: Sorry, the command is not available in this version: exe 'source ' . g:janus_vim_path . '/core/before/plugin/janus.vim'
line   20:
E319: Sorry, the command is not available in this version: call janus#add_group("tools")
line   21:
E319: Sorry, the command is not available in this version: call janus#add_group("langs")
line   22:
E319: Sorry, the command is not available in this version: call janus#add_group("colors")
line   34:
E319: Sorry, the command is not available in this version: exe 'source ' . g:janus_vim_path . '/core/plugins.vim'
line   41:
E319: Sorry, the command is not available in this version: call janus#load_pathogen()
Press ENTER or type command to continue
wieczorek1990 commented 8 years ago

Broken VIM installation.