diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-01-14 19:29:13 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-01-14 19:29:13 +0100 |
commit | 8024f936368336241406137a2fa78ed5ee9000a6 (patch) | |
tree | abbc48a380920496fb8e1d1cbb7f2af3f6f41b98 /nsis | |
parent | ee93b737aaa7bf65edc7281f429dd89fcf657a6f (diff) | |
download | vim-git-8024f936368336241406137a2fa78ed5ee9000a6.tar.gz |
Update runtime files.
Diffstat (limited to 'nsis')
-rw-r--r-- | nsis/README.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nsis/README.txt b/nsis/README.txt index cd4d52ed6..c0a184d6a 100644 --- a/nsis/README.txt +++ b/nsis/README.txt @@ -32,12 +32,12 @@ To build the installable .exe: 5. Get a "diff.exe" program. If you skip this the built-in diff will always be used (which is fine for most users). If you do have your own - "diff.exe" put it in the "../.." directory (above the "vim81" directory, + "diff.exe" put it in the "../.." directory (above the "vim82" directory, it's the same for all Vim versions). You can find one in previous Vim versions or in this archive: http://www.mossbayeng.com/~ron/vim/diffutils.tar.gz -6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim81" +6 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim82" directory). This is required for the terminal window. 7. Do "make uganda.nsis.txt" in runtime/doc. This requires sed, you may have |