comparison src/if_mzsch.c @ 9228:ea504064c996 v7.4.1897

commit https://github.com/vim/vim/commit/fd89d7ea81b18d32363456b16258174dc9e095dc Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 4 20:25:05 2016 +0200 patch 7.4.1897 Problem: Various typos, long lines and style mistakes. Solution: Fix the typos, wrap lines, improve style.
author Christian Brabandt <cb@256bit.org>
date Sat, 04 Jun 2016 20:30:06 +0200
parents b64c314a4990
children 29de7dda7a6a
comparison
equal deleted inserted replaced
9227:ecb621205ed1 9228:ea504064c996
2723 2723
2724 /* 2724 /*
2725 * Adjust marks. Invalidate any which lie in the 2725 * Adjust marks. Invalidate any which lie in the
2726 * changed range, and move any in the remainder of the buffer. 2726 * changed range, and move any in the remainder of the buffer.
2727 */ 2727 */
2728 mark_adjust((linenr_T)lo, (linenr_T)(hi - 1), (long)MAXLNUM, (long)extra); 2728 mark_adjust((linenr_T)lo, (linenr_T)(hi - 1),
2729 (long)MAXLNUM, (long)extra);
2729 changed_lines((linenr_T)lo, 0, (linenr_T)hi, (long)extra); 2730 changed_lines((linenr_T)lo, 0, (linenr_T)hi, (long)extra);
2730 2731
2731 if (buf->buf == curwin->w_buffer) 2732 if (buf->buf == curwin->w_buffer)
2732 mz_fix_cursor(lo, hi, extra); 2733 mz_fix_cursor(lo, hi, extra);
2733 curbuf = savebuf; 2734 curbuf = savebuf;