forked from vim-scripts/perl-support.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved non-vim documentation into perl-support/doc
- Loading branch information
Showing
6 changed files
with
26 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]> | ||
|
||
|
@@ -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| | ||
|
@@ -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* | ||
------------ | ||
|
@@ -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 ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 $ | ||
%% | ||
%%===================================================================================== | ||
|
||
|
@@ -25,7 +25,7 @@ | |
|
||
\setlength\parindent{0pt} | ||
|
||
\newcommand{\Pluginversion}{5.0.1} | ||
\newcommand{\Pluginversion}{5.1} | ||
\newcommand{\ReleaseDate}{\today} | ||
\newcommand{\Rep}{{\scriptsize{[n]}}} | ||
|
||
|
@@ -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)\\ | ||
|
File renamed without changes.