i first tried out that alias alias VimBeta="VIMRUNTIME=$HOME/Desktop/vim/runtime $HOME/Desktop/vim/ src/vim" would that be in my case... $ VimBeta . still not working (just opens vim and tells me "." is a directory
i also tried to do a "sudo make install" doesn't change anything ether.. 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) -- 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
