Skip to content

Commit

Permalink
Delete unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
ottijp committed Feb 8, 2025
1 parent 0271dab commit 4d5c81c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions indent/swift.vim
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ function! s:SearchBackwardLineOrBlock(lnum, pattern)
while lnum > 0 && s:IsCommentLine(lnum) != 0
let lnum = prevnonblank(lnum - 1)
endwhile
if !lnum
break
endif
endif
endwhile

Expand Down

0 comments on commit 4d5c81c

Please sign in to comment.