Skip to content

Commit

Permalink
vim: upgrade to 8.2 patch 3752
Browse files Browse the repository at this point in the history
There's a fairly constant flow of CVEs being fixed in Vim, which are
getting increasing non-trivial to backport.

Instead of trying to backport (and potentially introduce more bugs), or
just ignoring them entirely, upgrade vim to the latest patch in the hope
that vim 8.3 will be released before we release Kirkstone.

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
rossburton authored and rpurdie committed Dec 7, 2021
1 parent 35a96ed commit 03a6e79
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 865 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Signed-off-by: Mingli Yu <[email protected]>
src/Makefile | 14 ++++----------
1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index f2fafa4dc..7148d4bd9 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2845,16 +2845,10 @@ auto/pathdef.c: Makefile auto/config.mk
Index: git/src/Makefile
===================================================================
--- git.orig/src/Makefile
+++ git/src/Makefile
@@ -3101,16 +3101,10 @@ auto/pathdef.c: Makefile auto/config.mk
-@echo '#include "vim.h"' >> $@
-@echo 'char_u *default_vim_dir = (char_u *)"$(VIMRCLOC)";' | $(QUOTESED) >> $@
-@echo 'char_u *default_vimruntime_dir = (char_u *)"$(VIMRUNTIMEDIR)";' | $(QUOTESED) >> $@
Expand All @@ -41,6 +41,3 @@ index f2fafa4dc..7148d4bd9 100644
-@sh $(srcdir)/pathdef.sh

GUI_GTK_RES_INPUTS = \
--
2.17.1

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 03a6e79

Please sign in to comment.