Skip to content

Commit 20dbff5

Browse files
author
Coot
authored
remove duplicated code (#38)
1 parent f89a31d commit 20dbff5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

indent/purescript.vim

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ function! s:GetSynStack(lnum, col)
6969
return map(synstack(a:lnum, a:col), { key, val -> synIDattr(val, "name") })
7070
endfunction
7171

72-
function! s:GetSynStack(lnum, col)
73-
return map(synstack(a:lnum, a:col), { key, val -> synIDattr(val, "name") })
74-
endfunction
75-
7672
function! GetPurescriptIndent()
7773
let ppline = getline(v:lnum - 2)
7874
let prevline = getline(v:lnum - 1)

0 commit comments

Comments
 (0)