mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user