]> granicus.if.org Git - vim/commitdiff
patch 8.1.2086: missing a few changes for the renamed files v8.1.2086
authorBram Moolenaar <Bram@vim.org>
Fri, 27 Sep 2019 12:19:09 +0000 (14:19 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 27 Sep 2019 12:19:09 +0000 (14:19 +0200)
Problem:    Missing a few changes for the renamed files.
Solution:   Rename in a few more places. (Ken Takata)

nsis/README.txt
runtime/doc/gui_w32.txt
runtime/doc/usr_90.txt
src/GvimExt/GvimExt.reg
src/GvimExt/README.txt
src/proto/popupmenu.pro
src/proto/popupmnu.pro [deleted file]
src/version.c

index 6ecc57941e3cca40bf17468744df031f76bdb432..cd4d52ed610a24ffc09e07eeea9e6d3421127e58 100644 (file)
@@ -14,7 +14,7 @@ To build the installable .exe:
        gvim.exe (the OLE version),
        vimrun.exe,
        install.exe,
-       uninstal.exe,
+       uninstall.exe,
        tee/tee.exe,
        xxd/xxd.exe,
 
index d139d5203c22a1561d33d49be0dde11430261915..4065f273a1265adc9204af2eccb5f04392ed42de 100644 (file)
@@ -171,14 +171,14 @@ you can.
                path                        {path}\gvim.exe
    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\vim 5.6
                DisplayName                 Vim 5.6: Edit with Vim popup menu entry
-               UninstallString             {path}\uninstal.exe
+               UninstallString             {path}\uninstall.exe
 
    Replace {path} with the path that leads to the executable.
    Don't type {default}, this is the value for the key itself.
 
 To remove "Edit with Vim" from the popup menu, just remove the registry
-entries mentioned above.  The "uninstal.exe" program can do this for you.  You
-can also use the entry in the Windows standard "Add/Remove Programs" list.
+entries mentioned above.  The "uninstall.exe" program can do this for you.
+You can also use the entry in the Windows standard "Add/Remove Programs" list.
 
 If you notice that this entry overrules other file type associations, set
 those associations again by hand (using Windows Explorer, see above).  This
index 087de8f2daeb85c0c38f4adf2486ae0dbac88c51..6e6b386c8a57058f80b6883672115fa4bbbb469c 100644 (file)
@@ -480,9 +480,9 @@ probably contains your vimrc file and other runtime files that you created, so
 be careful.
 
 Else, if you installed Vim with the zip archives, the preferred way is to use
-the "uninstal" program (note the missing l at the end).  You can find it in
-the same directory as the "install" program, e.g., "c:\vim\vim61".  This
-should also work from the usual "install/remove software" page.
+the "uninstall" program.  You can find it in the same directory as the
+"install" program, e.g., "c:\vim\vim61".  This should also work from the usual
+"install/remove software" page.
    However, this only removes the registry entries for Vim.  You have to
 delete the files yourself.  Simply select the directory "vim\vim61" and delete
 it recursively.  There should be no files there that you changed, but you
index 2b8ebf08b896fcb6b5c6e6ca059812c3591c1fb4..17d085a415f6fb36f0b582bed0232078401a4723 100644 (file)
@@ -17,4 +17,4 @@ REGEDIT4
 
 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\Vim 8.1]
    "DisplayName"="Vim 8.1: Edit with Vim popup menu entry"
-   "UninstallString"="uninstal.exe"
+   "UninstallString"="uninstall.exe"
index 4a75cfa7fb2b8358144127159ea73e41fd7f81ab..a29200e4327c9e03ad13c5457f7951410e8ed8b1 100644 (file)
@@ -11,7 +11,7 @@ registry entries.
 
 In special situations you might want to make changes by hand.  Check these
 items:
-- The gvimext.dll, gvim.exe and uninstal.exe either need to be in the search
+- The gvimext.dll, gvim.exe and uninstall.exe either need to be in the search
   path, or you have to set the full path in the registry entries.  You could
   move the gvimext.dll to the "windows\system" or "windows\system32"
   directory, where the other DLL files are.
index c01966396c36a644a327680fe6d4766334c43718..f5b6c0c90fb6476fcf4baa4cebe987eb92d336ee 100644 (file)
@@ -1,4 +1,4 @@
-/* popupmnu.c */
+/* popupmenu.c */
 void pum_display(pumitem_T *array, int size, int selected);
 void pum_call_update_screen(void);
 int pum_under_menu(int row, int col);
diff --git a/src/proto/popupmnu.pro b/src/proto/popupmnu.pro
deleted file mode 100644 (file)
index f5b6c0c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* popupmenu.c */
-void pum_display(pumitem_T *array, int size, int selected);
-void pum_call_update_screen(void);
-int pum_under_menu(int row, int col);
-void pum_redraw(void);
-void pum_undisplay(void);
-void pum_clear(void);
-int pum_visible(void);
-void pum_may_redraw(void);
-int pum_get_height(void);
-void pum_set_event_info(dict_T *dict);
-int split_message(char_u *mesg, pumitem_T **array);
-void ui_remove_balloon(void);
-void ui_post_balloon(char_u *mesg, list_T *list);
-void ui_may_remove_balloon(void);
-void pum_show_popupmenu(vimmenu_T *menu);
-void pum_make_popup(char_u *path_name, int use_mouse_pos);
-/* vim: set ft=c : */
index d215e908cdb6b0c11c942d5c9338c99d6accde29..f08e5e0b9887176f388fac297594e418a58596b2 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2086,
 /**/
     2085,
 /**/