commit | 238a564935abe36832b267f32b5487556c640d00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 22:12:05 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 21 22:12:05 2006 +0000 |
tree | 7ee3f4d9279f73945f1069e7f6a9b1b059658b27 | |
parent | 8f7fd65b249e9680866dab628622fe093ac2abc9 [diff] [blame] |
updated for version 7.0203
diff --git a/src/memline.c b/src/memline.c index c87a955..451ace3 100644 --- a/src/memline.c +++ b/src/memline.c
@@ -2740,10 +2740,8 @@ && !netbeansSuppressNoLines #endif ) - { - set_keep_msg((char_u *)_(no_lines_msg)); - keep_msg_attr = 0; - } + set_keep_msg((char_u *)_(no_lines_msg), 0); + /* FEAT_BYTEOFF already handled in there, dont worry 'bout it below */ i = ml_replace((linenr_T)1, (char_u *)"", TRUE); buf->b_ml.ml_flags |= ML_EMPTY;