commit | 47bc9c333766ee3d45cb18c583a630e4ad53405a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 17 21:24:56 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 17 21:24:56 2021 +0200 |
tree | 63d42b249149ec6a09f11781d7c29dd2d07cc2f3 | |
parent | a9a7c0c602b231dc37c4b0f62ade0421c84fca03 [diff] [blame] |
patch 8.2.3174: Vim9: "legacy undo" finds "undo" variable Problem: Vim9: "legacy undo" finds "undo" variable. Solution: Do not pass lookup function to find_ex_command(). (closes #8563)
diff --git a/src/version.c b/src/version.c index f7e2c17..e1421dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3174, +/**/ 3173, /**/ 3172,