ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/utils/vim/patches/002-remove_helptags_generation.patch b/external/subpack/utils/vim/patches/002-remove_helptags_generation.patch
new file mode 100644
index 0000000..83ec82e
--- /dev/null
+++ b/external/subpack/utils/vim/patches/002-remove_helptags_generation.patch
@@ -0,0 +1,10 @@
+--- a/runtime/doc/Makefile
++++ b/runtime/doc/Makefile
+@@ -345,7 +345,6 @@ all: tags vim.man evim.man vimdiff.man v
+ # Use Vim to generate the tags file.  Can only be used when Vim has been
+ # compiled and installed.  Supports multiple languages.
+ vimtags: $(DOCS)
+-	@$(VIMEXE) --clean -esX -V1 -u doctags.vim
+ 
+ # Use "doctags" to generate the tags file.  Only works for English!
+ tags: doctags $(DOCS)
diff --git a/external/subpack/utils/vim/patches/010-no-msgfmt.patch b/external/subpack/utils/vim/patches/010-no-msgfmt.patch
new file mode 100644
index 0000000..82e19bb
--- /dev/null
+++ b/external/subpack/utils/vim/patches/010-no-msgfmt.patch
@@ -0,0 +1,11 @@
+--- a/src/po/Makefile
++++ b/src/po/Makefile
+@@ -32,7 +32,7 @@ MSGMERGE = OLD_PO_FILE_INPUT=yes OLD_PO_
+ 	$(VIM) -u NONE -e -X -S check.vim -c "if error == 0 | q | endif" -c cq $<
+ 	touch $@
+ 
+-all: $(MOFILES) $(MOCONVERTED) $(MSGFMT_DESKTOP)
++all: $(MOFILES) $(MOCONVERTED)
+ 
+ check: $(CHECKFILES)
+