commit | 72406a4bd2896915b6f541e26d41521a59b1f846 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 02 16:34:55 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 02 16:34:55 2021 +0100 |
tree | 8eefa9728408e73f4742c4f079ab4cd7f96f84e1 | |
parent | dfa5e464d459f84200a73d178f1ecefe75bbe511 [diff] [blame] |
patch 8.2.3461: cannot distinguish Normal and Terminal-Normal mode Problem: Cannot distinguish Normal and Terminal-Normal mode. Solution: Make mode() return "nt" for Terminal-Normal mode. (issue #8856)
diff --git a/src/version.c b/src/version.c index 9331e34..57865cd 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3461, +/**/ 3460, /**/ 3459,