[SCM] Vim packaging branch, deb/vim-tiny, updated. upstream/7.2.130-112-g64365c7

James Vega jamessan at debian.org
Mon Jul 6 13:06:15 UTC 2009


The following commit has been merged in the deb/vim-tiny branch:
commit 64365c7bea5bad9bdcba40ac9d56f69d26f21766
Author: James Vega <jamessan at debian.org>
Date:   Fri Jul 3 10:31:55 2009 -0400

    Change vim.tiny's system vimrc location to "/etc/vim/vimrc.tiny".
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/src/os_unix.h b/src/os_unix.h
index 63a781f..6269d7e 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -238,7 +238,7 @@ typedef struct dsc$descriptor   DESC;
  * Unix system-dependent file names
  */
 #ifndef SYS_TINYRC_FILE
-# define SYS_TINYRC_FILE "$VIM/vimrc.tiny"
+# define SYS_TINYRC_FILE "/etc/vim/vimrc.tiny"
 #endif
 #ifndef SYS_VIMRC_FILE
 # define SYS_VIMRC_FILE "$VIM/vimrc"

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list