This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -r 661e95466448 src/screen.c | |
--- a/src/screen.c Sun Nov 23 15:57:49 2014 +0100 | |
+++ b/src/screen.c Wed Nov 26 14:19:18 2014 +0900 | |
@@ -2994,7 +2994,7 @@ | |
int syntax_flags = 0; | |
int syntax_seqnr = 0; | |
int prev_syntax_id = 0; | |
- int conceal_attr = hl_attr(HLF_CONCEAL); | |
+ int conceal_attr = 0; | |
int is_concealing = FALSE; |