diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-01-12 15:47:10 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-01-12 15:47:10 +0000 |
commit | 56cefaf15ad4bc7bc32b544dfcfd14f712482a3b (patch) | |
tree | 3a1f9dadbf832f0483beab42cf02a44b082c570f /src/screen.c | |
parent | 81993f4744fabced02e4967196a8925366e0d405 (diff) | |
download | vim-56cefaf15ad4bc7bc32b544dfcfd14f712482a3b.zip |
updated for version 7.1-219
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c index f85bd0825..d39414687 100644 --- a/src/screen.c +++ b/src/screen.c @@ -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) { |