Add 'vim/tagscan.sh'
This commit is contained in:
parent
6391b4eaba
commit
677032b0e5
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
ctags -R -o .tags --exclude='node_modules/*' --exclude='wp-includes' *
|
Loading…
Reference in New Issue