BTS

Issue721

Title vimrc: Please update grml-config.sh
Priority bug Status resolved
Superseder Nosy List jkirk, mika
Assigned To mika Topics

Created on 2009-08-11.08:00:27 by jkirk, last changed 2009-08-11.08:08:09 by mika.

Messages
msg2425 (view) Author: mika Date: 2009-08-11.08:08:05
Wow, you're fast, Darsha :)
Fixed in
http://grml.org/scripts/grml-config.sh and
http://michael-prokop.at/blog/2007/12/22/make-console-work-comfortable/

Thanks!

regards,
-mika-
msg2424 (view) Author: jkirk Date: 2009-08-11.08:00:26
Hi!

As "/etc/vim/vimrc" and "/etc/skel/.vimrc" has been merged in the
"grml-etc-core"-package grml-config.sh[1] can not find
"http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc" anymore.

[1] http://grml.org/scripts/grml-config.sh

This patch works for me:

--- grml-config.sh.orig 2009-08-11 09:51:34.000000000 +0200
+++ grml-config.sh      2009-08-11 09:52:01.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 wget -O .screenrc     http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
-wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc
+wget -O .vimrc        http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
 wget -O .zshrc        http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
 # optional:
 # wget -O .zshrc.local        http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc

Greetings && HTH,
 - Darsha
History
Date User Action Args
2009-08-11 08:08:09mikasetstatus: unread -> resolved
title: [.vimrc] - Please update grml-config.sh -> vimrc: Please update grml-config.sh
nosy: + mika
messages: + msg2425
priority: bug
assignedto: mika
2009-08-11 08:00:27jkirkcreate