commit | 3b1f18f785f67c6cd110498c366e4d0c0fe11f27 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 16 23:15:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 16 23:15:08 2020 +0200 |
tree | da0f950520c6e802bae80dda08a517b402a358da | |
parent | df671b4629a0c6451c067cafd2534b7261f41277 [diff] [blame] |
patch 8.2.0773: switching to raw mode every time ":" is used Problem: Switching to raw mode every time ":" is used. Solution: When executing a shell set cur_tmode to TMODE_UNKNOWN, so that the next time TMODE_RAW is used it is set, but not every time.
diff --git a/src/version.c b/src/version.c index fa8ba91..6a28ae3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 773, +/**/ 772, /**/ 771,