mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
parent
fc18fad74f
commit
a1976c7390
@ -171,6 +171,7 @@ function! s:put_page(page) abort
|
|||||||
" badly with our use of $MANWIDTH=9999. Hack around this by using a fixed
|
" badly with our use of $MANWIDTH=9999. Hack around this by using a fixed
|
||||||
" size for those whitespace regions.
|
" size for those whitespace regions.
|
||||||
silent! keeppatterns keepjumps %s/\s\{999,}/\=repeat(' ', 10)/g
|
silent! keeppatterns keepjumps %s/\s\{999,}/\=repeat(' ', 10)/g
|
||||||
|
1
|
||||||
lua require("man").highlight_man_page()
|
lua require("man").highlight_man_page()
|
||||||
setlocal filetype=man
|
setlocal filetype=man
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user