Your message dated Tue, 11 Jan 2011 22:48:36 -0500
with message-id <[email protected]>
and subject line Re: Bug#609599: vim-runtime: Error detected while processing
/usr/share/vim/vim73/ftplugin/ruby.vim: line 83
has caused the Debian Bug report #609599,
regarding vim-runtime: Error detected while processing
/usr/share/vim/vim73/ftplugin/ruby.vim: line 83
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
609599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609599
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vim-runtime
Version: 2:7.3.035+hg~8fdc12103333-1
Severity: minor
When I open a ruby file
fish$ vim File.rb
Error detected while processing /usr/share/vim/vim73/ftplugin/ruby.vim:
line 83
>>>>>> /usr/share/vim/vim73/ftplugin/ruby.vim
80 if &shellxquote == "'"
81 let s:ruby_path = system('ruby -e "' . s:code . '"')
82 else
83 let s:ruby_path = system("ruby -e '" . s:code . "'")
84 endif
I'm using fish as my shell.
I'm not sure of the repercussions of this error, vim starts more-or-less
normally after a bit.
-- System Information:
Debian Release: 6.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
vim-runtime depends on no packages.
Versions of packages vim-runtime recommends:
ii vim 2:7.3.035+hg~8fdc12103333-1 Vi IMproved - enhanced vi editor
ii vim-tiny 2:7.3.035+hg~8fdc12103333-1 Vi IMproved - enhanced vi editor -
vim-runtime suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Closing, since that solved the problem.
On Mon, Jan 10, 2011 at 01:49:36PM -0800, Michael Kirk wrote:
> Excellent, thanks much.
> M
>
> On Mon, Jan 10, 2011 at 1:37 PM, James Vega <[email protected]> wrote:
>
> > On Mon, Jan 10, 2011 at 4:08 PM, Michael Kirk
> > <[email protected]> wrote:
> > > When I open a ruby file
> > >
> > > fish$ vim File.rb
> > > Error detected while processing /usr/share/vim/vim73/ftplugin/ruby.vim:
> > > line 83
> > >
> > >>>>>>> /usr/share/vim/vim73/ftplugin/ruby.vim
> > > 80 if &shellxquote == "'"
> > > 81 let s:ruby_path = system('ruby -e "' . s:code . '"')
> > > 82 else
> > > 83 let s:ruby_path = system("ruby -e '" . s:code . "'")
> > > 84 endif
> > >
> > > I'm using fish as my shell.
> > >
> > > I'm not sure of the repercussions of this error, vim starts more-or-less
> > normally after a bit.
> >
> > Vim uses POSIX-compatible syntax for running commands in the shell
> > (unless using one of the few non-POSIX shells it recognizes).
> > Obviously, Fish strays fairly far from POSIX so your best bet it to tell
> > Vim to use a different shell. It may be possible to tweak the
> > shell-related options (like 'shellxquote', 'shellquote', etc.) but it's
> > easier just to change the shell. Here's what I used to have in my vimrc
> > when I used fish:
> >
> > if $SHELL =~ 'fish'
> > set shell='/bin/sh'
> > endif
--
James
GPG Key: 1024D/61326D40 2003-09-02 James Vega <[email protected]>
signature.asc
Description: Digital signature
--- End Message ---