]> git.ipfire.org Git - thirdparty/vim.git/commit
runtime(script.vim): make strace ft check less strict (#13482)
authorJiri Slaby <jirislaby@gmail.com>
Sat, 4 Nov 2023 08:39:54 +0000 (09:39 +0100)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2023 08:39:54 +0000 (09:39 +0100)
commit2f54c13292af053ec00c18e5fded87b1bc602822
treeed4a265ab0c61d4a837de5b554791b25b752ff55
parent33c1da7ff49c3ccdce3a6d98bd620e324c5cd6ff
runtime(script.vim): make strace ft check less strict (#13482)

Strace output, depending on parameters (-ttf this time), can dump both
times and pid:
  1038  07:14:20.959262 execve("./e.py", ["./e.py"], 0x7ffca1422840 /* 51 vars */) = 0 <0.000150>

So loose the regexp matching this, so that the above is matched too.

Fixes #13481.

Co-authored-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/autoload/dist/script.vim