comparison nsis/README.txt @ 19116:9b7f90e56753

Update runtime files. Commit: https://github.com/vim/vim/commit/8024f936368336241406137a2fa78ed5ee9000a6 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 14 19:29:13 2020 +0100 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Jan 2020 19:30:04 +0100
parents 9b6bfce90778
children 138e9caf4a7a
comparison
equal deleted inserted replaced
19115:7c7cf6b1e1cf 19116:9b7f90e56753
30 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary 30 4. Go to the VisVim directory and build VisVim.dll (or get it from a binary
31 archive). 31 archive).
32 32
33 5. Get a "diff.exe" program. If you skip this the built-in diff will always 33 5. Get a "diff.exe" program. If you skip this the built-in diff will always
34 be used (which is fine for most users). If you do have your own 34 be used (which is fine for most users). If you do have your own
35 "diff.exe" put it in the "../.." directory (above the "vim81" directory, 35 "diff.exe" put it in the "../.." directory (above the "vim82" directory,
36 it's the same for all Vim versions). 36 it's the same for all Vim versions).
37 You can find one in previous Vim versions or in this archive: 37 You can find one in previous Vim versions or in this archive:
38 http://www.mossbayeng.com/~ron/vim/diffutils.tar.gz 38 http://www.mossbayeng.com/~ron/vim/diffutils.tar.gz
39 39
40 6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim81" 40 6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim82"
41 directory). This is required for the terminal window. 41 directory). This is required for the terminal window.
42 42
43 7. Do "make uganda.nsis.txt" in runtime/doc. This requires sed, you may have 43 7. Do "make uganda.nsis.txt" in runtime/doc. This requires sed, you may have
44 to do this on Unix. Make sure the file is in DOS file format! 44 to do this on Unix. Make sure the file is in DOS file format!
45 45