comparison uninstal.txt @ 13353:8412df1479a3 v8.0.1550

patch 8.0.1550: various small problems in source files commit https://github.com/vim/vim/commit/792f0e36593d1ec13ccb8a622ca5542c500577b4 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 17:27:13 2018 +0100 patch 8.0.1550: various small problems in source files Problem: Various small problems in source files. Solution: Fix the problems.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 17:30:08 +0100
parents 222b1432814e
children 803807ab19c5
comparison
equal deleted inserted replaced
13352:764ce635fdc7 13353:8412df1479a3
3 There are three ways to remove Vim: 3 There are three ways to remove Vim:
4 4
5 1. With the GUI uninstaller. 5 1. With the GUI uninstaller.
6 This is only available when Vim was installed with the self-installing 6 This is only available when Vim was installed with the self-installing
7 executable. This has a minimal number of questions. It can delete 7 executable. This has a minimal number of questions. It can delete
8 everything that was installed. This also unregisters the VisVim.dll 8 everything that was installed. This also unregisters the VisVim.dll.
9 9
10 2. With uninstal.exe. 10 2. With uninstal.exe.
11 This removes most installed items, but does not delete the files you 11 This removes most installed items, but does not delete the files you
12 unpacked. 12 unpacked.
13 13