commit | cf4b00c856ef714482d8d060332ac9a4d74e6b88 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 18:33:56 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 02 18:33:56 2017 +0200 |
tree | a17efb73ba6cffbdc8c17adbec2152ac41c35803 | |
parent | da22b8cc8b1b96fabd5a4c35c57b04a351340fb1 [diff] [blame] |
patch 8.0.1038: strike-through text not supported Problem: Strike-through text not supported. Solution: Add support for the "strikethrough" attribute. (Christian Brabandt, Ken Takata)
diff --git a/src/version.c b/src/version.c index 8af4688..e8e508f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1038, +/**/ 1037, /**/ 1036,