commit | 7aee6876eb4a66cc9d475e30bb58c060e7d4e90e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 25 21:49:38 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 25 21:49:38 2019 +0200 |
tree | a91b20c5263a7180a0448d0c261133eb4da72f67 | |
parent | 11a58af66fa5c442f0a22c5d59beabf187ed4e89 [diff] [blame] |
patch 8.1.2215: unreachable code in adjusting text prop columns Problem: Unreachable code in adjusting text prop columns. Solution: Remove the code. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 77ce139..b30faa7 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2215, +/**/ 2214, /**/ 2213,