We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5284439 commit de966e6Copy full SHA for de966e6
plugin/devdocs.vim
@@ -28,7 +28,7 @@ function! s:Cmd() abort
28
endfunction
29
30
" Build the URL stub
31
-let s:stub = get(g:, "devdocs_open_command", <SID>Cmd()) . " 'https://devdocs.io/?q="
+let s:stub = get(g:, "devdocs_open_command", <SID>Cmd()) . " 'https://devdocs.io/#q="
32
33
" Build the command
34
command! -bang -nargs=* DD silent! call system(len(split(<q-args>, ' ')) == 0 ?
0 commit comments