[BACK]Return to emacs.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libedit

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libedit/emacs.c between version 1.11 and 1.12

version 1.11, 2002/10/27 21:41:50 version 1.12, 2002/11/15 14:32:33
Line 271  em_next_word(EditLine *el, int c)
Line 271  em_next_word(EditLine *el, int c)
             ce__isword);              ce__isword);
   
         if (el->el_map.type == MAP_VI)          if (el->el_map.type == MAP_VI)
                 if (el->el_chared.c_vcmd.action & DELETE) {                  if (el->el_chared.c_vcmd.action != NOP) {
                         cv_delfini(el);                          cv_delfini(el);
                         return (CC_REFRESH);                          return (CC_REFRESH);
                 }                  }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>