comparison src/version.c @ 22514:d0dd03c04140 v8.2.1805

patch 8.2.1805: Unix: terminal mode changed when using ":shell" Commit: https://github.com/vim/vim/commit/80361a5f2b134c88597d60b3d363b52084e712a1 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 5 21:39:25 2020 +0200 patch 8.2.1805: Unix: terminal mode changed when using ":shell" Problem: Unix: terminal mode changed when using ":shell". Solution: Avoid calling settmode() when not needed. (issue https://github.com/vim/vim/issues/7079)
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Oct 2020 21:45:03 +0200
parents aeeee593fe0f
children c174ec901f7e
comparison
equal deleted inserted replaced
22513:8e04c4b430d0 22514:d0dd03c04140
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 1805,
753 /**/ 755 /**/
754 1804, 756 1804,
755 /**/ 757 /**/
756 1803, 758 1803,
757 /**/ 759 /**/