summaryrefslogtreecommitdiffstats
path: root/bin/vimmanpager
diff options
context:
space:
mode:
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' \
+ -