We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a454795 + bd87eb3 commit ea32277Copy full SHA for ea32277
2 files changed
src/dosinst.c
@@ -1878,7 +1878,7 @@ install_start_menu(int idx)
1878
add_pathsep(shell_folder_path);
1879
strcat(shell_folder_path, "Vim Online.url");
1880
if (!WritePrivateProfileString("InternetShortcut", "URL",
1881
- "http://vim.sf.net/", shell_folder_path))
+ "https://www.vim.org/", shell_folder_path))
1882
{
1883
printf("Creating the Vim online URL failed\n");
1884
return;
src/version.c
@@ -804,6 +804,8 @@ static char *(features[]) =
804
805
static int included_patches[] =
806
{ /* Add new patch number below this line */
807
+/**/
808
+ 117,
809
/**/
810
116,
811
0 commit comments