]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1590: filetype test has trailing white space v9.0.1590
authorBram Moolenaar <Bram@vim.org>
Mon, 29 May 2023 16:37:13 +0000 (17:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 29 May 2023 16:37:13 +0000 (17:37 +0100)
Problem:    Filetype test has trailing white space.
Solution:   Remove trailing white space.

src/testdir/test_filetype.vim
src/version.c

index 15d2c30b210c5e9c4f51ca36a2ef46f9091a00d3..96cb6868630ff3a2ba6a9e26c8278d43df918aee 100644 (file)
@@ -768,7 +768,7 @@ def s:GetFilenameChecks(): dict<list<string>>
           '.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
index a4bf15b2ff6d518ae8ceb5ef309e2cfaa9485361..fbe684a5af7ff87fbb0032596ce4ad3182327498 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1590,
 /**/
     1589,
 /**/