comparison src/version.c @ 24600:cb4cb3ff5736 v8.2.2839

patch 8.2.2839: default redirection missing "ash" and "dash" Commit: https://github.com/vim/vim/commit/56318369750066718b880afa69e7ae3843d0410b Author: Natanael Copa <ncopa@alpinelinux.org> Date: Thu May 6 18:46:35 2021 +0200 patch 8.2.2839: default redirection missing "ash" and "dash" Problem: Default redirection missing "ash" and "dash". Solution: Recognize "ash" and "dash". (Natanael Copa, closes https://github.com/vim/vim/issues/8180)
author Bram Moolenaar <Bram@vim.org>
date Thu, 06 May 2021 19:00:04 +0200
parents 6b85c09a4d73
children 033b43570140
comparison
equal deleted inserted replaced
24599:8eda31c9b9e2 24600:cb4cb3ff5736
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2839,
753 /**/ 755 /**/
754 2838, 756 2838,
755 /**/ 757 /**/
756 2837, 758 2837,
757 /**/ 759 /**/