Skip to content

Commit

Permalink
Update vital modules (ref #98, #99)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyru committed Jul 22, 2017
1 parent 2ed22fe commit 9bbdf22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoload/vital/_openbrowser/Process.vim
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function! s:system(str, ...) abort
let args = [command] + args
if background && (use_vimproc || !s:is_windows)
if has('nvim')
throw "vital: Process: neovim's system() doesn't support background(&) process (cmdline:" . a:str . ')'
throw "vital: Process: neovim's system() doesn't support background(&) process (cmdline:" . string(a:str) . ')'
endif
let args[0] = args[0] . ' &'
endif
Expand Down
2 changes: 1 addition & 1 deletion autoload/vital/openbrowser.vital
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
openbrowser
8e72f654ea7c21092c14c321d52862de5a72f4f0
8b5b32ae61c863bf8d930921a9213687774327d1

Process
Web.URI
Expand Down

0 comments on commit 9bbdf22

Please sign in to comment.