vim-patch:7.4.1056 (#4870)

Problem:    Don't know why finding spell suggestions is slow.
Solution:   Add some code to gather profiling information.

ca1fe98517
This commit is contained in:
Shota
2016-06-05 17:00:58 +09:00
committed by Justin M. Keyes
parent 6ed9d47a6e
commit 78c6f5c06d
2 changed files with 108 additions and 6 deletions

View File

@@ -637,7 +637,7 @@ static int included_patches[] = {
1059,
// 1058,
1057,
// 1056,
1056,
1055,
1054,
1053,
@@ -2020,3 +2020,4 @@ void ex_intro(exarg_T *eap)
intro_message(TRUE);
wait_return(TRUE);
}