On Nov 6, 10:25 pm, Bee <[email protected]> wrote: > On Nov 6, 10:15 pm, Bee <[email protected]> wrote: > > On Nov 6, 10:03 pm, Bee <[email protected]> wrote: > > > On Nov 6, 12:54 pm, W4RH4WK <[email protected]> wrote: > > > > i just found out something more.. did a --version on my compiled vim > > > > binary and the original one from the ubuntu repo > > > > first the original: > > > > $ /etc/alternatives/vim --version | grep brow > > > > +arabic +autocmd +balloon_eval +browse ++builtin_terms +byte_offset > > > > +cindent > > > > > now the self compiled > > > > $ vim --version | grep brow > > > > -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset > > > > +cindent > > > > > browse is in active in mine.. might that be the file browser? if so, > > > > how can i enable it (i already did --with-features=huge) > > > > "vim ." works fine here, a "Normal" version also with "-browse": > > > > # vim --version | grep brow > > > -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset > > > +cindent > > > # vim --version > > > VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov 1 2010 20:37:54) > > > MacOS X (unix) version > > > Included patches: 1-47 > > > Compiled by u...@domain > > > Normal version without GUI. Features included (+) or not (-): > > > I should qualify "works fine". If I do: > > > "vim ." vim opens a Netrw Directory Listing of the current directory > > and in the status area: "." is a directory > > > "vim /" vim opens a Netrw Directory Listing of the root directory > > and in the status area: "/" Illegal file name > > > Do you get a Netrw Directory Listing? > > > -Bill > > Forgot to change "current directory" to "root directory" in the > previous comment. > > If you open with only "vim" and then do ":E" (note uppercase "E") do > you get a Netrw Directory Listing? > > --and-- > > Just for comparison here is my full --version: > > # vim --version > VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Nov 1 2010 20:37:54) > MacOS X (unix) version > Included patches: 1-47 > Compiled by u...@domain > Normal version without GUI. Features included (+) or not (-): > -arabic +autocmd -balloon_eval -browse +builtin_terms +byte_offset > +cindent > -clientserver +clipboard +cmdline_compl +cmdline_hist +cmdline_info > +comments > -conceal +cryptv -cscope +cursorbind +cursorshape +dialog_con +diff > +digraphs > -dnd -ebcdic -emacs_tags +eval +ex_extra +extra_search -farsi > +file_in_path > +find_in_path +float +folding -footer +fork() -gettext -hangul_input > +iconv > +insert_expand +jumplist -keymap -langmap +libcall +linebreak > +lispindent > +listcmds +localmap -lua +menu +mksession +modify_fname +mouse - > mouseshape > -mouse_dec -mouse_gpm -mouse_jsbterm -mouse_netterm -mouse_sysmouse > +mouse_xterm +multi_byte +multi_lang -mzscheme +netbeans_intg - > osfiletype > +path_extra -perl +persistent_undo +postscript +printer -profile - > python > -python3 +quickfix +reltime -rightleft -ruby +scrollbind +signs > +smartindent > -sniff +startuptime +statusline -sun_workshop +syntax +tag_binary > +tag_old_static -tag_any_white -tcl +terminfo +termresponse > +textobjects +title > -toolbar +user_commands +vertsplit +virtualedit +visual +visualextra > +viminfo > +vreplace +wildignore +wildmenu +windows +writebackup -X11 -xfontset - > xim -xsmp > -xterm_clipboard -xterm_save > system vimrc file: "/opt/local/etc/vimrc" > user vimrc file: "$HOME/.vimrc" > user exrc file: "$HOME/.exrc" > fall-back for $VIM: "/opt/local/share/vim" > Compilation: /usr/bin/gcc-4.0 -c -I. -Iproto -DHAVE_CONFIG_H -I/opt/ > local/include -DMACOS_X_UNIX -no-cpp-precomp -pipe -O -arch ppc - > D_FORTIFY_SOURCE=1 > Linking: /usr/bin/gcc-4.0 -L/opt/local/lib -arch ppc -L/usr/local/ > lib -o vim -lm -lncurses -liconv -framework Cocoa
>From within vim what is the output of: :echo $VIM :echo $VIMRUNTIME Compare the path with what you got when you did previously: $ cd Desktop/vim $ find | grep netrw -Bill -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
