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\%(\\|\*\@\|\*\@