Introduction
Introduction Statistics Contact Development Disclaimer Help
tconf.h: remove one of the default direction marks - neatvi - [fork] simple vi-…
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit b4ee1db9e7a83a8d8105af24c4c18f130a09fe67
parent c217902ff19a4981fef0f0e478f2cae4416e99c7
Author: Ali Gholami Rudi <[email protected]>
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(-)
---
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 */
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.