Skip to content

Commit

Permalink
Remove unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenshell committed Jul 26, 2015
1 parent 862bdeb commit 0719cf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoload/kotoha.vim
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ function! kotoha#complete_cmd(lead, cmd, pos)
endfunction

function! kotoha#search_tag(...)
let content = s:get(a:000[0], 't')
call s:get(a:000[0], 't')
call s:run()
endfunction

function! kotoha#search_query(...)
let content = s:get(a:000[0], 'k')
call s:get(a:000[0], 'k')
call s:run()
endfunction

Expand Down

0 comments on commit 0719cf0

Please sign in to comment.