Created
May 19, 2014 12:10
-
-
Save gg7/d1492f1fb5f14d0d7932 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -xb | \ | |
vim -R -c 'set ft=man' \ | |
-c 'let no_plugin_maps = 1' \ | |
-c 'set nolist ft=man' \ | |
-c 'let g:showmarks_enable=0' \ | |
-c 'runtime! macros/myless.vim' - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment