From 497ee85e4b59720f16414b557a691581062dcedb Mon Sep 17 00:00:00 2001 From: Romain Bossart Date: Sun, 8 Sep 2013 11:12:28 +0200 Subject: [PATCH] Update README.markdown --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index b89a0d0..659ad08 100644 --- a/README.markdown +++ b/README.markdown @@ -18,6 +18,9 @@ To enable code folding add the following to your `.vimrc`. au FileType javascript call JavaScriptFold() +###Note +This is a syntax plugin, not an indentation one. For indentation, you need to add another plugin +(as mentioned [here](https://github.com/jelera/vim-javascript-syntax/issues/22#issuecomment-19917301)). ###TODO You can help me improve it too.