From fd6c2b756b626d1bd72eea68e3b6bc53fccf1ee7 Mon Sep 17 00:00:00 2001 From: Amadeus Demarzi Date: Wed, 24 Aug 2016 16:21:45 -0700 Subject: [PATCH] Fix export default style indents --- indent/javascript.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indent/javascript.vim b/indent/javascript.vim index b0588e13..dccf1b8d 100644 --- a/indent/javascript.vim +++ b/indent/javascript.vim @@ -83,7 +83,7 @@ endfunction " https://github.com/sweet-js/sweet.js/wiki/design#give-lookbehind-to-the-reader function s:IsBlock() return getline(line('.'))[col('.')-1] == '{' && !search( - \ '\C\%(\\|\*\@\|\*\@