Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo committed Aug 9, 2010
1 parent 49e6c81 commit 35429bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/erlang.vim
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function s:ErlangIndentAfterLine(l)
let ind = ind - 1
else
let ind = ind + 0
end
endif
let lastReceive = 0
elseif a:l[(i):(m-1)] =~# '^fun$'
let ind = ind + 1
Expand Down

0 comments on commit 35429bb

Please sign in to comment.