]> granicus.if.org Git - vim/commitdiff
patch 8.1.0117: URL in install program still points to SourceForge v8.1.0117
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Jun 2018 21:18:45 +0000 (23:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jun 2018 21:18:45 +0000 (23:18 +0200)
Problem:    URL in install program still points to SourceForge.
Solution:   Change it to www.vim.org. (closes #3100)

src/dosinst.c
src/version.c

index e5d1f75fd391da1839ed70017c690c8e90aa1c7c..64edbbdae4825abe2b8875dfd447a86a56834197 100644 (file)
@@ -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;
index ffa6bf300c35c4103501d3b12d366dc4c5ee2682..88a654185488b1c5f1eba6a8f8c52dd01397b4b3 100644 (file)
@@ -789,6 +789,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    117,
 /**/
     116,
 /**/