diff options
author | Christian Brabandt <cb@256bit.org> | 2021-09-15 12:53:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-09-15 12:53:40 +0200 |
commit | ee2cbcd99c54d7c4a3ccfaf0cd5ddeb1369a844e (patch) | |
tree | d0d0fb4b18dff6b9063b62f07948f8078b0eaa1c /src | |
parent | f2a8bafa4b815e5b4e50a25c2b3a8a24fbe8aa11 (diff) | |
download | vim-git-ee2cbcd99c54d7c4a3ccfaf0cd5ddeb1369a844e.tar.gz |
patch 8.2.3441: MS-Windows: vimtutor can't handle path with spacesv8.2.3441
Problem: MS-Windows: vimtutor can't handle path with spaces.
Solution: Add double quotes. (Christian Brabandt, closes #8871)
Diffstat (limited to 'src')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 059847508..7c8a254fe 100644 --- a/src/version.c +++ b/src/version.c @@ -756,6 +756,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3441, +/**/ 3440, /**/ 3439, |