commit | 125ffd21f9601a90b845f1d50c24da0d3938bb59 | [log] [tgz] |
---|---|---|
author | Egor Zvorykin <egzvor@gmail.com> | Wed Nov 17 14:01:14 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 17 14:01:14 2021 +0000 |
tree | 589c77f58da8397c31ccfdb82a6f80f7a3d61320 | |
parent | 9459b8d461d6f8345bfa3fb9b3b4297a7950b0bc [diff] [blame] |
patch 8.2.3608: users who type "q:" instead of ":q" are confused Problem: Users who type "q:" instead of ":q" are confused. Solution: Add an autocmd to give a message that explains this is the command-line window. (Egor Zvorykin, closes #9146)
diff --git a/src/version.c b/src/version.c index e0bc5c1..e5146bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3608, +/**/ 3607, /**/ 3606,