Skip to content

Commit de966e6

Browse files
author
Romain Lafourcade
committed
Changed url
1 parent 5284439 commit de966e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎plugin/devdocs.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function! s:Cmd() abort
2828
endfunction
2929

3030
" Build the URL stub
31-
let s:stub = get(g:, "devdocs_open_command", <SID>Cmd()) . " 'https://devdocs.io/?q="
31+
let s:stub = get(g:, "devdocs_open_command", <SID>Cmd()) . " 'https://devdocs.io/#q="
3232

3333
" Build the command
3434
command! -bang -nargs=* DD silent! call system(len(split(<q-args>, ' ')) == 0 ?

0 commit comments

Comments
 (0)