Add 'vim/tagscan-wp-includes.sh'

This commit is contained in:
Ray Elliott 2020-06-28 17:53:12 +03:00
parent 677032b0e5
commit 06284865d0
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
#!/bin/sh
if [ -f '.tags-external' ] ; then rm .tags-external; fi
ctags -R -o .tags-external -a ./wp-includes