summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 22:56:10 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 22:56:10 -0500
commit562639cfd7f8f612f9f9cae9a4278379f0c92b8b (patch)
tree60a2c8eef413bc54663d5541416fa00bacca2cdd /bin
parent606549f13425e6b71c004320bf71b4c6980f25e3 (diff)
downloadconf-562639cfd7f8f612f9f9cae9a4278379f0c92b8b.tar.gz
conf-562639cfd7f8f612f9f9cae9a4278379f0c92b8b.zip
fix vimmanpager
Diffstat (limited to 'bin')
-rwxr-xr-xbin/.bin/vimmanpager15
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/.bin/vimmanpager b/bin/.bin/vimmanpager
deleted file mode 100755
index dfd36f3..0000000
--- a/bin/.bin/vimmanpager
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-set -eu
-set -o pipefail
-
-sed -e 's/\x1B\[[[:digit:]]\+m//g' | col -b |
- vim \
- -c 'let no_plugin_maps = 1' \
- -c 'let g:rainbow_active = 0' \
- -c 'let g:airline#extensions#whitespace#checks = []' \
- -c "if exists('\$MAN_PN') | file \$MAN_PN | endif" \
- -c 'setlocal nolist nomod noswf ft=man' \
- -c 'runtime! macros/less.vim' \
- -c 'set ma' \
- -c 'setlocal noma' \
- -