summaryrefslogtreecommitdiffstats
path: root/bin/vimmanpager
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-03 19:06:19 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-03 19:06:19 -0500
commit58749aa5a17c13e8d7765286f88327077caaaa55 (patch)
tree4b084446584e52f0c4632057fc4a2121452d9962 /bin/vimmanpager
parent3b6c163391c9326a6df1b3acdea01a50a3e703d7 (diff)
downloadconf-58749aa5a17c13e8d7765286f88327077caaaa55.tar.gz
conf-58749aa5a17c13e8d7765286f88327077caaaa55.zip
update vimmanpager
Diffstat (limited to 'bin/vimmanpager')
-rwxr-xr-xbin/vimmanpager3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/vimmanpager b/bin/vimmanpager
index 48c700e..e033008 100755
--- a/bin/vimmanpager
+++ b/bin/vimmanpager
@@ -1,6 +1,5 @@
#!/bin/sh
-sed -e 's/\x1B\[[[:digit:]]\+m//g' | \
-tr '\267' '.' | col -b | \
+sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -b | \
vim \
-c 'let no_plugin_maps = 1' \
-c 'set nolist nomod ft=man' \