comparison src/version.c @ 33579:1f154b010b66 v9.0.2034

patch 9.0.2034: don't try to copy SMACK attribute, when none exist Commit: https://github.com/vim/vim/commit/5a679b2263f597950f99c60a99d4d1a192e9f639 Author: Christian Brabandt <cb@256bit.org> Date: Mon Oct 16 10:17:13 2023 +0200 patch 9.0.2034: don't try to copy SMACK attribute, when none exist Problem: don't try to copy SMACK attribute, when none exist Solution: return early if SMACK extended attributes do not exist or if they are not supported closes: #1711 closes: #13348 Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 16 Oct 2023 10:30:07 +0200
parents 0c36813bed95
children 403d57b06231
comparison
equal deleted inserted replaced
33578:0c36813bed95 33579:1f154b010b66
702 NULL 702 NULL
703 }; 703 };
704 704
705 static int included_patches[] = 705 static int included_patches[] =
706 { /* Add new patch number below this line */ 706 { /* Add new patch number below this line */
707 /**/
708 2034,
707 /**/ 709 /**/
708 2033, 710 2033,
709 /**/ 711 /**/
710 2032, 712 2032,
711 /**/ 713 /**/