comparison src/eval.c @ 387:a509e3ba61f6 v7.0100

updated for version 7.0100
author vimboss
date Sat, 02 Jul 2005 23:21:11 +0000
parents 575dacb554d8
children f92bb1845823
comparison
equal deleted inserted replaced
386:607d3cd9364f 387:a509e3ba61f6
13461 if (spell_move_to(FORWARD, TRUE, TRUE) == FAIL) 13461 if (spell_move_to(FORWARD, TRUE, TRUE) == FAIL)
13462 return; 13462 return;
13463 13463
13464 /* Get the length of the word and copy it. */ 13464 /* Get the length of the word and copy it. */
13465 ptr = ml_get_cursor(); 13465 ptr = ml_get_cursor();
13466 len = spell_check(curwin, ptr, &attr); 13466 len = spell_check(curwin, ptr, &attr, NULL);
13467 rettv->vval.v_string = vim_strnsave(ptr, len); 13467 rettv->vval.v_string = vim_strnsave(ptr, len);
13468 #endif 13468 #endif
13469 } 13469 }
13470 13470
13471 /* 13471 /*