summaryrefslogtreecommitdiffstats
path: root/bin/vimmanpager
diff options
context:
space:
mode:
authorjluehrs2 <jluehrs2@uiuc.edu>2008-05-12 02:31:44 -0500
committerjluehrs2 <jluehrs2@uiuc.edu>2008-05-12 02:31:44 -0500
commit9a1697f8fd3eba870964094f2af72380350ac49a (patch)
tree66d74c4cd2d42b98d314d9a0ae6930b7755bdd56 /bin/vimmanpager
parentdb0cc707008bcf0cbd62cfe0648758d22b6a3bb5 (diff)
downloadconf-9a1697f8fd3eba870964094f2af72380350ac49a.tar.gz
conf-9a1697f8fd3eba870964094f2af72380350ac49a.zip
apparently vimmanpager is gentoo-specific, need to add it here
Diffstat (limited to 'bin/vimmanpager')
-rw-r--r--bin/vimmanpager8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/vimmanpager b/bin/vimmanpager
new file mode 100644
index 0000000..48c700e
--- /dev/null
+++ b/bin/vimmanpager
@@ -0,0 +1,8 @@
+#!/bin/sh
+sed -e 's/\x1B\[[[:digit:]]\+m//g' | \
+tr '\267' '.' | col -b | \
+ vim \
+ -c 'let no_plugin_maps = 1' \
+ -c 'set nolist nomod ft=man' \
+ -c 'let g:showmarks_enable=0' \
+ -c 'runtime! macros/less.vim' -