commit | b476cb7d8d1a8c02409f110dea8b166aa9334e18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 16 21:37:50 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 16 21:37:50 2018 +0200 |
tree | be7d7dcdb25dc7154f530fcbe4b4a2c3410219b6 | |
parent | 2dfcef4c08a3371e2126504bea00b274f937a840 [diff] [blame] |
patch 8.1.0290: "cit" on an empty HTML tag changes the whole tag Problem: "cit" on an empty HTML tag changes the whole tag. Solution: Only adjust the area in Visual mode. (Andy Massimino, closes #3332)
diff --git a/src/version.c b/src/version.c index 66e79d8..279908e 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 290, +/**/ 289, /**/ 288,