Patch 9.0.1590
Problem: Filetype test has trailing white space.
Solution: Remove trailing white space.
Files: src/testdir/test_filetype.vim
*** ../vim-9.0.1589/src/testdir/test_filetype.vim 2023-05-29
17:06:00.667009474 +0100
--- src/testdir/test_filetype.vim 2023-05-29 17:35:21.264404808 +0100
***************
*** 768,774 ****
'.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
--- 768,774 ----
'.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
*** ../vim-9.0.1589/src/version.c 2023-05-29 17:06:00.667009474 +0100
--- src/version.c 2023-05-29 17:36:16.276333149 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1590,
/**/
--
>From "know your smileys":
(:-# Said something he shouldn't have
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230529163748.8B9581C0F36%40moolenaar.net.