Created
April 19, 2013 02:38
-
-
Save fsouza/5417720 to your computer and use it in GitHub Desktop.
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 8e1d1da398b3 src/feature.h | |
| --- a/src/feature.h Mon Apr 15 22:22:57 2013 +0200 | |
| +++ b/src/feature.h Thu Apr 18 23:37:57 2013 -0300 | |
| @@ -525,14 +525,6 @@ | |
| #endif | |
| /* | |
| - * +syntax syntax highlighting. When using this, it's a good | |
| - * idea to have +autocmd and +eval too. | |
| - */ | |
| -#if defined(FEAT_NORMAL) || defined(PROTO) | |
| -# define FEAT_SYN_HL | |
| -#endif | |
| - | |
| -/* | |
| * +conceal 'conceal' option. Needs syntax highlighting | |
| * as this is how the concealed text is defined. | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment