Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions indent/fsharp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ function! s:ScopedFind(regex, start_line, scope)
let in_comment = 0
endif
if line == ''
blank_lines += 1
let blank_lines += 1
else
blank_lines = 0
let blank_lines = 0
endif
endwhile

Expand Down