vimrc.tiny contains unsubstituted @VIMCUR@ macro

Bug #220561 reported by Daniel Hahler
2
Affects Status Importance Assigned to Milestone
vim (Debian)
Fix Released
Unknown
vim (Ubuntu)
Fix Released
Undecided
Colin Watson

Bug Description

Binary package hint: vim

In /etc/vim/vimrc.tiny we have:
set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/@VIMCUR@,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after

From a quick look at debian/rules in the source package, it seems like ./debian/tiny/vimrc.tiny should be shipped as ./debian/tiny/vimrc.tiny.in, so that it gets processed by the following block from debian/rules:
  %: %.in
      cat $< | sed 's/@VIMCUR@/$(VIMCUR)/' > $@

This is with vim 7.1-138+1ubuntu3 in Ubuntu Hardy, but it applies to vim 7.1.293-1 in Debian unstable, too.

Related branches

Revision history for this message
Daniel Hahler (blueyed) wrote :
Changed in vim:
status: Unknown → Fix Released
Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks for this. I just merged 1:7.1.293-2 in intrepid, which contains this fix.

Changed in vim:
assignee: nobody → kamion
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.