Skip to content

Commit 74919f1

Browse files
author
Fritz Mehner
committed
Perl-Support: Minor changes.
- Minor changes.
1 parent 7f3232d commit 74919f1

4 files changed

Lines changed: 23 additions & 18 deletions

File tree

doc/perlsupport.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
*perlsupport.txt* Perl Support March 22 2014
1+
*perlsupport.txt* Perl Support April 05 2014
22
Perl Support *perl-support* *perlsupport*
33

4-
Plug-in version 5.3
4+
Plug-in version 5.3.1
55
for Vim version 7.0 and above
66
Fritz Mehner <[email protected]>
77

@@ -2025,7 +2025,7 @@ Please note the trailing slash.
20252025
4.8 Use Perl6 *perlsupport-perl6*
20262026
------------------------------------------------------------------------------
20272027

2028-
The use of Perl 6 (or an other interpreter) can be enabled in two way.
2028+
The use of Perl 6 (or another interpreter) can be enabled in two way.
20292029
The interpreter which runs ascript from inside Vim can be set globally
20302030
in ~/.vimrc by
20312031
>
@@ -2042,7 +2042,7 @@ Now a Perl6-script will be run via its first line, e.g.
20422042
>
20432043
#!/usr/bin/env perl6
20442044
<
2045-
all Perl5- scripts via their first line, e.g.
2045+
all Perl5-scripts via their first line, e.g.
20462046
>
20472047
#!/usr/bin/env perl
20482048
<

perl-support/README.perlsupport

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README for perl-support.vim (Version 5.3) / March 22 2014
1+
README for perl-support.vim (Version 5.3.1) / April 05 2014
22

33
* INSTALLATION
44
* RELEASE NOTES
@@ -139,19 +139,9 @@ For a system-wide installation please see the help file 'doc/perlsupport.txt'.
139139
=======================================================================================
140140

141141
---------------------------------------------------------------------------------------
142-
RELEASE NOTES FOR VERSION 5.3
142+
RELEASE NOTES FOR VERSION 5.3.1
143143
---------------------------------------------------------------------------------------
144-
- Adjusting end-of-line comments improved.
145-
- Bugfix: Map and menu entry 'Snippets->edit global templates'.
146-
- 'Run -> make script executable' (\re) is now a toggle.
147-
- Perl interpreter can be set in ~/.vimrc.
148-
- Script can be run via shebang (new global variable g:Perl_DirectRun)
149-
- Fixed problem with system-wide installations and plug-in managers (thanks to Yegor).
150-
- Added 'Perl_SetMapLeader' and 'Perl_ResetMapLeader'.
151-
- Bugfix: Resetting maplocalleader in filetype plug-in after setting it to the value of
152-
g:Perl_MapLeader.
153-
- Bugfix: Better compatibility with custom mappings
154-
(use "normal!" and "noremap" consistently).
144+
- Always load the newest version of the template engine available on 'runtimepath'.
155145

156146
---------------------------------------------------------------------------------------
157147
OLDER RELEASE NOTES : see file 'ChangeLog'

perl-support/doc/ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
---------------------------------------------------------------------------------------
2+
RELEASE NOTES FOR VERSION 5.3
3+
---------------------------------------------------------------------------------------
4+
- Adjusting end-of-line comments improved.
5+
- Bugfix: Map and menu entry 'Snippets->edit global templates'.
6+
- 'Run -> make script executable' (\re) is now a toggle.
7+
- Perl interpreter can be set in ~/.vimrc.
8+
- Script can be run via shebang (new global variable g:Perl_DirectRun)
9+
- Fixed problem with system-wide installations and plug-in managers (thanks to Yegor).
10+
- Added 'Perl_SetMapLeader' and 'Perl_ResetMapLeader'.
11+
- Bugfix: Resetting maplocalleader in filetype plug-in after setting it to the value of
12+
g:Perl_MapLeader.
13+
- Bugfix: Better compatibility with custom mappings
14+
(use "normal!" and "noremap" consistently).
15+
116
---------------------------------------------------------------------------------------
217
RELEASE NOTES FOR VERSION 5.2
318
---------------------------------------------------------------------------------------

plugin/perl-support.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
if exists("g:Perl_PluginVersion") || &compatible
5858
finish
5959
endif
60-
let g:Perl_PluginVersion= "5.3"
60+
let g:Perl_PluginVersion= "5.3.1"
6161
"
6262
"=== FUNCTION ================================================================
6363
" NAME: Perl_SetGlobalVariable {{{1

0 commit comments

Comments
 (0)