summaryrefslogtreecommitdiffstats
path: root/nsis
diff options
context:
space:
mode:
authorChristopher Plewright <chris@createng.com>2023-01-04 18:06:00 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-04 18:06:00 +0000
commitc8b204952f0452fe1276d30ae6a5d38a3f421b95 (patch)
tree99d2e5f9508de1990084c12736787b5dc2d7498b /nsis
parent3ac1d97a1d9353490493d30088256360435f7731 (diff)
patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappablev9.0.1146
Problem: MS-Windows: various special keys and modifiers are not mappable. Solution: Adjust the handling of keys with modifiers. (Christian Plewright, closes #11768)
Diffstat (limited to 'nsis')
-rw-r--r--nsis/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nsis/README.txt b/nsis/README.txt
index 31fa7871b9..e1abc4a95c 100644
--- a/nsis/README.txt
+++ b/nsis/README.txt
@@ -29,12 +29,12 @@ To build the installable .exe:
4. 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 "vim82" directory,
+ "diff.exe" put it in the "../.." directory (above the "vim90" 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
-5 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim82"
+5 Also put winpty32.dll and winpty-agent.exe in "../.." (above the "vim90"
directory). This is required for the terminal window.
6. Do "make uganda.nsis.txt" in runtime/doc. This requires sed, you may have