Skip to content

Commit bd87eb3

Browse files
committed
patch 8.1.0117: URL in install program still points to SourceForge
Problem: URL in install program still points to SourceForge. Solution: Change it to www.vim.org. (closes #3100)
1 parent a87b72c commit bd87eb3

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
@@ -789,6 +789,8 @@ static char *(features[]) =
789789

790790
static int included_patches[] =
791791
{ /* Add new patch number below this line */
792+
/**/
793+
117,
792794
/**/
793795
116,
794796
/**/

0 commit comments

Comments
 (0)