Skip to content

Commit

Permalink
Moved non-vim documentation into perl-support/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
loops committed Aug 29, 2012
1 parent 96f8b0b commit 4bc4006
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 13 deletions.
Binary file removed doc/perl-hot-keys.pdf
Binary file not shown.
23 changes: 13 additions & 10 deletions doc/perlsupport.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
*perlsupport.txt* Perl Support April 21 2012
*perlsupport.txt* Perl Support May 05 2012

Perl Support *perl-support* *perlsupport*

Plug-in version 5.0.1
Plug-in version 5.1
for Vim version 7.0 and above
Fritz Mehner <[email protected]>

Expand Down Expand Up @@ -63,7 +63,7 @@ profiler can be done with a keystroke.
1.9.2 Check syntax |perlsupport-syntax-check|
1.9.3 Command line arguments |perlsupport-cmdline-args|
1.9.4 Perl command line switches |perlsupport-perl-switches|
1.9.5 Run make |perlsupport-run-make|
1.9.5 Running make |perlsupport-run-make|
1.9.6 Debug |perlsupport-run-debug|
1.9.7 Read perldoc |perlsupport-perldoc|
1.9.8 Generate Perl module list |perlsupport-module-list-generation|
Expand Down Expand Up @@ -901,15 +901,16 @@ own independent switches). The input dialog has a history.
If the buffer gets a new name with "save as" the switches will now belong to
the buffer with the new name.

1.9.5 RUN MAKE *perlsupport-run-make*
---------------
1.9.5 RUNNING MAKE *perlsupport-run-make*
-------------------
The item 'run make' tries to run the make(1) utility. This comes in handy e.g.
for a module developer who needs to start 'make test' frequently in order to
run tests. The item 'cmd. line arg. for make' takes the necessary arguments, e.g.

-C /home/mehner/Path-To-Module/ test

to switch to the module main directory and to run make from there.
run tests. The item 'cmd. line arg. for make' takes the necessary arguments,
e.g. 'test'.
Choose a special makefile using the item 'choose makefile'. The plugin tries
to find one ('Makefile' or 'makefile') searching from the current directory
upwards. If no one was found the current working directory will be suggested.
use tab-expansion and command-line editing to find or specify a makefile.

1.9.6 DEBUG *perlsupport-run-debug*
------------
Expand Down Expand Up @@ -1498,6 +1499,8 @@ Legend: (i) insert mode, (n) normal mode, (v) visual mode
\ra set command line argument (in )
\rw set Perl command line switches (in )
\rm run make (in )
\rcm choose makefile (in )
\rmc run 'make clean' (in )
\rma command line argument for make (in )
\rd start debugger (in )
\re make script executable (*) (in )
Expand Down
8 changes: 8 additions & 0 deletions doc/ChangeLog → perl-support/doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---------------------------------------------------------------------------------------
RELEASE NOTES FOR VERSION 5.0.1
---------------------------------------------------------------------------------------
- Bugfix: resolve home for linked home directories
- Bugfix: ":make" and ":!make" no longer affect each other.
- Bugfix: S-F1 not working for module list.
- Several internal improvements.

---------------------------------------------------------------------------------------
RELEASE NOTES FOR VERSION 5.0
---------------------------------------------------------------------------------------
Expand Down
Binary file added perl-support/doc/perl-hot-keys.pdf
Binary file not shown.
8 changes: 5 additions & 3 deletions doc/perl-hot-keys.tex → perl-support/doc/perl-hot-keys.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%% Copyright: Copyright (C) 2003-2010 Dr.-Ing. Fritz Mehner ([email protected])
%% Version: see \Pluginversion
%% Created: 06.06.2003
%% Revision: $Id: perl-hot-keys.tex,v 1.7 2012/04/15 18:02:13 mehner Exp $
%% Revision: $Id: perl-hot-keys.tex,v 1.8 2012/04/25 19:07:10 mehner Exp $
%%
%%=====================================================================================

Expand All @@ -25,7 +25,7 @@

\setlength\parindent{0pt}

\newcommand{\Pluginversion}{5.0.1}
\newcommand{\Pluginversion}{5.1}
\newcommand{\ReleaseDate}{\today}
\newcommand{\Rep}{{\scriptsize{[n]}}}

Expand Down Expand Up @@ -280,10 +280,12 @@
\hline \verb'\rs' & update file, check syntax \hfill (n, i) \\
\hline \verb'\ra' & set command line arguments \hfill (n, i) \\
\hline \verb'\rw' & set Perl cmd.\ line switches \hfill (n, i) \\
\hline \verb'\re' & make script executable \hfill (n, i) \\
\hline \verb'\rm' & run \texttt{make} \hfill (n, i) \\
\hline \verb'\rcm' & choose makefile \hfill (n, i) \\
\hline \verb'\rm' & \texttt{make clean} \hfill (n, i) \\
\hline \verb'\rma' & command line arguments for \texttt{make} \hfill (n, i) \\
\hline \verb'\rd' & start debugger \hfill (n, i) \\
\hline \verb'\re' & make script executable \hfill (n, i) \\
\hline \verb'\ri' & show installed Perl modules \hfill (n, i) \\
\hline \verb'\rg' & generate Perl module list \hfill (n, i) \\
\hline \verb'\ry' & run \verb'perltidy' \hfill (n, v, i)\\
Expand Down
File renamed without changes.

0 comments on commit 4bc4006

Please sign in to comment.