From 83e75cc8ea331382f107c80ac16e8bfbbe3e80bd Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 13 Oct 2021 13:01:46 +0200 Subject: yash: bump to 2.52 --- extra/yash/patches/neatvi-completion.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 extra/yash/patches/neatvi-completion.patch (limited to 'extra/yash/patches') diff --git a/extra/yash/patches/neatvi-completion.patch b/extra/yash/patches/neatvi-completion.patch deleted file mode 100644 index 795fd6b6..00000000 --- a/extra/yash/patches/neatvi-completion.patch +++ /dev/null @@ -1,15 +0,0 @@ -Neatvi doesn't support parsing flags and it will open the editor immediately, -so we don't actually want this check performed. ---- yash-orig/share/completion/ex 2020-12-10 16:40:05.000000000 +0300 -+++ yash/share/completion/ex 2021-05-04 22:12:17.299050403 +0300 -@@ -6,10 +6,6 @@ - - function completion/ex { - -- case $("${WORDS[1]}" --version 2>/dev/null) in (VIM*) -- command -f completion//reexecute vim -- return -- esac - typeset type="$(uname 2>/dev/null)" - - typeset OPTIONS POSIXOPTIONS ADDOPTIONS ARGOPT PREFIX -- cgit v1.2.3