mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 8.2.4928: various white space and cosmetic mistakes
Problem: Various white space and cosmetic mistakes. Solution: Change spaces to tabs, improve comments.
This commit is contained in:
@@ -3133,11 +3133,11 @@ suggest_try_soundalike(suginfo_T *su)
|
||||
// TODO: also soundfold the next words, so that we can try joining
|
||||
// and splitting
|
||||
#ifdef SUGGEST_PROFILE
|
||||
prof_init();
|
||||
prof_init();
|
||||
#endif
|
||||
suggest_trie_walk(su, lp, salword, TRUE);
|
||||
#ifdef SUGGEST_PROFILE
|
||||
prof_report("soundalike");
|
||||
prof_report("soundalike");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user