comparison src/spell.h @ 30986:360f286b5869 v9.0.0828

patch 9.0.0828: various typos Commit: https://github.com/vim/vim/commit/c57b5bcd22826e0852c2bc9c7d4382e1cac7cb74 Author: dundargoc <gocdundar@gmail.com> Date: Wed Nov 2 13:30:51 2022 +0000 patch 9.0.0828: various typos Problem: Various typos. Solution: Correct typos. (closes https://github.com/vim/vim/issues/11432)
author Bram Moolenaar <Bram@vim.org>
date Wed, 02 Nov 2022 14:45:11 +0100
parents 89c181c99e23
children ce04a773d598
comparison
equal deleted inserted replaced
30985:25894f29103e 30986:360f286b5869
15 // Only use it for small word lists! 15 // Only use it for small word lists!
16 #if 0 16 #if 0
17 # define SPELL_PRINTTREE 17 # define SPELL_PRINTTREE
18 #endif 18 #endif
19 19
20 // Use SPELL_COMPRESS_ALLWAYS for debugging: compress the word tree after 20 // Use SPELL_COMPRESS_ALWAYS for debugging: compress the word tree after
21 // adding a word. Only use it for small word lists! 21 // adding a word. Only use it for small word lists!
22 #if 0 22 #if 0
23 # define SPELL_COMPRESS_ALLWAYS 23 # define SPELL_COMPRESS_ALWAYS
24 #endif 24 #endif
25 25
26 // Use DEBUG_TRIEWALK to print the changes made in suggest_trie_walk() for a 26 // Use DEBUG_TRIEWALK to print the changes made in suggest_trie_walk() for a
27 // specific word. 27 // specific word.
28 #if 0 28 #if 0