summaryrefslogtreecommitdiffstats
path: root/src/dosinst.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-03-16 13:54:13 +0000
committerBram Moolenaar <Bram@vim.org>2008-03-16 13:54:13 +0000
commit0fde290e55feb8f3505c790c8ce9b5302893dfae (patch)
treef05b982aebd383f62e6d904a267bf9b9e3267cee /src/dosinst.c
parent9701da0169c39ff259f281abfed7f3b4c1dbfc27 (diff)
updated for version 7.1-282v7.1.282
Diffstat (limited to 'src/dosinst.c')
-rw-r--r--src/dosinst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.c b/src/dosinst.c
index 9226b6302b..c4ed7f6a11 100644
--- a/src/dosinst.c
+++ b/src/dosinst.c
@@ -1365,7 +1365,7 @@ install_registry(void)
printf("Creating \"Edit with Vim\" popup menu entry\n");
- fprintf(fd, "HKEY_CLASSES_ROOT\\CLSID\\%s\n", vim_ext_clsid);
+ fprintf(fd, "[HKEY_CLASSES_ROOT\\CLSID\\%s]\n", vim_ext_clsid);
fprintf(fd, "@=\"%s\"\n", vim_ext_name);
fprintf(fd, "[HKEY_CLASSES_ROOT\\CLSID\\%s\\InProcServer32]\n",
vim_ext_clsid);