commit | 5cb0b93d52fa5c12ca50a18509947ee6459bb7a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 03 21:25:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 03 21:25:59 2020 +0100 |
tree | a3da122f800028706adcfadb3c28ec6e371b1e2f | |
parent | f10997a1543eb0724d882da3678bacd44e647141 [diff] [blame] |
patch 8.2.0083: text properties wrong when tabs and spaces are exchanged Problem: Text properties wrong when tabs and spaces are exchanged. Solution: Take text properties into account. (Nobuhiro Takasaki, closes #5427)
diff --git a/src/version.c b/src/version.c index 6dd07bb..3c8feee 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 83, +/**/ 82, /**/ 81,