greyblake / vim-preview

Vim plugin for previewing markup files(markdown,rdoc,textile,html)
GNU General Public License v2.0
209 stars 29 forks source link

vim 7.3 ppa + ruby 1.8 segmention fault error #18

Closed skyeagle closed 12 years ago

skyeagle commented 12 years ago

I have installed vim 7.3 from ppa in this question. Vim is installed with default ubuntu libruby paths.

Vim raises segmentation fault and closes when i am trying to open preview.

Vim log contains nothing interesting:

Searching for "autoload/preview.vim" in "/home/anton/.vim,/home/anton/.vim/bundle/TailMinusF,/home/anton/.vim/bundle/bufexplorer,/home/anton/.vim/bundle/command-T,/home/anton/.vim/bundle/csapprox,/home/anton/.vim/bundle/gist-vim,/home/anton/.vim/bundle/matchit,/home/anton/.vim/bundle/nerdcommenter,/home/anton/.vim/bundle/nerdtree,/home/anton/.vim/bundle/rsense,/home/anton/.vim/bundle/snipmate,/home/anton/.vim/bundle/syntastic,/home/anton/.vim/bundle/vim-ack,/home/anton/.vim/bundle/vim-align,/home/anton/.vim/bundle/vim-apidock,/home/anton/.vim/bundle/vim-autoclose,/home/anton/.vim/bundle/vim-autocomplpop,/home/anton/.vim/bundle/vim-conque,/home/anton/.vim/bundle/vim-fugitive,/home/anton/.vim/bundle/vim-google-translate,/home/anton/.vim/bundle/vim-haml,/home/anton/.vim/bundle/vim-javascript,/home/anton/.vim/bundle/vim-l9,/home/anton/.vim/bundle/vim-markdown,/home/anton/.vim/bundle/vim-markdown-preview,/home/anton/.vim/bundle/vim-pathogen,/home/anton/.vim/bundle/vim-preview,/home/anton/.vim/bundle/vim-ragtag,/ho
Searching for "/home/anton/.vim/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/TailMinusF/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/bufexplorer/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/command-T/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/csapprox/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/gist-vim/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/matchit/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/nerdcommenter/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/nerdtree/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/rsense/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/snipmate/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/syntastic/autoload/preview.vim"
Searching for "/home/anton/.vim/bundle/vim-ack/autoload/preview.vim"
Searching for "/home/anton/.vi

That's all

Any help? Would I rather compile vim with rvm ruby 1.9.2?

greyblake commented 12 years ago

Hi! I am sorry for delay. Is it still actual? Could you please provide output of vim --version to see which options were used to compile vim?

skyeagle commented 12 years ago

I made the choice in favour of hammer. Thanks for the reply