diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-04 20:25:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-04 20:25:05 +0200 |
commit | fd89d7ea81b18d32363456b16258174dc9e095dc (patch) | |
tree | de3d13a1c6152022c2ab579dd4aa74cadc423dd0 /src/if_mzsch.c | |
parent | 82af8710bf8d1caeeceafb1370a052cb7d92f076 (diff) | |
download | vim-git-fd89d7ea81b18d32363456b16258174dc9e095dc.tar.gz |
patch 7.4.1897v7.4.1897
Problem: Various typos, long lines and style mistakes.
Solution: Fix the typos, wrap lines, improve style.
Diffstat (limited to 'src/if_mzsch.c')
-rw-r--r-- | src/if_mzsch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/if_mzsch.c b/src/if_mzsch.c index 37cebc553..51b0352af 100644 --- a/src/if_mzsch.c +++ b/src/if_mzsch.c @@ -2725,7 +2725,8 @@ set_buffer_line_list(void *data, int argc, Scheme_Object **argv) * Adjust marks. Invalidate any which lie in the * changed range, and move any in the remainder of the buffer. */ - mark_adjust((linenr_T)lo, (linenr_T)(hi - 1), (long)MAXLNUM, (long)extra); + mark_adjust((linenr_T)lo, (linenr_T)(hi - 1), + (long)MAXLNUM, (long)extra); changed_lines((linenr_T)lo, 0, (linenr_T)hi, (long)extra); if (buf->buf == curwin->w_buffer) |