1
0
forked from aniani/vim

patch 8.2.2160: various typos

Problem:    Various typos.
Solution:   Fix spelling mistakes. (closes #7494)
This commit is contained in:
Bram Moolenaar
2020-12-18 19:49:56 +01:00
parent 3beaf9cd8e
commit 8e7d6223f6
39 changed files with 54 additions and 51 deletions

View File

@@ -302,7 +302,7 @@ prop_add_common(
if (length < 0)
length = 0; // zero-width property
// Allocate the new line with space for the new proprety.
// Allocate the new line with space for the new property.
newtext = alloc(buf->b_ml.ml_line_len + sizeof(textprop_T));
if (newtext == NULL)
return;
@@ -1485,7 +1485,7 @@ prepend_joined_props(
end = !(prop.tp_flags & TP_FLAG_CONT_NEXT);
adjust_prop(&prop, 0, -removed, 0); // Remove leading spaces
adjust_prop(&prop, -1, col, 0); // Make line start at its final colum
adjust_prop(&prop, -1, col, 0); // Make line start at its final column
if (add_all || end)
mch_memmove(new_props + --(*props_remaining) * sizeof(prop),