formatting

This commit is contained in:
ManjaroOne666 2018-03-05 16:03:26 +00:00
parent 3dd754788d
commit 5b4dff6abd
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -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="