summaryrefslogtreecommitdiffstats
path: root/bin/vimmanpager
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-10 16:00:59 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-10 16:00:59 -0400
commit5120b108ca2dcd78db519226516e071aca7b81d0 (patch)
treebd2d471d4e16b757b0dac2a7fc470b5caacfb5eb /bin/vimmanpager
parent7946924e237e059bb1b8ca311824042f69396e66 (diff)
downloadconf-5120b108ca2dcd78db519226516e071aca7b81d0.tar.gz
conf-5120b108ca2dcd78db519226516e071aca7b81d0.zip
shfmt everything
Diffstat (limited to 'bin/vimmanpager')
-rwxr-xr-xbin/vimmanpager22
1 files changed, 11 insertions, 11 deletions
diff --git a/bin/vimmanpager b/bin/vimmanpager
index d33e4f9..dfd36f3 100755
--- a/bin/vimmanpager
+++ b/bin/vimmanpager
@@ -2,14 +2,14 @@
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' \
- -
+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' \
+ -