commit | ca1fe985175385c609f8e06672a1014729aba05c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 16:22:06 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 07 16:22:06 2016 +0100 |
tree | 1c9012fb10a97c27d6b5f68fe6e583bdbd51d816 | |
parent | a61018d7e02a4c98086a04ef747ff0406437b509 [diff] [blame] |
patch 7.4.1056 Problem: Don't know why finding spell suggestions is slow. Solution: Add some code to gather profiling information.
diff --git a/src/version.c b/src/version.c index 7733f79..43fa15a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1056, +/**/ 1055, /**/ 1054,