Add asciidoc-folding
authorHeiko Schlittermann <hs@schlittermann.de>
Thu, 29 Oct 2015 12:39:52 +0100
changeset 22 2cd71622bc9c
parent 20 dcbb52d57739 (diff)
parent 21 3e51ac65a978 (current diff)
child 23 c5009fa9a990
Add asciidoc-folding
.vim/view/.ssh=+config=
.vimrc
--- a/.vimrc	Thu Oct 29 12:36:22 2015 +0100
+++ b/.vimrc	Thu Oct 29 12:39:52 2015 +0100
@@ -52,4 +52,4 @@
 "autocmd BufWritePre * :%s/\s\+$//en
 
 
-execute pathogen#infect()
+"execute pathogen#infect()
--- a/install	Thu Oct 29 12:36:22 2015 +0100
+++ b/install	Thu Oct 29 12:39:52 2015 +0100
@@ -8,7 +8,8 @@
 use autodie;
 use Getopt::Long;
 use English qw(-no_match_vars);
-use if $^V >= v5.18 => (experimental => qw/smartmatch/);
+use if (not $^V < v5.19) => (experimental => qw/smartmatch/);
+no  if ($^V < v5.19) => (warnings => 'experimental');
 
 our $VERSION = '0.0';