From e771882a3c065cd956c01370623730865d3b6ae3 Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Wed, 3 Sep 2025 20:26:42 +0200 Subject: Use https for mesonbuild.com Since http://mesonbuild.com redirects to https://mesonbuild.com anyway, use https directly in documentation. --- data/syntax-highlighting/vim/syntax/meson.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/syntax-highlighting/vim/syntax/meson.vim b/data/syntax-highlighting/vim/syntax/meson.vim index a1679e0d7..905e9fe64 100644 --- a/data/syntax-highlighting/vim/syntax/meson.vim +++ b/data/syntax-highlighting/vim/syntax/meson.vim @@ -27,7 +27,7 @@ endif let s:cpo_save = &cpo set cpo&vim -" http://mesonbuild.com/Syntax.html +" https://mesonbuild.com/Syntax.html syn keyword mesonConditional elif else if endif syn keyword mesonRepeat foreach endforeach syn keyword mesonOperator and not or in @@ -54,7 +54,7 @@ syn match mesonEscape "\\N{\a\+\%(\s\a\+\)*}" contained syn match mesonEscape "\\$" " Meson only supports integer numbers -" http://mesonbuild.com/Syntax.html#numbers +" https://mesonbuild.com/Syntax.html#numbers syn match mesonNumber "\<\d\+\>" syn match mesonNumber "\<0x\x\+\>" syn match mesonNumber "\<0o\o\+\>" -- cgit v1.2.3