commit | 94b6fb78c578caab014fea4029bb534246a95f6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 21:00:59 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 17 21:00:59 2020 +0100 |
tree | 71e7574ab6befb2ae6ff9051aea18881de75a08b | |
parent | 3c71aec6966da0ebefc451ded4fbc43f426654f3 [diff] [blame] |
patch 8.2.0126: textprop test fails Problem: Textprop test fails. Solution: Fix sign in computation.
diff --git a/src/memline.c b/src/memline.c index 2c41539..aeb8afe 100644 --- a/src/memline.c +++ b/src/memline.c
@@ -5774,7 +5774,7 @@ if (!(offset >= size + text_end - (int)((dp->db_index[idx]) & DB_INDEX_MASK) #ifdef FEAT_PROP_POPUP - - (long)(textprop_total - textprop_size) + - (long)(textprop_total + textprop_size) #endif + ffdos)) break;