comparison src/spell.c @ 715:b526e10493b1

updated for version 7.0217
author vimboss
date Tue, 07 Mar 2006 22:29:51 +0000
parents 0f9f4761ad9c
children 7b21554be7a1
comparison
equal deleted inserted replaced
714:0f9f4761ad9c 715:b526e10493b1
15108 if (curi[depth] > byts[arridx[depth]]) 15108 if (curi[depth] > byts[arridx[depth]])
15109 { 15109 {
15110 /* Done all bytes at this node, go up one level. */ 15110 /* Done all bytes at this node, go up one level. */
15111 --depth; 15111 --depth;
15112 line_breakcheck(); 15112 line_breakcheck();
15113 ins_compl_check_keys(50);
15113 } 15114 }
15114 else 15115 else
15115 { 15116 {
15116 /* Do one more byte at this node. */ 15117 /* Do one more byte at this node. */
15117 n = arridx[depth] + curi[depth]; 15118 n = arridx[depth] + curi[depth];