Skip to content

Commit 6d5ce1e

Browse files
authored
Remove dead s:pair_pos (#108)
Its usage was removed in 782b0f0.
1 parent 32f6a72 commit 6d5ce1e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

indent/python.vim

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@ else
9292
endfunction
9393
endif
9494

95-
function! s:pair_sort(x, y)
96-
if a:x[0] == a:y[0]
97-
return a:x[1] == a:y[1] ? 0 : a:x[1] > a:y[1] ? 1 : -1
98-
else
99-
return a:x[0] > a:y[0] ? 1 : -1
100-
endif
101-
endfunction
102-
10395
" Find backwards the closest open parenthesis/bracket/brace.
10496
function! s:find_opening_paren(...)
10597
" optional arguments: line and column (defaults to 1) to search around

0 commit comments

Comments
 (0)