[libcode-tidyall-perl] 313/374: Add etc/editors/tidyall.vim for Vim
Jonas Smedegaard
js at alioth.debian.org
Sun Sep 29 22:26:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libcode-tidyall-perl.
commit 5fc636a51fe3d492f7051228056182248c5a11ca
Author: Jonathan Swartz <swartz at pobox.com>
Date: Tue Oct 9 22:29:02 2012 -0700
Add etc/editors/tidyall.vim for Vim
---
Changes | 1 +
bin/tidyall | 9 ++++++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/Changes b/Changes
index 9ef2a0f..7c9f352 100644
--- a/Changes
+++ b/Changes
@@ -8,6 +8,7 @@ Revision history for Code-TidyAll
- Allow a plugin to be listed multiple times in config with different configuration
- Specify order that plugins run (tidiers before validators, then alpha) and document
that they are applied atomically
+ - Add etc/editors/tidyall.vim for Vim
- Add -r/--recursive flag to process directories recursively
- In -p/--pipe mode, mirror input to output in case of error (Justin Devuyst)
- Fix -l/--list handling of local files
diff --git a/bin/tidyall b/bin/tidyall
index 7039ebe..052d805 100755
--- a/bin/tidyall
+++ b/bin/tidyall
@@ -700,9 +700,12 @@ You can turn off backups with C<--no-backups>.
=item *
-L<etc/editors/tidyall.el|https://raw.github.com/jonswar/perl-code-tidyall/master/etc/editors/tidyall.el>
-in this distribution is an Emacs function that runs C<tidyall> on the current
-buffer. You can assign this to C<ctrl-t> or your favorite key binding.
+L<etc/editors|https://raw.github.com/jonswar/perl-code-tidyall/master/etc/editors>
+in this distribution contains Emacs and Vim commands for running C<tidyall> on
+the current buffer. You can assign this to the keystroke of your choice (e.g.
+ctrl-t or ,t).
+
+=item *
=item *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git
More information about the Pkg-perl-cvs-commits
mailing list