From 47c532e2bc55e8a48f7f47e1fae1ed30144f2fa1 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 19 Mar 2022 15:18:53 +0000 Subject: Update runtime files --- runtime/doc/if_perl.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime/doc/if_perl.txt') diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt index f1060e88dd..61ad7c94b6 100644 --- a/runtime/doc/if_perl.txt +++ b/runtime/doc/if_perl.txt @@ -1,4 +1,4 @@ -*if_perl.txt* For Vim version 8.2. Last change: 2022 Jan 28 +*if_perl.txt* For Vim version 8.2. Last change: 2022 Mar 13 VIM REFERENCE MANUAL by Sven Verdoolaege @@ -22,9 +22,9 @@ line of a file, regardless of the filename suffix, to check if a file is a Perl script (see scripts.vim in Vim's syntax directory). Vim assumes a file is POD text if the filename has a .POD suffix. -To use tags with Perl, you need a recent version of Exuberant ctags. Look -here: - http://ctags.sourceforge.net +To use tags with Perl, you need Universal/Exuberant Ctags. Look here: + Universal Ctags (preferred): https://ctags.io + Exuberant Ctags: http://ctags.sourceforge.net Alternatively, you can use the Perl script pltags.pl, which is shipped with Vim in the $VIMRUNTIME/tools directory. This script has currently more -- cgit v1.2.3