comparison src/version.c @ 29270:83cf4455be5a v8.2.5153

patch 8.2.5153: "make uninstall" does not remove colors/lists Commit: https://github.com/vim/vim/commit/1b096b0d4a52cacf5ac782c7fa0d02cf0ef22fc4 Author: towrang <towrang@outlook.com> Date: Thu Jun 23 15:54:09 2022 +0100 patch 8.2.5153: "make uninstall" does not remove colors/lists Problem: "make uninstall" does not remove colors/lists. Solution: Add a line to the Makefile. (closes https://github.com/vim/vim/issues/10609)
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jun 2022 17:00:04 +0200
parents f27ec19f2034
children 8175cd4c8fdd
comparison
equal deleted inserted replaced
29269:0fdf36de4018 29270:83cf4455be5a
732 NULL 732 NULL
733 }; 733 };
734 734
735 static int included_patches[] = 735 static int included_patches[] =
736 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 5153,
737 /**/ 739 /**/
738 5152, 740 5152,
739 /**/ 741 /**/
740 5151, 742 5151,
741 /**/ 743 /**/