[BACK]Return to yank.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/yank.c between version 1.14 and 1.15

version 1.14, 2015/12/11 20:21:23 version 1.15, 2021/03/01 10:51:14
Line 239 
Line 239 
                 isetmark();                  isetmark();
                 i = 0;                  i = 0;
                 while ((c = kremove(i)) >= 0) {                  while ((c = kremove(i)) >= 0) {
                         if (c == '\n') {                          if (c == *curbp->b_nlchr) {
                                 if (enewline(FFRAND, 1) == FALSE)                                  if (enewline(FFRAND, 1) == FALSE)
                                         return (FALSE);                                          return (FALSE);
                                 ++nline;                                  ++nline;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15