changeset 32517:7e989714b555 v9.0.1590

patch 9.0.1590: filetype test has trailing white space Commit: https://github.com/vim/vim/commit/247caa378fc1121c99ecc594fab024691a6d7a9b Author: Bram Moolenaar <Bram@vim.org> Date: Mon May 29 17:37:13 2023 +0100 patch 9.0.1590: filetype test has trailing white space Problem: Filetype test has trailing white space. Solution: Remove trailing white space.
author Bram Moolenaar <Bram@vim.org>
date Mon, 29 May 2023 18:45:07 +0200
parents 717e97ee7606
children fee0b6216514
files src/testdir/test_filetype.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -768,7 +768,7 @@ def s:GetFilenameChecks(): dict<list<str
           '.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
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1590,
+/**/
     1589,
 /**/
     1588,