]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-home_etc.patch
- up to 8.2.0011
[packages/vim.git] / vim-home_etc.patch
index 25db1d6750be79cf9db027f09a657ddb2af4f70b..d8ce61297304bf458083ebbe96fa9e46e5a2baeb 100644 (file)
@@ -59,12 +59,12 @@ diff -Nru vim62.orig/src/misc1.c vim62/src/misc1.c
  #  endif
  # endif
  # if !defined(VIMINFO_FILE2) && defined(OS2)
-@@ -362,7 +362,7 @@ typedef struct dsc$descriptor   DESC;
+@@ -358,7 +358,7 @@ typedef struct dsc$descriptor   DESC;
  # ifdef VMS
  #  define DFLT_VDIR    "sys$login:vimfiles/view"
  # else
--#  define DFLT_VDIR    "$HOME/.vim/view"       /* default for 'viewdir' */
-+#  define DFLT_VDIR    "$HOME_ETC/.vim/view"       /* default for 'viewdir' */
+-#  define DFLT_VDIR    "$HOME/.vim/view"       // default for 'viewdir'
++#  define DFLT_VDIR    "$HOME_ETC/.vim/view"       // default for 'viewdir'
  # endif
  #endif
  
This page took 0.030226 seconds and 4 git commands to generate.