From: Bram Moolenaar Date: Tue, 26 Jun 2018 21:18:45 +0000 (+0200) Subject: patch 8.1.0117: URL in install program still points to SourceForge X-Git-Tag: v8.1.0117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd87eb38c558521ff709651ac190ffd1b9dee057;p=thirdparty%2Fvim.git 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) --- diff --git a/src/dosinst.c b/src/dosinst.c index e5d1f75fd3..64edbbdae4 100644 --- a/src/dosinst.c +++ b/src/dosinst.c @@ -1878,7 +1878,7 @@ install_start_menu(int idx) add_pathsep(shell_folder_path); strcat(shell_folder_path, "Vim Online.url"); if (!WritePrivateProfileString("InternetShortcut", "URL", - "http://vim.sf.net/", shell_folder_path)) + "https://www.vim.org/", shell_folder_path)) { printf("Creating the Vim online URL failed\n"); return; diff --git a/src/version.c b/src/version.c index ffa6bf300c..88a6541854 100644 --- a/src/version.c +++ b/src/version.c @@ -789,6 +789,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 117, /**/ 116, /**/