commit | bdcba24d8597abd5af509c2fb9206e64e713c711 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 20:58:02 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 12 20:58:02 2021 +0200 |
tree | 22c00c9bdf6106cb95483c667759b0c846c68203 | |
parent | ca0627df69c29508f6f797bef27a1f5fa9a447d3 [diff] [blame] |
patch 8.2.3433: :delcommand does not take a -buffer option Problem: :delcommand does not take a -buffer option. Solution: Add the -buffer option.
diff --git a/src/version.c b/src/version.c index 7d87105..e8e5bc4 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3433, +/**/ 3432, /**/ 3431,