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

Diff for /src/usr.bin/mg/util.c between version 1.49 and 1.50

version 1.49, 2023/04/21 14:14:13 version 1.50, 2023/04/28 10:02:03
Line 363 
Line 363 
   
 /*  /*
  * Insert a newline, then enough tabs and spaces to duplicate the indentation   * Insert a newline, then enough tabs and spaces to duplicate the indentation
  * of the previous line.  Assumes tabs are every eight characters.  Quite   * of the previous line, respecting no-tab-mode and the buffer tab width.
  * simple.  Figure out the indentation of the current line.  Insert a newline   * Figure out the indentation of the current line.  Insert a newline by
  * by calling the standard routine.  Insert the indentation by inserting the   * calling the standard routine.  Insert the indentation by inserting the
  * right number of tabs and spaces.  Return TRUE if all ok.  Return FALSE if   * right number of tabs and spaces.  Return TRUE if all ok.  Return FALSE if
  * one of the subcommands failed. Normally bound to "C-m".   * one of the subcommands failed. Normally bound to "C-m".
  */   */

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50