]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.0330: v9.1.0327 contains an unrelated change v9.1.0330
authorChristian Brabandt <cb@256bit.org>
Sun, 14 Apr 2024 21:45:02 +0000 (23:45 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 14 Apr 2024 21:45:16 +0000 (23:45 +0200)
Problem:  v9.1.0327 contains an unrelated change
Solution: Revert back $USR_VIMRC_FILE to $HOME instead of ~

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/os_unix.h
src/version.c

index 37b0ba2e18d4999d098ebaa67c4c7458fc96f9bd..d214a4aaf1ee56d33b5749a8171e1935066fa125 100644 (file)
@@ -236,7 +236,7 @@ typedef struct dsc$descriptor   DESC;
 # ifdef VMS
 # define USR_VIMRC_FILE  "sys$login:.vimrc"
 # else
-#  define USR_VIMRC_FILE "~/.vimrc"
+#  define USR_VIMRC_FILE "$HOME/.vimrc"
 # endif
 #endif
 
index 91a3d612e7bfffa02ad253a3e7df24ef18af391b..7536c96608cbd1e9c567409d305196a6ee3503d4 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    330,
 /**/
     329,
 /**/