From 6f1f6cff95aced193cf52c1324e4d485ce83498c Mon Sep 17 00:00:00 2001
From: victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>
Date: Sat, 5 Feb 2005 09:52:37 +0000
Subject:   remove branch victor.solaris

  add a new branch victor.edit (already lots of work in it)
    * refactoring, refactoring, and refactoring
    * documentation, documentation, and documentation
    * bug hunting
        1.undelete_line segfault
        2.string shifting segfault
    * behavior changing
        1.cursor_to_prev_word (more user friendly)
        2.disable Ctrl('_') feature, which is expensive (513 bytes per vedit)
          but not well-known. (I'm still observe people's behavior, but
          hopefully it's going to be removed.)
    * less memory usage, and fixing possible memory leak.


git-svn-id: http://opensvn.csie.org/pttbbs/branches/victor.edit@2466 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
---
 docs/proto/cdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'docs/proto/cdoc')

diff --git a/docs/proto/cdoc b/docs/proto/cdoc
index 6759e84c..60f29a50 100755
--- a/docs/proto/cdoc
+++ b/docs/proto/cdoc
@@ -64,7 +64,7 @@ sub grep_desc
 	    $out = $2;
 	    $out =~ s#^/\*\*##;
 	    $out =~ s#\s*\*/$##;
-	    $out =~ s/^\s*\* /  /mg;
+	    $out =~ s/^\s*\* ?/  /mg;
 	    push @buffer, { type => 'comment', data => $out };
 	}
 	elsif ($3) {
-- 
cgit v1.2.3