aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload/health.vim
diff options
context:
space:
mode:
authorckelsel <ckelsel@hotmail.com>2017-08-21 09:19:08 +0800
committerckelsel <ckelsel@hotmail.com>2017-08-21 09:19:08 +0800
commit0b6fa3a553da3b83419c48fcbb6fb3ec413598e0 (patch)
tree63cda34cb93df36f64be4beea934ee34d850104c /runtime/autoload/health.vim
parent673fc748237345914e0ad584bc4cba997c96a37e (diff)
parent8d1ccb606d3806dcf9c4bcfdb0446d8139c0e765 (diff)
downloadrneovim-0b6fa3a553da3b83419c48fcbb6fb3ec413598e0.tar.gz
rneovim-0b6fa3a553da3b83419c48fcbb6fb3ec413598e0.tar.bz2
rneovim-0b6fa3a553da3b83419c48fcbb6fb3ec413598e0.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'runtime/autoload/health.vim')
-rw-r--r--runtime/autoload/health.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoload/health.vim b/runtime/autoload/health.vim
index f875c8b797..bd99a0e104 100644
--- a/runtime/autoload/health.vim
+++ b/runtime/autoload/health.vim
@@ -90,7 +90,7 @@ endfunction
" Changes ':h clipboard' to ':help |clipboard|'.
function! s:help_to_link(s) abort
- return substitute(a:s, '\v:h%[elp] ([^|][^"\r\n]+)', ':help |\1|', 'g')
+ return substitute(a:s, '\v:h%[elp] ([^|][^"\r\n ]+)', ':help |\1|', 'g')
endfunction
" Format a message for a specific report item