commit | 785fc6567f572b8caefbc89ec29bbd8b801464ae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 15 19:17:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 15 19:17:38 2018 +0200 |
tree | 6a8199c4bbc17a5cc65e4c4dfebded963a146fc7 | |
parent | 50eb16c3b23235b21ce4494673a7741a9a196176 [diff] [blame] |
patch 8.1.0393: not all white space difference options available Problem: Not all white space difference options available. Solution: Add "iblank", "iwhiteall" and "iwhiteeol" to 'diffopt'.
diff --git a/src/version.c b/src/version.c index d04bdab..13b8aed 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 393, +/**/ 392, /**/ 391,