commit | dc9e955fb07f410d5d3e981ce18d895dd2847c85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 11:28:08 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 28 11:28:08 2018 +0200 |
tree | 8d64cf7508ccc31ef5bb03a821b3f60dacab5522 | |
parent | ec12d6490923fb5ff147ebf7e28d32f2b4977e3b [diff] [blame] |
patch 8.1.0120: buffer 'modified' set even when :sort has no changes Problem: Buffer 'modified' set even when :sort has no changes. Solution: Only set 'modified' when lines are moved. (Jason Franklin)
diff --git a/src/version.c b/src/version.c index a7a96b3..aa8a1de 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 120, +/**/ 119, /**/ 118,