Delete duplicate code

This commit is contained in:
Andrea Cedraro 2015-02-20 21:53:35 +01:00 committed by Tim Pope
parent b6b4c3b237
commit 00348fd88b
1 changed files with 0 additions and 10 deletions

View File

@ -41,16 +41,6 @@ function! s:guess(lines) abort
continue
endif
if line =~# '^=\w'
let podcomment = 1
endif
if podcomment
if line =~# '^=\%(end\|cut\)\>'
let podcomment = 0
endif
continue
endif
if triplequote
if line =~# '^[^"]*"""[^"]*$'
let triplequote = 0