Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.4k
Commit87bd16e
authored
fix(man.lua): :Man slow/hangs if MANPAGER is set#36689
Problem:When `MANPAGER` is set to something like 'nvim +Man!',`vim.system({ 'nvim' })` call waits forever for input and times outafter 10 seconds in `system()` and the assert on `stdout` being not`nil` fails.Solution:Set `MANPAGER=cat` when calling `system()`1 parent4107442 commit87bd16e
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
| 431 | + | |
| 432 | + | |
432 | 433 | | |
433 | 434 | | |
434 | 435 | | |
| |||
0 commit comments
Comments
(0)