commit | 6aca4d3c2bb6b60cdf51b2ab49fbec6b8f88c890 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 17:10:19 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 17:10:19 2022 +0000 |
tree | 17d2add584594fb55ccc7c100acaa852d209af37 | |
parent | d979d64fa269ff47a96fc6aed2f4cdd066753c0c [diff] [blame] |
patch 8.2.4503: Vim9: there is no point in supporting :Print and :mode Problem: Vim9: there is no point in supporting :Print and :mode. Solution: Do not recognize :Print and :mode as commands. (closes #9870)
diff --git a/src/version.c b/src/version.c index 51dc6de..6a21b8a 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4503, +/**/ 4502, /**/ 4501,