diff --git a/indent/rescript.vim b/indent/rescript.vim index 4b9a152..57317aa 100644 --- a/indent/rescript.vim +++ b/indent/rescript.vim @@ -39,8 +39,6 @@ function! RescriptIndent(lnum) return 0 endif - echom getline(l:prevlnum) - " Prev and current line with line-comments removed let l:prevl = substitute(getline(l:prevlnum), '//.*$', '', '') let l:thisl = substitute(getline(a:lnum), '//.*$', '', '')