# HG changeset patch # User Luka Sitas # Date 1757447929 14400 # Node ID 7f5276e3dc836b23ad8f3eba1f79b5aea48fc06f # Parent 8b04d7d6d91a309e151668530fed473e2e6da20f improving tag generation diff -r 8b04d7d6d91a -r 7f5276e3dc83 publishable/vimrc --- a/publishable/vimrc Tue Aug 19 20:36:03 2025 -0400 +++ b/publishable/vimrc Tue Sep 09 15:58:49 2025 -0400 @@ -8,7 +8,7 @@ colorscheme desert function! GeneratePhpCtags() - let command = 'ctags -R --fields=+aimS --php-kinds=cdfint --languages=php --extras=+q --tag-relative=yes --exclude=".git" --exclude=".hg" --exclude="vendor" --exclude="node_modules" --exclude="composer.phar" --totals=yes' + let command = 'ctags -R --fields=+aimS --php-kinds=cdfint --languages=php --extras=+q --tag-relative=yes --exclude=".git" --exclude=".hg" --exclude="node_modules" --exclude="composer.phar" --totals=yes' let output = system(command) endfunction