diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-03-16 13:54:13 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-03-16 13:54:13 +0000 |
commit | 0fde290e55feb8f3505c790c8ce9b5302893dfae (patch) | |
tree | f05b982aebd383f62e6d904a267bf9b9e3267cee /src/dosinst.c | |
parent | 9701da0169c39ff259f281abfed7f3b4c1dbfc27 (diff) | |
download | vim-git-0fde290e55feb8f3505c790c8ce9b5302893dfae.tar.gz |
updated for version 7.1-282v7.1.282
Diffstat (limited to 'src/dosinst.c')
-rw-r--r-- | src/dosinst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.c b/src/dosinst.c index 9226b6302..c4ed7f6a1 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); |