diff options
-rw-r--r-- | runtime/autoload/man.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/autoload/man.vim b/runtime/autoload/man.vim index 8ca78f2782..1c25368a68 100644 --- a/runtime/autoload/man.vim +++ b/runtime/autoload/man.vim @@ -171,6 +171,7 @@ function! s:put_page(page) abort " badly with our use of $MANWIDTH=9999. Hack around this by using a fixed " size for those whitespace regions. silent! keeppatterns keepjumps %s/\s\{999,}/\=repeat(' ', 10)/g + 1 lua require("man").highlight_man_page() setlocal filetype=man endfunction |