From: Bram Moolenaar Date: Mon, 29 May 2023 16:37:13 +0000 (+0100) Subject: patch 9.0.1590: filetype test has trailing white space X-Git-Tag: v9.0.1590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=247caa378fc1121c99ecc594fab024691a6d7a9b;p=thirdparty%2Fvim.git patch 9.0.1590: filetype test has trailing white space Problem: Filetype test has trailing white space. Solution: Remove trailing white space. --- diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim index 15d2c30b21..96cb686863 100644 --- a/src/testdir/test_filetype.vim +++ b/src/testdir/test_filetype.vim @@ -768,7 +768,7 @@ def s:GetFilenameChecks(): dict> '.zcompdump', '.zlogin', '.zlogout', '.zshenv', '.zshrc', '.zcompdump-file', '.zlog', '.zlog-file', '.zsh', '.zsh-file', 'any/etc/zprofile', 'zlog', 'zlog-file', 'zsh', 'zsh-file'], - + help: [$VIMRUNTIME .. '/doc/help.txt'], } enddef diff --git a/src/version.c b/src/version.c index a4bf15b2ff..fbe684a5af 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1590, /**/ 1589, /**/