From 06284865d0fdbb3dc23fd66756992577ec0b2bd4 Mon Sep 17 00:00:00 2001 From: Ray Elliott Date: Sun, 28 Jun 2020 17:53:12 +0300 Subject: [PATCH] Add 'vim/tagscan-wp-includes.sh' --- vim/tagscan-wp-includes.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 vim/tagscan-wp-includes.sh diff --git a/vim/tagscan-wp-includes.sh b/vim/tagscan-wp-includes.sh new file mode 100644 index 0000000..3abab84 --- /dev/null +++ b/vim/tagscan-wp-includes.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +if [ -f '.tags-external' ] ; then rm .tags-external; fi +ctags -R -o .tags-external -a ./wp-includes \ No newline at end of file