From c72f0b70a4b731c82e29207c4cc2a6b93515041d Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Tue, 14 Feb 2012 21:31:48 -0600 Subject: [PATCH] .vim/ftplugin/python.vim: Python filetype local settings --- .vim/ftplugin/python.vim | 6 ++++++ bin/ack | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .vim/ftplugin/python.vim diff --git a/.vim/ftplugin/python.vim b/.vim/ftplugin/python.vim new file mode 100644 index 0000000..95f3567 --- /dev/null +++ b/.vim/ftplugin/python.vim @@ -0,0 +1,6 @@ +setlocal tabstop=4 " 4 char tab-stops +setlocal softtabstop=4 +setlocal shiftwidth=4 +setlocal smarttab " respect tab-stop columns +setlocal expandtab " expand tabs to spaces +setlocal cindent " do correct indenting diff --git a/bin/ack b/bin/ack index bf68709..f1505cc 100755 --- a/bin/ack +++ b/bin/ack @@ -4,7 +4,7 @@ # Please DO NOT EDIT or send patches for it. # # Please take a look at the source from -# http://github.com/petdance/ack +# https://github.com/petdance/ack # and submit patches against the individual files # that build ack. # @@ -856,7 +856,7 @@ Andy Lester, C<< >> =head1 BUGS Please report any bugs or feature requests to the issues list at -Github: L +Github: L =head1 ENHANCEMENTS @@ -866,7 +866,7 @@ will not consider a request without it first getting seen by other ack users. This includes requests for new filetypes. There is a list of enhancements I want to make to F in the ack -issues list at Github: L +issues list at Github: L Patches are always welcome, but patches with tests get the most attention. @@ -883,7 +883,7 @@ L =item * The ack issues list at Github -L +L =item * AnnoCPAN: Annotated CPAN documentation @@ -899,7 +899,7 @@ L =item * Git source repository -L +L =back -- 2.43.0