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

James Vega jamessan at debian.org
Sat Jul 25 21:09:42 UTC 2009


The following commit has been merged in the deb/vim-tiny branch:
commit 39afb432e0c5f08f088961eda40cd041f8713a0c
Merge: 64365c7bea5bad9bdcba40ac9d56f69d26f21766 26b40d02f220bf4ec2d9978cced7338bc34d297c
Author: James Vega <jamessan at debian.org>
Date:   Sat Jul 25 22:19:21 2009 +0200

    Merge branch 'upstream' into deb/vim-tiny

diff --combined src/os_unix.h
index 6269d7e,5fd28af..ee0d015
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@@ -237,9 -237,6 +237,9 @@@ typedef struct dsc$descriptor   DESC
  /*
   * Unix system-dependent file names
   */
 +#ifndef SYS_TINYRC_FILE
 +# define SYS_TINYRC_FILE "/etc/vim/vimrc.tiny"
 +#endif
  #ifndef SYS_VIMRC_FILE
  # define SYS_VIMRC_FILE "$VIM/vimrc"
  #endif
@@@ -485,11 -482,6 +485,6 @@@
  # else
  int mch_rename __ARGS((const char *src, const char *dest));
  # endif
- # ifdef VMS
- #  define mch_chdir(s) chdir(vms_fixfilename(s))
- # else
- #  define mch_chdir(s) chdir(s)
- # endif
  # ifndef VMS
  #  ifdef __MVS__
    /* on OS390 Unix getenv() doesn't return a pointer to persistent

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list