comparison src/normal.c @ 316:96789bc4346a

updated for version 7.0083
author vimboss
date Wed, 08 Jun 2005 21:56:31 +0000
parents 04bf54c587f4
children 03b3684919e3
comparison
equal deleted inserted replaced
315:a0451524244d 316:96789bc4346a
4682 if (ptr == NULL && (len = find_ident_under_cursor(&ptr, 4682 if (ptr == NULL && (len = find_ident_under_cursor(&ptr,
4683 FIND_IDENT)) == 0) 4683 FIND_IDENT)) == 0)
4684 return; 4684 return;
4685 spell_add_word(ptr, len, nchar == 'w'); 4685 spell_add_word(ptr, len, nchar == 'w');
4686 } 4686 }
4687 break;
4687 #endif 4688 #endif
4688 4689
4689 default: clearopbeep(cap->oap); 4690 default: clearopbeep(cap->oap);
4690 } 4691 }
4691 4692