Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/
Date: Thu, 03 Feb 2022 08:37:00
Message-Id: 1643877408.5e64f0abc50a6c4e4f62e2452e84deaeb1c29c48.mgorny@gentoo
1 commit: 5e64f0abc50a6c4e4f62e2452e84deaeb1c29c48
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 26 09:58:02 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 3 08:36:48 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=5e64f0ab
7
8 gentoo-common: Remove unnecessary continue
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 plugin/gentoo-common.vim | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/plugin/gentoo-common.vim b/plugin/gentoo-common.vim
16 index bc4da76..4c4c152 100644
17 --- a/plugin/gentoo-common.vim
18 +++ b/plugin/gentoo-common.vim
19 @@ -73,7 +73,6 @@ fun! GentooGetPythonTargets()
20 let l:m = l:py->matchstr("^python3.*")->matchstr("\\d*$")
21 if !empty(l:m)
22 eval l:py3s->add(l:m)
23 - continue
24 else
25 eval l:others->add(l:py)
26 endif