commit | 4e038571aa91521e110187a256b5d16bff8b5820 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 18:28:35 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 04 18:28:35 2019 +0200 |
tree | 856767e58f9d20a121c0d23decc7a6117bf26ba4 | |
parent | e809a4ed3014fbf717c936c727291b5f038829a5 [diff] [blame] |
patch 8.1.1631: displaying signs is inefficient Problem: Displaying signs is inefficient. Solution: Avoid making multiple calls to get information about a placed sign. (Yegappan Lakshmanan, closes #4586)
diff --git a/src/version.c b/src/version.c index 90f8e08..4759fd6 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1631, +/**/ 1630, /**/ 1629,