Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Nov 1, 2009
1 parent b2199ba commit 1ebd92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vimlib/plugin/pod-search.vim
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ fun! s:perldoc_search()
let path = input("Path:","","file")
if strlen(path) == 0 | redraw | return | endif

return
let output = s:search_from_pod([ re , path ])
let qflist = []
for item in split(output,"\n")
Expand Down

0 comments on commit 1ebd92b

Please sign in to comment.