Skip to content

Commit

Permalink
Delete an unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
machakann committed Oct 4, 2018
1 parent 26a2ecc commit b8f3bbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions autoload/highlightedyank.vim
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,6 @@ function! s:get(name, default) abort "{{{
return get(b:, identifier, get(g:, identifier, a:default))
endfunction "}}}


function! s:is_in_cmdline_window() abort "{{{
return getcmdwintype() !=# ''
endfunction "}}}

" vim:set foldmethod=marker:
" vim:set commentstring="%s:
" vim:set ts=2 sts=2 sw=2:

0 comments on commit b8f3bbc

Please sign in to comment.