changeset 16:8571aeab184c

*** empty log message ***
author shinobu
date Sun, 31 Aug 2008 17:39:09 +0900
parents 8634ceb0aeef
children efce76870846
files src/reditor.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/reditor.h	Sun Aug 31 17:38:54 2008 +0900
+++ b/src/reditor.h	Sun Aug 31 17:39:09 2008 +0900
@@ -124,7 +124,8 @@
 //    int sfd;    /* send fd       */
 //    int rfd;    /* receive fd    */
 
-    int prevline; /* Previous Edited line */
+    int prevline;    /* Previous Edited line */
+    char_u *prev_text; /* Previous Edited line text */
 } Session;
 
 typedef struct rep {