[Bug 215374] Re: Vim crash when trying to expand a path

2008-04-26 Thread matrixise
I have the same bug since I have upgraded from gutsy to hardy. I use the
rails plugin from http://rails.vim.tpope.net/ and it uses paths to help
the user. I can see that there is a fix for this bug on
https://bugs.launchpad.net/ubuntu/+source/vim/+bug/183935

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu 8.04
# apt-cache policy vim
vim:
  Installed: (none)
  Candidate: 1:7.1-138+1ubuntu3
  Version table:
 1:7.1-138+1ubuntu3 0
500 http://be.archive.ubuntu.com hardy/main Packages

-- 
Vim crash when trying to expand a path
https://bugs.launchpad.net/bugs/215374
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219546] Re: vim crashed using rails.vim on Hardy

2008-04-26 Thread matrixise
I confirm too !!! and this bug exists sinces months. It seems to be
fixed in the unstable branch of debian.

https://bugs.launchpad.net/ubuntu/+source/vim/+bug/183935

-- 
vim crashed using rails.vim on Hardy
https://bugs.launchpad.net/bugs/219546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219546] Re: vim crashed using rails.vim on Hardy

2008-04-26 Thread matrixise
1/ Install ruby and rails with gem with root access:
apt-get install ruby rdoc ri libsqlite3-dev
wget http://rubyforge.org/frs/download.php/35283/rubygems-1.1.1.tgz  
tar xfz rubygems-1.1.1.tgz
cd rubygems-1.1.1
ruby setup.rb
ln /usr/bin/gem1.8 /usr/bin/gem
gem install rails sqlite3-ruby

(source: http://amanzi.blogspot.com/2007/11/quick-ruby-and-rail-on-
ubuntu-710.html)

2/ Install the rails plugin with user access:
git clone git://git.tpope.net/git/vim-rails.git
cp vim-rails/autoload vim-rails/doc vim-rails/plugin ~/.vim -R

3/ Create a rails application with user access:
rails test_crash
cd test_crash

3.1/ Create a controller for rails 
./script/generate controller Test

launch vim to use the rails plugin with the rails app
vim

With the rails plugin, you have news commands, per example, if you want to go 
to the source code of the 'Test' Controller, you can use the command 
:REcontroller test
But, the rails plugin comes with auto-completion for :REcontroller, :REmodel, 
... with the TAB key, but if you try with this key, there is a crash of vim, 
with a segmentation fault.
The auto-completion is based on the relative path of the rails application

This bug is very blocking :(

I hope you will understand my description

-- 
vim crashed using rails.vim on Hardy
https://bugs.launchpad.net/bugs/219546
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 183935] Re: Please merge vim (1:7.1-175+2) from debian unstable

2008-04-25 Thread matrixise
Hi !

[ Debian Vim Maintainers ]
  * New upstream patches (139 - 167), see README.gz for details.
- 7.1.147 fixes a crash when tab completing a user's home directory.
  (Closes: #453049)

About this bug, with Hardy, I get it with vim and the rails plugin from
http://rails.vim.tpope.net/

Thanks to fix this bug in the repository, because I can not use this
plugin with this bug and so, I can not work :(

Best Regards,

-- 
Please merge vim (1:7.1-175+2) from debian unstable
https://bugs.launchpad.net/bugs/183935
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs