tconf.h: remove one of the default direction marks - neatvi - [fork] simple vi-type editor with UTF-8 support
 (HTM) git clone git://src.adamsgaard.dk/neatvi
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit b4ee1db9e7a83a8d8105af24c4c18f130a09fe67
 (DIR) parent c217902ff19a4981fef0f0e478f2cae4416e99c7
 (HTM) Author: Ali Gholami Rudi <ali@rudi.ir>
       Date:   Wed, 20 May 2015 07:19:38 +0430
       
       conf.h: remove one of the default direction marks
       
       Diffstat:
         M conf.h                              |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
 (DIR) diff --git a/conf.h b/conf.h
       t@@ -29,8 +29,7 @@ static struct dirmark {
                {-1, +1, 0, "[a-zA-Z0-9_][^" CR2L "\\\\`$']*[a-zA-Z0-9_]"},
                {+0, +1, 0, "$([^$]+)\\$"},
                {+0, +1, 1, "\\\\[a-zA-Z0-9_]+\\{([^}]+)\\}"},
       -        {-1, +1, 0, "\\\\."},
       -        {-1, +1, 0, "\\\\[^ \t]+"},
       +        {-1, +1, 0, "\\\\[^ \t" CR2L "]+"},
        };
        
        /* character placeholders */