Skip to content

Commit f231934

Browse files
committed
patch 9.1.0330: v9.1.0327 contains an unrelated change
Problem: v9.1.0327 contains an unrelated change Solution: Revert back $USR_VIMRC_FILE to $HOME instead of ~ Signed-off-by: Christian Brabandt <[email protected]>
1 parent f01493c commit f231934

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/os_unix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ typedef struct dsc$descriptor DESC;
236236
# ifdef VMS
237237
# define USR_VIMRC_FILE "sys$login:.vimrc"
238238
# else
239-
# define USR_VIMRC_FILE "~/.vimrc"
239+
# define USR_VIMRC_FILE "$HOME/.vimrc"
240240
# endif
241241
#endif
242242

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@ static char *(features[]) =
704704

705705
static int included_patches[] =
706706
{ /* Add new patch number below this line */
707+
/**/
708+
330,
707709
/**/
708710
329,
709711
/**/

0 commit comments

Comments
 (0)