Skip to content

Commit ea32277

Browse files
committed
Merge remote-tracking branch 'vim/master'
2 parents a454795 + bd87eb3 commit ea32277

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/dosinst.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,7 @@ install_start_menu(int idx)
18781878
add_pathsep(shell_folder_path);
18791879
strcat(shell_folder_path, "Vim Online.url");
18801880
if (!WritePrivateProfileString("InternetShortcut", "URL",
1881-
"http://vim.sf.net/", shell_folder_path))
1881+
"https://www.vim.org/", shell_folder_path))
18821882
{
18831883
printf("Creating the Vim online URL failed\n");
18841884
return;

src/version.c

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

805805
static int included_patches[] =
806806
{ /* Add new patch number below this line */
807+
/**/
808+
117,
807809
/**/
808810
116,
809811
/**/

0 commit comments

Comments
 (0)