diff options
-rw-r--r-- | nsis/gvim.nsi | 3 | ||||
-rw-r--r-- | src/version.c | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nsis/gvim.nsi b/nsis/gvim.nsi index a1820f449..55bb4ce00 100644 --- a/nsis/gvim.nsi +++ b/nsis/gvim.nsi @@ -267,6 +267,9 @@ Section "Vim executables and runtime files" SetOutPath $0\pack\dist\opt\swapmouse\plugin File ${VIMRT}\pack\dist\opt\swapmouse\plugin\*.* + SetOutPath $0\pack\dist\opt\termdebug\plugin + File ${VIMRT}\pack\dist\opt\termdebug\plugin\*.* + SetOutPath $0\plugin File ${VIMRT}\plugin\*.* diff --git a/src/version.c b/src/version.c index a2644f1a3..966463a49 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1813, +/**/ 1812, /**/ 1811, |