About: Ubuntu 13.04, Vim, Gvim and Commnand-T   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

First I tried an old way sudo apt-get install vim-gnome by default it installs Vim version to 7.3 with the patch about 545 when try to use command-t get error Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault Found out this is due to bug in Vim. Tried to build latest Vim version from source according to these instructions. Got problem when compiling Vim with ruby support (and gvim). Checked many posts and all of them say to use mercurial (don't know why). Solution: Build Vim 7.4 from source using git mirror. Don't know how and why but with sources from git it worked for me

AttributesValues
rdfs:label
  • Ubuntu 13.04, Vim, Gvim and Commnand-T
rdfs:comment
  • First I tried an old way sudo apt-get install vim-gnome by default it installs Vim version to 7.3 with the patch about 545 when try to use command-t get error Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault Found out this is due to bug in Vim. Tried to build latest Vim version from source according to these instructions. Got problem when compiling Vim with ruby support (and gvim). Checked many posts and all of them say to use mercurial (don't know why). Solution: Build Vim 7.4 from source using git mirror. Don't know how and why but with sources from git it worked for me
Version
  • 7(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 0(xsd:integer)
Author
  • Eugenekorpan
Subpage
  • /2013
Complexity
  • basic
Created
  • 2013-08-03(xsd:date)
ID
  • 0(xsd:integer)
NEXT
  • 0(xsd:integer)
abstract
  • First I tried an old way sudo apt-get install vim-gnome by default it installs Vim version to 7.3 with the patch about 545 when try to use command-t get error Vim: Caught deadly signal SEGV Vim: Finished. Segmentation fault Found out this is due to bug in Vim. Tried to build latest Vim version from source according to these instructions. Got problem when compiling Vim with ruby support (and gvim). Checked many posts and all of them say to use mercurial (don't know why). Solution: Build Vim 7.4 from source using git mirror. Don't know how and why but with sources from git it worked for me git clone https://github.com/b4winckler/vim ./configure --with-features=huge --enable-rubyinterp --enable-gui=gnome2 make sudo make install After that I've got Vim 7.4b, gvim and with ruby support. Now ready to install command-t. I installed it with vundle.vim (I think no matter how to install it). Go to plugin directory and according to installation instructions cd ~/.vim/ruby/command-t (in a case with vundle it is in ~/.vim/bundle/Command-T/ruby/command-t) ruby extconf.rb make Important: Run those with ruby 1.8.7. Didn't play with other versions but with 2.0.0 definitely didn't work for me Could be problems with RVM. Even if you explicitly set version to 1.8.7 it still uses 2.0.0. Probably due to default version. I tried to change default version bu 1.8.7 but no luck. Solution: rvm uninstall 2.0.0 Conclusion: * Ubuntu 13.04 * Build Vim from sources * Use Vim 7.4b version * Use git repository to fetch sources * Compile with ruby support * Compile with gnome gui support * Use Ruby 1.8.7
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software