Skip to content

g:uctags_use_perl

FrancescoMagliocco edited this page Aug 9, 2019 · 2 revisions

Default: 1 (If Vim is compiled with the +perl feature)
Each function that utilizes Perl will first check if Vim has support for Perl compiled. If Perl isn't supported, the Vim variant functions will be used.

It is highly recommended to use Perl, especially for larger projects with an exceedingly amount of tags. You will notice an increase in performance.

You do not need any knowledge whatsoever on how to use Perl to take advantage of what it offers.