0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.1-219

This commit is contained in:
Bram Moolenaar
2008-01-12 15:47:10 +00:00
parent 81993f4744
commit 56cefaf15a
8 changed files with 31 additions and 23 deletions

View File

@@ -3885,7 +3885,7 @@ win_line(wp, lnum, startrow, endrow, nochange)
# ifdef FEAT_SPELL
has_spell ? &can_spell :
# endif
NULL);
NULL, FALSE);
if (did_emsg)
{