diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-19 18:13:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-19 18:13:19 +0200 |
commit | eb58a2465825c258beafae96240824923f73779f (patch) | |
tree | d1cf57f04c9eb8626c0e8d76196a53c061133e06 /src/version.c | |
parent | f49e5640821d8ef752fb50d99edcf40bb62a4d4d (diff) | |
download | vim-git-8.2.0604.tar.gz |
patch 8.2.0604: :startinsert in a terminal window used laterv8.2.0604
Problem: :startinsert in a terminal window used later.
Solution: Ignore :startinsert in a terminal window. (closes #5952)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index c2e492887..89021265a 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 604, +/**/ 603, /**/ 602, |