commit | 7d60384a00755e5c0112cebeb5e232fc133c9eca | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sat Jul 24 21:19:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 21:19:42 2021 +0200 |
tree | ca16893982710bf286287f750e74becf64c6cf9f | |
parent | 9c9472ff49b09c3d8f747b330eeb1cdb92bab449 [diff] [blame] |
patch 8.2.3214: MS-Windows: passing /D does not set the install location Problem: MS-Windows: passing /D does not set the install location. Solution: Adjust how the installer uses $VIM. Update the documentation. (Christian Brabandt, closes #8605)
diff --git a/src/version.c b/src/version.c index d73bddb..a331760 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3214, +/**/ 3213, /**/ 3212,