summaryrefslogtreecommitdiffstats
path: root/bin/vimmanpager
blob: e0330083445a9eaa668f3cb56c5221423f4837e6 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/sh
sed -e 's/\x1B\[[[:digit:]]\+m//g' | 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' -