comparison src/version.c @ 25796:60e4892dfa45 v8.2.3433

patch 8.2.3433: :delcommand does not take a -buffer option Commit: https://github.com/vim/vim/commit/bdcba24d8597abd5af509c2fb9206e64e713c711 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 12 20:58:02 2021 +0200 patch 8.2.3433: :delcommand does not take a -buffer option Problem: :delcommand does not take a -buffer option. Solution: Add the -buffer option.
author Bram Moolenaar <Bram@vim.org>
date Sun, 12 Sep 2021 21:00:04 +0200
parents 374adc90efa5
children 2cae62d8628d
comparison
equal deleted inserted replaced
25795:f0093634cf43 25796:60e4892dfa45
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3433,
758 /**/ 760 /**/
759 3432, 761 3432,
760 /**/ 762 /**/
761 3431, 763 3431,
762 /**/ 764 /**/