comparison publishable/vimrc @ 1:7f5276e3dc83 default tip

improving tag generation
author Luka Sitas <sitas.luka.97@gmail.com>
date Tue, 09 Sep 2025 15:58:49 -0400
parents 8b04d7d6d91a
children
comparison
equal deleted inserted replaced
0:8b04d7d6d91a 1:7f5276e3dc83
6 6
7 7
8 colorscheme desert 8 colorscheme desert
9 9
10 function! GeneratePhpCtags() 10 function! GeneratePhpCtags()
11 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' 11 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'
12 let output = system(command) 12 let output = system(command)
13 endfunction 13 endfunction
14 14
15 function! FixPhpFiles() 15 function! FixPhpFiles()
16 " Save the current cursor position 16 " Save the current cursor position