wordpress.vim
wordpress.vim copied to clipboard
Tag jumps to core functions should be prioritized
Jumping to a core function like load_plugin_textdomain
implies a jump to wp-includes
. It should take precedence over functions/tags that have the same name but are not in wp-includes
or wp-admin
.
Potential solution: A numbered tag jump.