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

Diff for /src/usr.bin/mg/funmap.c between version 1.65 and 1.66

version 1.65, 2022/12/26 19:16:02 version 1.66, 2023/04/17 09:49:04
Line 157 
Line 157 
         {enewline, "newline", 1},          {enewline, "newline", 1},
         {lfindent, "newline-and-indent", 1},          {lfindent, "newline-and-indent", 1},
         {forwline, "next-line", 1},          {forwline, "next-line", 1},
 #ifdef NOTAB  
         {notabmode, "no-tab-mode", 0},          {notabmode, "no-tab-mode", 0},
 #endif /* NOTAB */  
         {notmodified, "not-modified", 0},          {notmodified, "not-modified", 0},
         {openline, "open-line", 1},          {openline, "open-line", 1},
         {nextwind, "other-window", 0},          {nextwind, "other-window", 0},
Line 212 
Line 210 
         {shellcommand, "shell-command", 1},          {shellcommand, "shell-command", 1},
         {piperegion, "shell-command-on-region", 1},          {piperegion, "shell-command-on-region", 1},
         {shrinkwind, "shrink-window", 1},          {shrinkwind, "shrink-window", 1},
 #ifdef NOTAB  
         {space_to_tabstop, "space-to-tabstop", 0},          {space_to_tabstop, "space-to-tabstop", 0},
 #endif /* NOTAB */  
         {splitwind, "split-window-vertically", 0},          {splitwind, "split-window-vertically", 0},
         {definemacro, "start-kbd-macro", 0},          {definemacro, "start-kbd-macro", 0},
         {spawncli, "suspend-emacs", 0},          {spawncli, "suspend-emacs", 0},

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66