Commit 09106898 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add comment

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2887 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
......@@ -2119,6 +2119,8 @@ char *input_tab(char *buf, size_t *place, bool *lastwastab, bool *list)
while (TRUE) {
for (match = 1; match < num_matches; match++) {
/* Get the number of single-byte characters that match1
* and match2 have in common. */
match1_mb_len = parse_mbchar(matches[0] + common_len,
match1_mb, NULL, NULL);
match2_mb_len = parse_mbchar(matches[match] +
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment