Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created April 19, 2013 02:38
Show Gist options
  • Select an option

  • Save fsouza/5417720 to your computer and use it in GitHub Desktop.

Select an option

Save fsouza/5417720 to your computer and use it in GitHub Desktop.
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