comparison uninstal.txt @ 10449:222b1432814e v8.0.0118

commit https://github.com/vim/vim/commit/5162822914372fc916a93f85848c0c82209e7cec Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 23:03:28 2016 +0100 patch 8.0.0118 Problem: "make proto" adds extra function prototype. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Dec 2016 23:15:04 +0100
parents 3a6b2d4c71d6
children 8412df1479a3
comparison
equal deleted inserted replaced
10448:923e383fa291 10449:222b1432814e
15 This is a bit more work, but you can decide exactly what you want to 15 This is a bit more work, but you can decide exactly what you want to
16 remove. For uninstalling the "Edit with Vim" popup menu entry you still 16 remove. For uninstalling the "Edit with Vim" popup menu entry you still
17 have to use uninstal.exe. 17 have to use uninstal.exe.
18 18
19 It's recommended to use the method that matches with how you installed Vim. 19 It's recommended to use the method that matches with how you installed Vim.
20 Thus if you installed Vim by hand, deleted it by hand. 20 Thus if you installed Vim by hand, delete it by hand.
21 21
22 The first two methods should be available from the Add/Remove software window 22 The first two methods should be available from the Add/Remove software window
23 and the Vim entry in the Start menu. If these have been removed already, find 23 and the Vim entry in the Start menu. If these have been removed already, find
24 "uninstall-gui.exe" or "uninstal.exe" in the Vim directory. 24 "uninstall-gui.exe" or "uninstal.exe" in the Vim directory.
25 Running these programs should be self-explanatory. Carefully read the 25 Running these programs should be self-explanatory. Carefully read the
31 be on MS-Windows 95/98/NT. This is done by running the uninstal.exe 31 be on MS-Windows 95/98/NT. This is done by running the uninstal.exe
32 program. It removes the registry entries for the "Edit with Vim" popup 32 program. It removes the registry entries for the "Edit with Vim" popup
33 menu entry. You only need to run uninstal.exe when you have installed the 33 menu entry. You only need to run uninstal.exe when you have installed the
34 menu entry. You can also run uninstal.exe from the Control panel with the 34 menu entry. You can also run uninstal.exe from the Control panel with the
35 Add/Remove programs application. 35 Add/Remove programs application.
36 Note that uninstal.exe offers you to uninstal other items. You can skip 36 Note that uninstal.exe offers you the option to uninstal other items. You
37 this. 37 can skip this.
38 38
39 2. Only if you have used the OLE version of gvim: Remove the registration of 39 2. Only if you have used the OLE version of gvim: Remove the registration of
40 this program by running "gvim -unregister" in a console window. 40 this program by running "gvim -unregister" in a console window.
41 41
42 3. Delete the executables. If you copied the executables to another location, 42 3. Delete the executables. If you copied the executables to another location,
44 remember where they are, look in the directories from the $PATH environment 44 remember where they are, look in the directories from the $PATH environment
45 variable. 45 variable.
46 If you created .bat files when installing Vim, also search for vim.bat, 46 If you created .bat files when installing Vim, also search for vim.bat,
47 gvim.bat, etc. 47 gvim.bat, etc.
48 48
49 4. If you completely want to delete vim, and are not going to install another 49 4. If you want to completely delete vim, and are not going to install another
50 version, you can delete the vimrc files that you created. These are 50 version, you can delete the vimrc files that you created. These are
51 normally located in a directory like "C:\vim". If the $VIM environment 51 normally located in a directory like "C:\vim". If the $VIM environment
52 variable is set, it will tell the name of the directory. Normally you can 52 variable is set, it will tell the name of the directory. Normally you can
53 delete everything in this directory. Warning: You might have put some 53 delete everything in this directory. Warning: You might have put some
54 files there that you would like to save. If you did remove it all, you can 54 files there that you would like to save. If you did remove it all, you can