formatting
This commit is contained in:
parent
3dd754788d
commit
5b4dff6abd
2
vimrc
2
vimrc
|
@ -389,7 +389,7 @@ function! s:Get_env() abort
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
" What command to use on what system
|
" What command to use on what system
|
||||||
let s:cmds = {"DARWIN": "open", "LINUX": "qutebrowser", "WINDOWS": "start"}
|
let s:cmds = {'DARWIN': 'open', 'LINUX': 'qutebrowser', 'WINDOWS': 'start'}
|
||||||
|
|
||||||
" Build the URL stub
|
" Build the URL stub
|
||||||
let s:stub = s:cmds[<SID>Get_env()] . " 'http://devdocs.io/?q="
|
let s:stub = s:cmds[<SID>Get_env()] . " 'http://devdocs.io/?q="
|
||||||
|
|
Loading…
Reference in New Issue