Skip to content

Commit

Permalink
Remove small bit of dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
andymass committed Nov 30, 2017
1 parent c52aa5b commit db56abe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions autoload/matchup/delim.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1277,11 +1277,6 @@ endfunction

" }}}1

function! s:mod(i, n) " {{{1
return ((a:i % a:n) + a:n) % a:n
endfunction
" }}}1

" initialize script variables
let s:stopline = get(g:, 'matchup_delim_stopline', 400)

Expand Down

0 comments on commit db56abe

Please sign in to comment.